@xoxno/sdk-js 1.0.84 → 1.0.91
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +39 -48
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +0 -2
- package/dist/index.esm.js +1 -1
- package/dist/sdk/swagger.d.ts +407 -437
- package/dist/utils/api.d.ts +1 -2
- package/package.json +29 -40
- package/dist/interactions/index.d.ts +0 -278
- package/dist/interactions/types.d.ts +0 -59
- package/dist/interactor.cjs.js +0 -1
- package/dist/interactor.d.ts +0 -3
- package/dist/interactor.esm.js +0 -1
- package/dist/launchpad/index.d.ts +0 -77
- package/dist/utils/SmartContractAbis.d.ts +0 -15
- package/dist/utils/SmartContractService.d.ts +0 -2
- package/dist/utils/scCalls.d.ts +0 -10
package/dist/sdk/swagger.d.ts
CHANGED
|
@@ -1,15 +1,36 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type { ActivityChain,
|
|
1
|
+
import type { PublicOnly, RateType, LoginAccessDto, LoginRequestDto, UserNetworkInfoDto, UserTokenInventoryResponseDto, UserProfileDoc, UserProfileEditDto, UserProfileDto, UserSettingsDoc, NotificationPreferencesPostDto, SetEmailDto, SetPhoneDto, UserBillingDetails, VerifyEmailDto, TradesilvaniaSignature, SuccessDto, CreatorProfileDto, CreatorProfileDoc, CreatorProfileEditDto, CollectionStatsFilter, CollectionStatsPaginated, CheckLikeStatusResponseDto, UserFavoriteResponseDto, TokenDataDocHydrated, XoxnoInfo, XoxnoLiquidStatsDto, AnalyticsMarketplaceUniqueUsers, ProtocolAprType, ProviderDto, DelegationDataOutput, LendingMarketProfile, LendingMarketProfileFilter, LendingMarketProfileQuery, LendingAccountProfile, LendingIndexesDto, LendingAccountPnl, LendingAccountSummary, LendingEModeCategoryProfile, LendingMarketAnalyticsGraph, LendingMarketAverageGraph, LendingPositionStatus, LendingOverallStats, NftDocFilter, NftPaginated, LikeNftDto, InventorySummaryDtoHydrated, NftOfferPaginated, NftOfferDocFilter, NftOfferDocHydrated, ValueFp, TraitInfo, CollectionRanksDTO, ListingsResponseDto, NftDocHydrated, SignDataDto, SignWithdrawDto, SignAcceptGlobalOfferDto, SignMintDto, NftDocFull, CollectionProfileDoc, CollectionProfileEditDto, FloorPriceDto, PinnedCollectionDto, CollectionMintProfileDocHydrated, CollectionPinnedStatusDto, FollowCollectionDto, CollectionProfileFilter, CollectionProfilePaginated, CollectionMintProfileFilter, CollectionMintProfilePaginated, CollectionMintProfileDocWithStages, CollectionHoldersDto, CollectionHoldersExportDto, CollectionOwnerDto, CollectionStatsDocHydrated, CollectionOffersFilter, GlobalOfferPaginated, CreatorDetailsDto, ShareholderDto, StakingSummary, StakingPoolDoc, StakingEditDto, OwnedCollectionsDto, UserStakingSummaryDto, StakingCreatorDoc, StakingUserPoolNfts, StakingExploreDtoHydrated, OwnedServicesDto, FilterQueryDto, GlobalSearchResourcesPaginated, LendingNftAttributes, LendingTokenPriceDto, NotificationPaginated, PushNotificationCountResponse, NotificationDoc, MobileDeviceDoc, MobileDeviceRegistrationDto, PushNotificationResponse, PushNotificationDoc, NotificationSuccessResponseDto, EventNotificationDto, CreatorMarketingNotificationDto, Web2UserDoc, SuccessWithMessageDto, NativeWalletDto, SwitchWalletDto, Web2WalletDto, Web2UserShardsDto, NftActivityFilter, NftActivityPaginated, NftActivityDocHydrated, VolumeGraph, AnalyticsVolumeDto, UserAnalyticsDto, GlobalAnalyticsOverviewResponseDto, UserStatsDto, AirdropDtoHydrated, TransactionDetailed, TransactionProcessStatus, TransactionCostData, TransactionCreate, TransactionSendResult, PerpOrderResponse, BarDto, SymbolInfoDto, PerpCoinExtended, PerpSpotCoinExtended, PerpCoinExtendedSlim, PerpLegalCheck, PerpSpotCoinExtendedSlim, L2BookPerpResponseSingle, TradesPerpResponseSingle, ActiveSpotAssetCtx, ActivePerpAssetCtx, PerpEvent, ChatMessageDocHydrated, SendChatMessageDto, UserConversationPaginated, ChatMessagePaginated, GlobalConversationSummaryDto, UserBlockPaginated, WebSocketTokenDto, UserInfo, EventProfile, EventProfileCreateDto, EventProfileEditDto, EventProfileFilter, EventProfileQuery, EventRegistrationResponseDto, EventGuestRegistrationDto, EventTicketProfileDoc, EventTicketProfileCreateDto, EventTicketProfileEditDto, EventStageProfileDoc, EventStageProfileCreateDto, EventStageProfileEditDto, TicketPricesResponse, TicketCalculationRequestDto, DiscountCodeValidationResponse, EventInvitationDoc, EventInvitationCreateDto, EventInvitationFilter, EventInvitationQuery, EventInvitation, EventAcceptInvitation, EventClaimInvitationDto, EventVoucherFilter, EventVoucherQuery, EventQuestionDoc, EventQuestionCreateDto, EventQuestionEditDto, EventGuestFilter, EventGuestProfileQuery, EventGuestProfile, EventGuestExport, EventUserRole, EventUserRoleCreateDto, EventUserRoleEditDto, EventUserRoleDoc, BageQRData, TicketValidationResult, EventCheckInQR, EventVoucherDoc, EventVoucherCreateDto, EventVoucherEditDto, ManualCheckInDto, AnsweredQuestionWithDetails, EventGuestApproveDto, EventCountGroupedByCountry, EventReferralConfigDoc, EventReferralConfigCreateDto, EventReferralConfigEditDto, EventReferralConfigFilter, EventReferralConfigPaginated, EventReferralDoc, EventReferralCreateDto, EventReferralEditDto, EventReferralFilter, EventReferralPaginated } from '@xoxno/types';
|
|
2
|
+
import type { ActivityChain, TokenCategory, LendingPositionOrderByColumn, KustoOrderDirection, OfferType, StakingStatus, UserStatsOrderByColumn } from '@xoxno/types/enums';
|
|
3
3
|
export declare const endpoints: {
|
|
4
|
-
readonly
|
|
4
|
+
readonly "/liquid/xoxno/rate": {
|
|
5
|
+
readonly input: {};
|
|
6
|
+
readonly output: RateType;
|
|
7
|
+
};
|
|
8
|
+
readonly "/liquid/xoxno/liquid-supply": {
|
|
9
|
+
readonly input: {};
|
|
10
|
+
readonly output: string;
|
|
11
|
+
};
|
|
12
|
+
readonly "/liquid/xoxno/staked": {
|
|
13
|
+
readonly input: {};
|
|
14
|
+
readonly output: string;
|
|
15
|
+
};
|
|
16
|
+
readonly "/user/login": {
|
|
17
|
+
readonly input: {};
|
|
18
|
+
readonly output: {};
|
|
19
|
+
readonly POST: {
|
|
20
|
+
readonly input: {};
|
|
21
|
+
readonly output: LoginAccessDto;
|
|
22
|
+
readonly body: LoginRequestDto;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
readonly "/user/:address/network-account": {
|
|
5
26
|
readonly input: {};
|
|
6
27
|
readonly output: UserNetworkInfoDto;
|
|
7
28
|
};
|
|
8
|
-
readonly
|
|
29
|
+
readonly "/user/:address/token-inventory": {
|
|
9
30
|
readonly input: {};
|
|
10
31
|
readonly output: UserTokenInventoryResponseDto;
|
|
11
32
|
};
|
|
12
|
-
readonly
|
|
33
|
+
readonly "/user/network-account": {
|
|
13
34
|
readonly input: {};
|
|
14
35
|
readonly output: {};
|
|
15
36
|
readonly POST: {
|
|
@@ -18,12 +39,12 @@ export declare const endpoints: {
|
|
|
18
39
|
readonly body: string[];
|
|
19
40
|
};
|
|
20
41
|
};
|
|
21
|
-
readonly
|
|
42
|
+
readonly "/user/me/profile": {
|
|
22
43
|
readonly input: {};
|
|
23
44
|
readonly output: UserProfileDoc;
|
|
24
45
|
readonly securityMode: "requiredAny";
|
|
25
46
|
};
|
|
26
|
-
readonly
|
|
47
|
+
readonly "/user/:address/profile": {
|
|
27
48
|
readonly input: {};
|
|
28
49
|
readonly output: UserProfileDoc;
|
|
29
50
|
readonly PATCH: {
|
|
@@ -33,19 +54,19 @@ export declare const endpoints: {
|
|
|
33
54
|
readonly securityMode: "requiredAny";
|
|
34
55
|
};
|
|
35
56
|
};
|
|
36
|
-
readonly
|
|
57
|
+
readonly "/user/me": {
|
|
37
58
|
readonly input: {};
|
|
38
59
|
readonly output: UserProfileDto;
|
|
39
60
|
readonly securityMode: "requiredAny";
|
|
40
61
|
};
|
|
41
|
-
readonly
|
|
62
|
+
readonly "/user/me/settings": {
|
|
42
63
|
readonly input: {
|
|
43
64
|
unsubscribeToken: string;
|
|
44
65
|
};
|
|
45
66
|
readonly output: UserSettingsDoc;
|
|
46
67
|
readonly securityMode: "optionalAny";
|
|
47
68
|
};
|
|
48
|
-
readonly
|
|
69
|
+
readonly "/user/me/settings/notification-preferences": {
|
|
49
70
|
readonly input: {};
|
|
50
71
|
readonly output: {};
|
|
51
72
|
readonly PATCH: {
|
|
@@ -57,7 +78,7 @@ export declare const endpoints: {
|
|
|
57
78
|
readonly securityMode: "optionalAny";
|
|
58
79
|
};
|
|
59
80
|
};
|
|
60
|
-
readonly
|
|
81
|
+
readonly "/user/me/settings/email": {
|
|
61
82
|
readonly input: {};
|
|
62
83
|
readonly output: {};
|
|
63
84
|
readonly PATCH: {
|
|
@@ -73,7 +94,7 @@ export declare const endpoints: {
|
|
|
73
94
|
readonly securityMode: "requiredJwt";
|
|
74
95
|
};
|
|
75
96
|
};
|
|
76
|
-
readonly
|
|
97
|
+
readonly "/user/me/settings/phone": {
|
|
77
98
|
readonly input: {};
|
|
78
99
|
readonly output: {};
|
|
79
100
|
readonly PATCH: {
|
|
@@ -83,7 +104,7 @@ export declare const endpoints: {
|
|
|
83
104
|
readonly securityMode: "requiredAny";
|
|
84
105
|
};
|
|
85
106
|
};
|
|
86
|
-
readonly
|
|
107
|
+
readonly "/user/me/settings/billing": {
|
|
87
108
|
readonly input: {};
|
|
88
109
|
readonly output: {};
|
|
89
110
|
readonly PATCH: {
|
|
@@ -93,7 +114,7 @@ export declare const endpoints: {
|
|
|
93
114
|
readonly securityMode: "requiredAny";
|
|
94
115
|
};
|
|
95
116
|
};
|
|
96
|
-
readonly
|
|
117
|
+
readonly "/user/me/settings/verify-email": {
|
|
97
118
|
readonly input: {};
|
|
98
119
|
readonly output: {};
|
|
99
120
|
readonly POST: {
|
|
@@ -103,7 +124,7 @@ export declare const endpoints: {
|
|
|
103
124
|
readonly securityMode: "requiredAny";
|
|
104
125
|
};
|
|
105
126
|
};
|
|
106
|
-
readonly
|
|
127
|
+
readonly "/user/buy/signature": {
|
|
107
128
|
readonly input: {};
|
|
108
129
|
readonly output: {};
|
|
109
130
|
readonly POST: {
|
|
@@ -113,7 +134,7 @@ export declare const endpoints: {
|
|
|
113
134
|
readonly securityMode: "requiredAny";
|
|
114
135
|
};
|
|
115
136
|
};
|
|
116
|
-
readonly
|
|
137
|
+
readonly "/user/:address/upload-picture": {
|
|
117
138
|
readonly input: {};
|
|
118
139
|
readonly output: {};
|
|
119
140
|
readonly PUT: {
|
|
@@ -125,7 +146,7 @@ export declare const endpoints: {
|
|
|
125
146
|
readonly securityMode: "requiredAny";
|
|
126
147
|
};
|
|
127
148
|
};
|
|
128
|
-
readonly
|
|
149
|
+
readonly "/user/:address/upload-banner": {
|
|
129
150
|
readonly input: {};
|
|
130
151
|
readonly output: {};
|
|
131
152
|
readonly PUT: {
|
|
@@ -135,7 +156,7 @@ export declare const endpoints: {
|
|
|
135
156
|
readonly securityMode: "requiredAny";
|
|
136
157
|
};
|
|
137
158
|
};
|
|
138
|
-
readonly
|
|
159
|
+
readonly "/user/:address/reset-picture": {
|
|
139
160
|
readonly input: {};
|
|
140
161
|
readonly output: {};
|
|
141
162
|
readonly PUT: {
|
|
@@ -145,7 +166,7 @@ export declare const endpoints: {
|
|
|
145
166
|
readonly securityMode: "requiredAny";
|
|
146
167
|
};
|
|
147
168
|
};
|
|
148
|
-
readonly
|
|
169
|
+
readonly "/user/:address/reset-banner": {
|
|
149
170
|
readonly input: {};
|
|
150
171
|
readonly output: {};
|
|
151
172
|
readonly PUT: {
|
|
@@ -155,11 +176,11 @@ export declare const endpoints: {
|
|
|
155
176
|
readonly securityMode: "requiredAny";
|
|
156
177
|
};
|
|
157
178
|
};
|
|
158
|
-
readonly
|
|
179
|
+
readonly "/user/:tag/creator/is-registered": {
|
|
159
180
|
readonly input: {};
|
|
160
181
|
readonly output: SuccessDto;
|
|
161
182
|
};
|
|
162
|
-
readonly
|
|
183
|
+
readonly "/user/:address/creator/profile": {
|
|
163
184
|
readonly input: {};
|
|
164
185
|
readonly output: CreatorProfileDto;
|
|
165
186
|
readonly PATCH: {
|
|
@@ -169,7 +190,7 @@ export declare const endpoints: {
|
|
|
169
190
|
readonly securityMode: "requiredAny";
|
|
170
191
|
};
|
|
171
192
|
};
|
|
172
|
-
readonly
|
|
193
|
+
readonly "/user/:address/creator/upload-picture": {
|
|
173
194
|
readonly input: {};
|
|
174
195
|
readonly output: {};
|
|
175
196
|
readonly PUT: {
|
|
@@ -179,7 +200,7 @@ export declare const endpoints: {
|
|
|
179
200
|
readonly securityMode: "requiredAny";
|
|
180
201
|
};
|
|
181
202
|
};
|
|
182
|
-
readonly
|
|
203
|
+
readonly "/user/:address/creator/upload-banner": {
|
|
183
204
|
readonly input: {};
|
|
184
205
|
readonly output: {};
|
|
185
206
|
readonly PUT: {
|
|
@@ -189,7 +210,7 @@ export declare const endpoints: {
|
|
|
189
210
|
readonly securityMode: "requiredAny";
|
|
190
211
|
};
|
|
191
212
|
};
|
|
192
|
-
readonly
|
|
213
|
+
readonly "/user/:address/creator/reset-picture": {
|
|
193
214
|
readonly input: {};
|
|
194
215
|
readonly output: {};
|
|
195
216
|
readonly PUT: {
|
|
@@ -199,7 +220,7 @@ export declare const endpoints: {
|
|
|
199
220
|
readonly securityMode: "requiredAny";
|
|
200
221
|
};
|
|
201
222
|
};
|
|
202
|
-
readonly
|
|
223
|
+
readonly "/user/:address/creator/reset-banner": {
|
|
203
224
|
readonly input: {};
|
|
204
225
|
readonly output: {};
|
|
205
226
|
readonly PUT: {
|
|
@@ -209,18 +230,18 @@ export declare const endpoints: {
|
|
|
209
230
|
readonly securityMode: "requiredAny";
|
|
210
231
|
};
|
|
211
232
|
};
|
|
212
|
-
readonly
|
|
233
|
+
readonly "/user/:address/favorite/collections": {
|
|
213
234
|
readonly input: {
|
|
214
235
|
filter: PublicOnly<CollectionStatsFilter>;
|
|
215
236
|
};
|
|
216
237
|
readonly output: CollectionStatsPaginated;
|
|
217
238
|
};
|
|
218
|
-
readonly
|
|
239
|
+
readonly "/user/favorite/:favoriteId": {
|
|
219
240
|
readonly input: {};
|
|
220
241
|
readonly output: CheckLikeStatusResponseDto;
|
|
221
242
|
readonly securityMode: "requiredAny";
|
|
222
243
|
};
|
|
223
|
-
readonly
|
|
244
|
+
readonly "/user/:address/follow": {
|
|
224
245
|
readonly input: {};
|
|
225
246
|
readonly output: {};
|
|
226
247
|
readonly POST: {
|
|
@@ -230,11 +251,11 @@ export declare const endpoints: {
|
|
|
230
251
|
readonly securityMode: "requiredAny";
|
|
231
252
|
};
|
|
232
253
|
};
|
|
233
|
-
readonly
|
|
254
|
+
readonly "/user/:address/favorite/users": {
|
|
234
255
|
readonly input: {};
|
|
235
256
|
readonly output: string[];
|
|
236
257
|
};
|
|
237
|
-
readonly
|
|
258
|
+
readonly "/tokens": {
|
|
238
259
|
readonly input: {
|
|
239
260
|
identifier?: string[];
|
|
240
261
|
category?: TokenCategory[];
|
|
@@ -242,53 +263,45 @@ export declare const endpoints: {
|
|
|
242
263
|
};
|
|
243
264
|
readonly output: TokenDataDocHydrated[];
|
|
244
265
|
};
|
|
245
|
-
readonly
|
|
266
|
+
readonly "/tokens/swap": {
|
|
246
267
|
readonly input: {};
|
|
247
268
|
readonly output: TokenDataDocHydrated[];
|
|
248
269
|
};
|
|
249
|
-
readonly
|
|
270
|
+
readonly "/tokens/restricted": {
|
|
271
|
+
readonly input: {};
|
|
272
|
+
readonly output: string[];
|
|
273
|
+
};
|
|
274
|
+
readonly "/tokens/usd-price": {
|
|
250
275
|
readonly input: {
|
|
251
276
|
identifier?: string[];
|
|
252
277
|
cache?: boolean;
|
|
253
278
|
};
|
|
254
279
|
readonly output: Record<string, number>;
|
|
255
280
|
};
|
|
256
|
-
readonly
|
|
281
|
+
readonly "/tokens/egld/fiat-price": {
|
|
257
282
|
readonly input: {
|
|
258
283
|
value?: number;
|
|
259
284
|
fiatCurrencies?: string[];
|
|
260
285
|
};
|
|
261
286
|
readonly output: Record<string, number>;
|
|
262
287
|
};
|
|
263
|
-
readonly
|
|
288
|
+
readonly "/tokens/xoxno/info": {
|
|
264
289
|
readonly input: {};
|
|
265
290
|
readonly output: XoxnoInfo;
|
|
266
291
|
};
|
|
267
|
-
readonly
|
|
292
|
+
readonly "/liquid/xoxno/stats": {
|
|
268
293
|
readonly input: {};
|
|
269
294
|
readonly output: XoxnoLiquidStatsDto;
|
|
270
295
|
};
|
|
271
|
-
readonly
|
|
296
|
+
readonly "/liquid/egld/stats": {
|
|
272
297
|
readonly input: {};
|
|
273
298
|
readonly output: XoxnoLiquidStatsDto;
|
|
274
299
|
};
|
|
275
|
-
readonly
|
|
300
|
+
readonly "/liquid/sui/stats": {
|
|
276
301
|
readonly input: {};
|
|
277
302
|
readonly output: XoxnoLiquidStatsDto;
|
|
278
303
|
};
|
|
279
|
-
readonly
|
|
280
|
-
readonly input: {};
|
|
281
|
-
readonly output: RateType;
|
|
282
|
-
};
|
|
283
|
-
readonly '/liquid/xoxno/liquid-supply': {
|
|
284
|
-
readonly input: {};
|
|
285
|
-
readonly output: string;
|
|
286
|
-
};
|
|
287
|
-
readonly '/liquid/xoxno/staked': {
|
|
288
|
-
readonly input: {};
|
|
289
|
-
readonly output: string;
|
|
290
|
-
};
|
|
291
|
-
readonly '/analytics/marketplace-unique-users': {
|
|
304
|
+
readonly "/analytics/marketplace-unique-users": {
|
|
292
305
|
readonly input: {
|
|
293
306
|
before: string;
|
|
294
307
|
after: string;
|
|
@@ -296,139 +309,105 @@ export declare const endpoints: {
|
|
|
296
309
|
};
|
|
297
310
|
readonly output: AnalyticsMarketplaceUniqueUsers[];
|
|
298
311
|
};
|
|
299
|
-
readonly
|
|
312
|
+
readonly "/liquid/egld/rate": {
|
|
300
313
|
readonly input: {};
|
|
301
314
|
readonly output: RateType;
|
|
302
315
|
};
|
|
303
|
-
readonly
|
|
316
|
+
readonly "/liquid/egld/liquid-supply": {
|
|
304
317
|
readonly input: {};
|
|
305
318
|
readonly output: string;
|
|
306
319
|
};
|
|
307
|
-
readonly
|
|
320
|
+
readonly "/liquid/egld/staked": {
|
|
308
321
|
readonly input: {};
|
|
309
322
|
readonly output: string;
|
|
310
323
|
};
|
|
311
|
-
readonly
|
|
324
|
+
readonly "/liquid/egld/pending-fees": {
|
|
312
325
|
readonly input: {};
|
|
313
326
|
readonly output: string;
|
|
314
327
|
};
|
|
315
|
-
readonly
|
|
328
|
+
readonly "/liquid/egld/pending-undelegate": {
|
|
316
329
|
readonly input: {};
|
|
317
330
|
readonly output: string;
|
|
318
331
|
};
|
|
319
|
-
readonly
|
|
332
|
+
readonly "/liquid/egld/pending-delegate": {
|
|
320
333
|
readonly input: {};
|
|
321
334
|
readonly output: string;
|
|
322
335
|
};
|
|
323
|
-
readonly
|
|
336
|
+
readonly "/liquid/egld/execute-delegate": {
|
|
324
337
|
readonly input: {};
|
|
325
338
|
readonly output: string;
|
|
326
339
|
};
|
|
327
|
-
readonly
|
|
340
|
+
readonly "/liquid/egld/execute-undelegate": {
|
|
328
341
|
readonly input: {};
|
|
329
342
|
readonly output: string;
|
|
330
343
|
};
|
|
331
|
-
readonly
|
|
344
|
+
readonly "/liquid/egld/protocol-apr": {
|
|
332
345
|
readonly input: {};
|
|
333
346
|
readonly output: ProtocolAprType;
|
|
334
347
|
};
|
|
335
|
-
readonly
|
|
348
|
+
readonly "/liquid/egld/providers": {
|
|
336
349
|
readonly input: {};
|
|
337
350
|
readonly output: ProviderDto[];
|
|
338
351
|
};
|
|
339
|
-
readonly
|
|
352
|
+
readonly "/user/:address/delegation": {
|
|
340
353
|
readonly input: {};
|
|
341
354
|
readonly output: DelegationDataOutput[];
|
|
342
355
|
};
|
|
343
|
-
readonly
|
|
344
|
-
readonly input: {
|
|
345
|
-
originalToken: string;
|
|
346
|
-
originalTokenValue: string;
|
|
347
|
-
paymentToken: string;
|
|
348
|
-
};
|
|
349
|
-
readonly output: FetchSwapRoutesResponseDto;
|
|
350
|
-
};
|
|
351
|
-
readonly '/ash/max-token-quantity': {
|
|
352
|
-
readonly input: {
|
|
353
|
-
paymentTokenValue: string;
|
|
354
|
-
paymentToken: string;
|
|
355
|
-
wantedToken: string;
|
|
356
|
-
slippage: number;
|
|
357
|
-
};
|
|
358
|
-
readonly output: FetchSwapRoutesResponseDto;
|
|
359
|
-
};
|
|
360
|
-
readonly '/arda/max-token-quantity': {
|
|
361
|
-
readonly input: {
|
|
362
|
-
paymentTokenValue: string;
|
|
363
|
-
paymentToken: string;
|
|
364
|
-
wantedToken: string;
|
|
365
|
-
slippage: number;
|
|
366
|
-
};
|
|
367
|
-
readonly output: ArdaSwapResultDto;
|
|
368
|
-
};
|
|
369
|
-
readonly '/arda/min-token-quantity': {
|
|
370
|
-
readonly input: {
|
|
371
|
-
originalToken: string;
|
|
372
|
-
originalTokenValue: string;
|
|
373
|
-
paymentToken: string;
|
|
374
|
-
};
|
|
375
|
-
readonly output: ArdaSwapResultDto;
|
|
376
|
-
};
|
|
377
|
-
readonly '/lending/market/:token/profile': {
|
|
356
|
+
readonly "/lending/market/:token/profile": {
|
|
378
357
|
readonly input: {};
|
|
379
358
|
readonly output: LendingMarketProfile;
|
|
380
359
|
};
|
|
381
|
-
readonly
|
|
360
|
+
readonly "/lending/market/query": {
|
|
382
361
|
readonly input: {
|
|
383
362
|
filter: PublicOnly<LendingMarketProfileFilter>;
|
|
384
363
|
};
|
|
385
364
|
readonly output: LendingMarketProfileQuery;
|
|
386
365
|
};
|
|
387
|
-
readonly
|
|
366
|
+
readonly "/user/lending/:address": {
|
|
388
367
|
readonly input: {
|
|
389
368
|
token?: string;
|
|
390
369
|
};
|
|
391
370
|
readonly output: LendingAccountProfile[];
|
|
392
371
|
};
|
|
393
|
-
readonly
|
|
372
|
+
readonly "/lending/market/indexes": {
|
|
394
373
|
readonly input: {};
|
|
395
374
|
readonly output: Record<string, LendingIndexesDto>;
|
|
396
375
|
};
|
|
397
|
-
readonly
|
|
376
|
+
readonly "/user/lending/position/:identifier": {
|
|
398
377
|
readonly input: {};
|
|
399
378
|
readonly output: LendingAccountProfile[];
|
|
400
379
|
};
|
|
401
|
-
readonly
|
|
380
|
+
readonly "/lending/pnl": {
|
|
402
381
|
readonly input: {
|
|
403
382
|
identifiers: string[];
|
|
404
383
|
};
|
|
405
384
|
readonly output: LendingAccountPnl[];
|
|
406
385
|
};
|
|
407
|
-
readonly
|
|
386
|
+
readonly "/user/lending/pnl/:address": {
|
|
408
387
|
readonly input: {};
|
|
409
388
|
readonly output: LendingAccountPnl[];
|
|
410
389
|
};
|
|
411
|
-
readonly
|
|
390
|
+
readonly "/user/lending/summary/:identifier": {
|
|
412
391
|
readonly input: {};
|
|
413
392
|
readonly output: LendingAccountSummary;
|
|
414
393
|
};
|
|
415
|
-
readonly
|
|
394
|
+
readonly "/user/lending/image/:nonce": {
|
|
416
395
|
readonly input: {
|
|
417
396
|
isStatic: boolean;
|
|
418
397
|
};
|
|
419
398
|
readonly output: string;
|
|
420
399
|
};
|
|
421
|
-
readonly
|
|
400
|
+
readonly "/lending/market/emode-categories": {
|
|
422
401
|
readonly input: {
|
|
423
402
|
categoryIds?: string[];
|
|
424
403
|
};
|
|
425
404
|
readonly output: LendingEModeCategoryProfile[];
|
|
426
405
|
};
|
|
427
|
-
readonly
|
|
406
|
+
readonly "/lending/market/:token/emode-categories": {
|
|
428
407
|
readonly input: {};
|
|
429
408
|
readonly output: LendingEModeCategoryProfile[];
|
|
430
409
|
};
|
|
431
|
-
readonly
|
|
410
|
+
readonly "/lending/market/:token/analytics": {
|
|
432
411
|
readonly input: {
|
|
433
412
|
startTime?: string;
|
|
434
413
|
endTime?: string;
|
|
@@ -436,11 +415,11 @@ export declare const endpoints: {
|
|
|
436
415
|
};
|
|
437
416
|
readonly output: LendingMarketAnalyticsGraph[];
|
|
438
417
|
};
|
|
439
|
-
readonly
|
|
418
|
+
readonly "/lending/market/:token/average": {
|
|
440
419
|
readonly input: {};
|
|
441
420
|
readonly output: LendingMarketAverageGraph[];
|
|
442
421
|
};
|
|
443
|
-
readonly
|
|
422
|
+
readonly "/lending/leaderboard": {
|
|
444
423
|
readonly input: {
|
|
445
424
|
skip?: number;
|
|
446
425
|
top?: number;
|
|
@@ -450,31 +429,31 @@ export declare const endpoints: {
|
|
|
450
429
|
};
|
|
451
430
|
readonly output: LendingPositionStatus[];
|
|
452
431
|
};
|
|
453
|
-
readonly
|
|
432
|
+
readonly "/lending/leaderboard/liquidate": {
|
|
454
433
|
readonly input: {};
|
|
455
434
|
readonly output: LendingPositionStatus[];
|
|
456
435
|
};
|
|
457
|
-
readonly
|
|
436
|
+
readonly "/lending/leaderboard/clean-bad-debt": {
|
|
458
437
|
readonly input: {};
|
|
459
438
|
readonly output: LendingPositionStatus[];
|
|
460
439
|
};
|
|
461
|
-
readonly
|
|
440
|
+
readonly "/lending/stats": {
|
|
462
441
|
readonly input: {};
|
|
463
442
|
readonly output: LendingOverallStats;
|
|
464
443
|
};
|
|
465
|
-
readonly
|
|
444
|
+
readonly "/lending/market/prices": {
|
|
466
445
|
readonly input: {
|
|
467
446
|
returnAsUsd?: boolean;
|
|
468
447
|
};
|
|
469
448
|
readonly output: Record<string, number>;
|
|
470
449
|
};
|
|
471
|
-
readonly
|
|
450
|
+
readonly "/nft/query": {
|
|
472
451
|
readonly input: {
|
|
473
452
|
filter: PublicOnly<NftDocFilter>;
|
|
474
453
|
};
|
|
475
454
|
readonly output: NftPaginated;
|
|
476
455
|
};
|
|
477
|
-
readonly
|
|
456
|
+
readonly "/nft/:identifier/like": {
|
|
478
457
|
readonly input: {};
|
|
479
458
|
readonly output: {};
|
|
480
459
|
readonly POST: {
|
|
@@ -484,13 +463,13 @@ export declare const endpoints: {
|
|
|
484
463
|
readonly securityMode: "requiredAny";
|
|
485
464
|
};
|
|
486
465
|
};
|
|
487
|
-
readonly
|
|
466
|
+
readonly "/user/:address/inventory-summary": {
|
|
488
467
|
readonly input: {
|
|
489
468
|
activeAuction?: boolean;
|
|
490
469
|
};
|
|
491
470
|
readonly output: InventorySummaryDtoHydrated[];
|
|
492
471
|
};
|
|
493
|
-
readonly
|
|
472
|
+
readonly "/user/:address/offers": {
|
|
494
473
|
readonly input: {
|
|
495
474
|
type?: OfferType;
|
|
496
475
|
top?: number;
|
|
@@ -498,49 +477,49 @@ export declare const endpoints: {
|
|
|
498
477
|
};
|
|
499
478
|
readonly output: NftOfferPaginated;
|
|
500
479
|
};
|
|
501
|
-
readonly
|
|
480
|
+
readonly "/nft/offer/query": {
|
|
502
481
|
readonly input: {
|
|
503
482
|
filter: PublicOnly<NftOfferDocFilter>;
|
|
504
483
|
};
|
|
505
484
|
readonly output: NftOfferPaginated;
|
|
506
485
|
};
|
|
507
|
-
readonly
|
|
486
|
+
readonly "/nft/offer/:identifier": {
|
|
508
487
|
readonly input: {};
|
|
509
488
|
readonly output: NftOfferDocHydrated[];
|
|
510
489
|
};
|
|
511
|
-
readonly
|
|
490
|
+
readonly "/user/:address/favorite/nfts": {
|
|
512
491
|
readonly input: {
|
|
513
492
|
top?: number;
|
|
514
493
|
skip?: number;
|
|
515
494
|
};
|
|
516
495
|
readonly output: NftPaginated;
|
|
517
496
|
};
|
|
518
|
-
readonly
|
|
497
|
+
readonly "/collection/:collection/attributes": {
|
|
519
498
|
readonly input: {};
|
|
520
499
|
readonly output: Record<string, ValueFp & Record<string, TraitInfo>>;
|
|
521
500
|
};
|
|
522
|
-
readonly
|
|
501
|
+
readonly "/nft/:identifier/offers": {
|
|
523
502
|
readonly input: {
|
|
524
503
|
skip: number;
|
|
525
504
|
top: number;
|
|
526
505
|
};
|
|
527
506
|
readonly output: NftOfferPaginated;
|
|
528
507
|
};
|
|
529
|
-
readonly
|
|
508
|
+
readonly "/collection/:collection/ranks": {
|
|
530
509
|
readonly input: {};
|
|
531
510
|
readonly output: CollectionRanksDTO[];
|
|
532
511
|
};
|
|
533
|
-
readonly
|
|
512
|
+
readonly "/collection/:collection/listings": {
|
|
534
513
|
readonly input: {};
|
|
535
514
|
readonly output: ListingsResponseDto;
|
|
536
515
|
};
|
|
537
|
-
readonly
|
|
516
|
+
readonly "/nft/pinned": {
|
|
538
517
|
readonly input: {
|
|
539
518
|
chain: ActivityChain[];
|
|
540
519
|
};
|
|
541
520
|
readonly output: NftDocHydrated[];
|
|
542
521
|
};
|
|
543
|
-
readonly
|
|
522
|
+
readonly "/nft/sign-withdraw": {
|
|
544
523
|
readonly input: {};
|
|
545
524
|
readonly output: {};
|
|
546
525
|
readonly POST: {
|
|
@@ -550,7 +529,7 @@ export declare const endpoints: {
|
|
|
550
529
|
readonly securityMode: "requiredAny";
|
|
551
530
|
};
|
|
552
531
|
};
|
|
553
|
-
readonly
|
|
532
|
+
readonly "/collection/:collection/sign-offer": {
|
|
554
533
|
readonly input: {};
|
|
555
534
|
readonly output: {};
|
|
556
535
|
readonly POST: {
|
|
@@ -560,7 +539,7 @@ export declare const endpoints: {
|
|
|
560
539
|
readonly securityMode: "requiredAny";
|
|
561
540
|
};
|
|
562
541
|
};
|
|
563
|
-
readonly
|
|
542
|
+
readonly "/collection/:collection/sign-mint": {
|
|
564
543
|
readonly input: {};
|
|
565
544
|
readonly output: {};
|
|
566
545
|
readonly POST: {
|
|
@@ -570,11 +549,11 @@ export declare const endpoints: {
|
|
|
570
549
|
readonly securityMode: "requiredAny";
|
|
571
550
|
};
|
|
572
551
|
};
|
|
573
|
-
readonly
|
|
552
|
+
readonly "/nft/:identifier": {
|
|
574
553
|
readonly input: {};
|
|
575
554
|
readonly output: NftDocFull;
|
|
576
555
|
};
|
|
577
|
-
readonly
|
|
556
|
+
readonly "/collection/:collection/profile": {
|
|
578
557
|
readonly input: {};
|
|
579
558
|
readonly output: CollectionProfileDoc;
|
|
580
559
|
readonly PATCH: {
|
|
@@ -584,39 +563,39 @@ export declare const endpoints: {
|
|
|
584
563
|
readonly securityMode: "requiredAny";
|
|
585
564
|
};
|
|
586
565
|
};
|
|
587
|
-
readonly
|
|
566
|
+
readonly "/collection/:collection/floor-price": {
|
|
588
567
|
readonly input: {
|
|
589
568
|
token?: string;
|
|
590
569
|
};
|
|
591
570
|
readonly output: FloorPriceDto;
|
|
592
571
|
};
|
|
593
|
-
readonly
|
|
572
|
+
readonly "/collection/floor-price": {
|
|
594
573
|
readonly input: {
|
|
595
574
|
collection?: string[];
|
|
596
575
|
};
|
|
597
576
|
readonly output: Record<string, number>;
|
|
598
577
|
};
|
|
599
|
-
readonly
|
|
578
|
+
readonly "/collection/pinned": {
|
|
600
579
|
readonly input: {
|
|
601
580
|
chain: ActivityChain[];
|
|
602
581
|
};
|
|
603
582
|
readonly output: PinnedCollectionDto[];
|
|
604
583
|
};
|
|
605
|
-
readonly
|
|
584
|
+
readonly "/collection/pinned-drops": {
|
|
606
585
|
readonly input: {
|
|
607
586
|
chain: ActivityChain[];
|
|
608
587
|
};
|
|
609
588
|
readonly output: CollectionMintProfileDocHydrated[];
|
|
610
589
|
};
|
|
611
|
-
readonly
|
|
590
|
+
readonly "/collection/:collection/pinned-drops": {
|
|
612
591
|
readonly input: {};
|
|
613
592
|
readonly output: CollectionPinnedStatusDto;
|
|
614
593
|
};
|
|
615
|
-
readonly
|
|
594
|
+
readonly "/collection/:collection/pinned": {
|
|
616
595
|
readonly input: {};
|
|
617
596
|
readonly output: CollectionPinnedStatusDto;
|
|
618
597
|
};
|
|
619
|
-
readonly
|
|
598
|
+
readonly "/collection/:collection/follow": {
|
|
620
599
|
readonly input: {};
|
|
621
600
|
readonly output: {};
|
|
622
601
|
readonly POST: {
|
|
@@ -626,29 +605,29 @@ export declare const endpoints: {
|
|
|
626
605
|
readonly securityMode: "requiredAny";
|
|
627
606
|
};
|
|
628
607
|
};
|
|
629
|
-
readonly
|
|
608
|
+
readonly "/collection/query": {
|
|
630
609
|
readonly input: {
|
|
631
610
|
filter?: PublicOnly<CollectionProfileFilter>;
|
|
632
611
|
};
|
|
633
612
|
readonly output: CollectionProfilePaginated;
|
|
634
613
|
};
|
|
635
|
-
readonly
|
|
614
|
+
readonly "/collection/drops/query": {
|
|
636
615
|
readonly input: {
|
|
637
616
|
filter?: PublicOnly<CollectionMintProfileFilter>;
|
|
638
617
|
};
|
|
639
618
|
readonly output: CollectionMintProfilePaginated;
|
|
640
619
|
};
|
|
641
|
-
readonly
|
|
620
|
+
readonly "/collection/:collection/drop-info": {
|
|
642
621
|
readonly input: {};
|
|
643
622
|
readonly output: CollectionMintProfileDocWithStages;
|
|
644
623
|
readonly securityMode: "optionalAny";
|
|
645
624
|
};
|
|
646
|
-
readonly
|
|
625
|
+
readonly "/collection/:creatorTag/:collectionTag/drop-info": {
|
|
647
626
|
readonly input: {};
|
|
648
627
|
readonly output: CollectionMintProfileDocWithStages;
|
|
649
628
|
readonly securityMode: "optionalAny";
|
|
650
629
|
};
|
|
651
|
-
readonly
|
|
630
|
+
readonly "/collection/:collection/upload-picture": {
|
|
652
631
|
readonly input: {};
|
|
653
632
|
readonly output: {};
|
|
654
633
|
readonly PUT: {
|
|
@@ -658,7 +637,7 @@ export declare const endpoints: {
|
|
|
658
637
|
readonly securityMode: "requiredAny";
|
|
659
638
|
};
|
|
660
639
|
};
|
|
661
|
-
readonly
|
|
640
|
+
readonly "/collection/:collection/upload-banner": {
|
|
662
641
|
readonly input: {};
|
|
663
642
|
readonly output: {};
|
|
664
643
|
readonly PUT: {
|
|
@@ -668,7 +647,7 @@ export declare const endpoints: {
|
|
|
668
647
|
readonly securityMode: "requiredAny";
|
|
669
648
|
};
|
|
670
649
|
};
|
|
671
|
-
readonly
|
|
650
|
+
readonly "/collection/:collection/reset-picture": {
|
|
672
651
|
readonly input: {};
|
|
673
652
|
readonly output: {};
|
|
674
653
|
readonly PUT: {
|
|
@@ -678,7 +657,7 @@ export declare const endpoints: {
|
|
|
678
657
|
readonly securityMode: "requiredAny";
|
|
679
658
|
};
|
|
680
659
|
};
|
|
681
|
-
readonly
|
|
660
|
+
readonly "/collection/:collection/reset-banner": {
|
|
682
661
|
readonly input: {};
|
|
683
662
|
readonly output: {};
|
|
684
663
|
readonly PUT: {
|
|
@@ -688,118 +667,51 @@ export declare const endpoints: {
|
|
|
688
667
|
readonly securityMode: "requiredAny";
|
|
689
668
|
};
|
|
690
669
|
};
|
|
691
|
-
readonly
|
|
670
|
+
readonly "/collection/:collection/holders": {
|
|
692
671
|
readonly input: {};
|
|
693
672
|
readonly output: CollectionHoldersDto;
|
|
694
673
|
};
|
|
695
|
-
readonly
|
|
674
|
+
readonly "/collection/:collection/holders/export": {
|
|
696
675
|
readonly input: {};
|
|
697
676
|
readonly output: CollectionHoldersExportDto[];
|
|
698
677
|
};
|
|
699
|
-
readonly
|
|
678
|
+
readonly "/collection/:collection/owner": {
|
|
700
679
|
readonly input: {};
|
|
701
680
|
readonly output: CollectionOwnerDto;
|
|
702
681
|
};
|
|
703
|
-
readonly
|
|
682
|
+
readonly "/collection/:collection/stats": {
|
|
704
683
|
readonly input: {};
|
|
705
684
|
readonly output: CollectionStatsDocHydrated;
|
|
706
685
|
};
|
|
707
|
-
readonly
|
|
686
|
+
readonly "/collection/stats/query": {
|
|
708
687
|
readonly input: {
|
|
709
688
|
filter: PublicOnly<CollectionStatsFilter>;
|
|
710
689
|
};
|
|
711
690
|
readonly output: CollectionStatsPaginated;
|
|
712
691
|
};
|
|
713
|
-
readonly
|
|
692
|
+
readonly "/collection/global-offer/query": {
|
|
714
693
|
readonly input: {
|
|
715
694
|
filter: PublicOnly<CollectionOffersFilter>;
|
|
716
695
|
};
|
|
717
696
|
readonly output: GlobalOfferPaginated;
|
|
718
697
|
};
|
|
719
|
-
readonly
|
|
698
|
+
readonly "/user/:address/creator/listing": {
|
|
720
699
|
readonly input: {};
|
|
721
700
|
readonly output: CreatorDetailsDto;
|
|
722
701
|
};
|
|
723
|
-
readonly
|
|
702
|
+
readonly "/user/:address/creator/details": {
|
|
724
703
|
readonly input: {};
|
|
725
704
|
readonly output: CreatorDetailsDto;
|
|
726
705
|
};
|
|
727
|
-
readonly
|
|
706
|
+
readonly "/launchpad/:scAddress/shareholders/royalties": {
|
|
728
707
|
readonly input: {};
|
|
729
708
|
readonly output: ShareholderDto[];
|
|
730
709
|
};
|
|
731
|
-
readonly
|
|
710
|
+
readonly "/launchpad/:scAddress/shareholders/collection/:collectionTag": {
|
|
732
711
|
readonly input: {};
|
|
733
712
|
readonly output: ShareholderDto[];
|
|
734
713
|
};
|
|
735
|
-
readonly
|
|
736
|
-
readonly input: {
|
|
737
|
-
originalUrl?: string;
|
|
738
|
-
extraInfo?: string;
|
|
739
|
-
};
|
|
740
|
-
readonly output: string;
|
|
741
|
-
};
|
|
742
|
-
readonly '/user/web2': {
|
|
743
|
-
readonly input: {};
|
|
744
|
-
readonly output: Web2UserDoc;
|
|
745
|
-
readonly securityMode: "requiredWeb2";
|
|
746
|
-
};
|
|
747
|
-
readonly '/user/web2/session-cookie': {
|
|
748
|
-
readonly input: {};
|
|
749
|
-
readonly output: {};
|
|
750
|
-
readonly POST: {
|
|
751
|
-
readonly input: {};
|
|
752
|
-
readonly output: SuccessWithMessageDto;
|
|
753
|
-
readonly body: {};
|
|
754
|
-
readonly securityMode: "requiredWeb2";
|
|
755
|
-
};
|
|
756
|
-
};
|
|
757
|
-
readonly '/user/web2/wallet': {
|
|
758
|
-
readonly input: {};
|
|
759
|
-
readonly output: {};
|
|
760
|
-
readonly POST: {
|
|
761
|
-
readonly input: {};
|
|
762
|
-
readonly output: Web2UserDoc;
|
|
763
|
-
readonly body: NativeWalletDto;
|
|
764
|
-
readonly securityMode: "requiredWeb2";
|
|
765
|
-
};
|
|
766
|
-
};
|
|
767
|
-
readonly '/user/web2/wallet-switch': {
|
|
768
|
-
readonly input: {};
|
|
769
|
-
readonly output: {};
|
|
770
|
-
readonly POST: {
|
|
771
|
-
readonly input: {};
|
|
772
|
-
readonly output: Web2UserDoc;
|
|
773
|
-
readonly body: SwitchWalletDto;
|
|
774
|
-
readonly securityMode: "requiredWeb2";
|
|
775
|
-
};
|
|
776
|
-
};
|
|
777
|
-
readonly '/user/web2/wallet-link': {
|
|
778
|
-
readonly input: {};
|
|
779
|
-
readonly output: {};
|
|
780
|
-
readonly POST: {
|
|
781
|
-
readonly input: {};
|
|
782
|
-
readonly output: Web2UserDoc;
|
|
783
|
-
readonly body: Web2WalletDto;
|
|
784
|
-
readonly securityMode: "requiredWeb2";
|
|
785
|
-
};
|
|
786
|
-
};
|
|
787
|
-
readonly '/user/web2/:index/wallet-link': {
|
|
788
|
-
readonly input: {};
|
|
789
|
-
readonly output: {};
|
|
790
|
-
readonly DELETE: {
|
|
791
|
-
readonly input: {};
|
|
792
|
-
readonly output: Web2UserDoc;
|
|
793
|
-
readonly body: {};
|
|
794
|
-
readonly securityMode: "requiredWeb2";
|
|
795
|
-
};
|
|
796
|
-
};
|
|
797
|
-
readonly '/user/web2/shards': {
|
|
798
|
-
readonly input: {};
|
|
799
|
-
readonly output: Web2UserShardsDto;
|
|
800
|
-
readonly securityMode: "requiredWeb2";
|
|
801
|
-
};
|
|
802
|
-
readonly '/pool/:poolId/profile': {
|
|
714
|
+
readonly "/pool/:poolId/profile": {
|
|
803
715
|
readonly input: {};
|
|
804
716
|
readonly output: StakingSummary;
|
|
805
717
|
readonly PATCH: {
|
|
@@ -809,11 +721,11 @@ export declare const endpoints: {
|
|
|
809
721
|
readonly securityMode: "requiredAny";
|
|
810
722
|
};
|
|
811
723
|
};
|
|
812
|
-
readonly
|
|
724
|
+
readonly "/pool/:poolId/whitelist": {
|
|
813
725
|
readonly input: {};
|
|
814
726
|
readonly output: NftDocHydrated[];
|
|
815
727
|
};
|
|
816
|
-
readonly
|
|
728
|
+
readonly "/pool/:poolId/upload-picture": {
|
|
817
729
|
readonly input: {};
|
|
818
730
|
readonly output: {};
|
|
819
731
|
readonly PUT: {
|
|
@@ -823,112 +735,112 @@ export declare const endpoints: {
|
|
|
823
735
|
readonly securityMode: "requiredAny";
|
|
824
736
|
};
|
|
825
737
|
};
|
|
826
|
-
readonly
|
|
738
|
+
readonly "/user/:address/staking/available-pools": {
|
|
827
739
|
readonly input: {};
|
|
828
740
|
readonly output: StakingSummary[];
|
|
829
741
|
};
|
|
830
|
-
readonly
|
|
742
|
+
readonly "/user/:address/staking/owned-collections": {
|
|
831
743
|
readonly input: {};
|
|
832
744
|
readonly output: OwnedCollectionsDto;
|
|
833
745
|
};
|
|
834
|
-
readonly
|
|
746
|
+
readonly "/user/:address/staking/owned-pools": {
|
|
835
747
|
readonly input: {};
|
|
836
748
|
readonly output: StakingSummary[];
|
|
837
749
|
};
|
|
838
|
-
readonly
|
|
750
|
+
readonly "/user/:address/staking/summary": {
|
|
839
751
|
readonly input: {};
|
|
840
752
|
readonly output: UserStakingSummaryDto[];
|
|
841
753
|
};
|
|
842
|
-
readonly
|
|
754
|
+
readonly "/user/:address/staking/creator": {
|
|
843
755
|
readonly input: {};
|
|
844
756
|
readonly output: StakingCreatorDoc;
|
|
845
757
|
};
|
|
846
|
-
readonly
|
|
758
|
+
readonly "/user/:address/staking/collection/:collection": {
|
|
847
759
|
readonly input: {};
|
|
848
760
|
readonly output: StakingSummary[];
|
|
849
761
|
};
|
|
850
|
-
readonly
|
|
762
|
+
readonly "/user/:address/staking/pool/:poolId/nfts": {
|
|
851
763
|
readonly input: {
|
|
852
764
|
status?: StakingStatus;
|
|
853
765
|
};
|
|
854
766
|
readonly output: StakingUserPoolNfts;
|
|
855
767
|
};
|
|
856
|
-
readonly
|
|
768
|
+
readonly "/collection/:collection/staking/summary": {
|
|
857
769
|
readonly input: {};
|
|
858
770
|
readonly output: StakingSummary[];
|
|
859
771
|
readonly securityMode: "optionalAny";
|
|
860
772
|
};
|
|
861
|
-
readonly
|
|
773
|
+
readonly "/collection/:collection/staking/delegators": {
|
|
862
774
|
readonly input: {};
|
|
863
775
|
readonly output: string[];
|
|
864
776
|
};
|
|
865
|
-
readonly
|
|
777
|
+
readonly "/collection/staking/explore": {
|
|
866
778
|
readonly input: {};
|
|
867
779
|
readonly output: StakingExploreDtoHydrated[];
|
|
868
780
|
};
|
|
869
|
-
readonly
|
|
781
|
+
readonly "/user/:creatorTag/owned-services": {
|
|
870
782
|
readonly input: {};
|
|
871
783
|
readonly output: OwnedServicesDto;
|
|
872
784
|
};
|
|
873
|
-
readonly
|
|
785
|
+
readonly "/search": {
|
|
874
786
|
readonly input: {
|
|
875
787
|
filter: PublicOnly<FilterQueryDto>;
|
|
876
788
|
};
|
|
877
789
|
readonly output: GlobalSearchResourcesPaginated;
|
|
878
790
|
};
|
|
879
|
-
readonly
|
|
791
|
+
readonly "/user/search": {
|
|
880
792
|
readonly input: {
|
|
881
793
|
filter: PublicOnly<FilterQueryDto>;
|
|
882
794
|
};
|
|
883
795
|
readonly output: GlobalSearchResourcesPaginated;
|
|
884
796
|
};
|
|
885
|
-
readonly
|
|
797
|
+
readonly "/collection/search": {
|
|
886
798
|
readonly input: {
|
|
887
799
|
filter: PublicOnly<FilterQueryDto>;
|
|
888
800
|
};
|
|
889
801
|
readonly output: GlobalSearchResourcesPaginated;
|
|
890
802
|
};
|
|
891
|
-
readonly
|
|
803
|
+
readonly "/collection/drops/search": {
|
|
892
804
|
readonly input: {
|
|
893
805
|
filter: PublicOnly<FilterQueryDto>;
|
|
894
806
|
};
|
|
895
807
|
readonly output: CollectionMintProfilePaginated;
|
|
896
808
|
};
|
|
897
|
-
readonly
|
|
809
|
+
readonly "/nft/search/query": {
|
|
898
810
|
readonly input: {
|
|
899
811
|
filter: PublicOnly<NftDocFilter>;
|
|
900
812
|
};
|
|
901
813
|
readonly output: NftPaginated;
|
|
902
814
|
};
|
|
903
|
-
readonly
|
|
815
|
+
readonly "/lending/market-sc": {
|
|
904
816
|
readonly input: {};
|
|
905
817
|
readonly output: string[];
|
|
906
818
|
};
|
|
907
|
-
readonly
|
|
819
|
+
readonly "/lending/active-accounts": {
|
|
908
820
|
readonly input: {};
|
|
909
821
|
readonly output: number[];
|
|
910
822
|
};
|
|
911
|
-
readonly
|
|
823
|
+
readonly "/lending/account/:nonce/attributes": {
|
|
912
824
|
readonly input: {};
|
|
913
825
|
readonly output: LendingNftAttributes;
|
|
914
826
|
};
|
|
915
|
-
readonly
|
|
827
|
+
readonly "/lending/account/:nonce/positions": {
|
|
916
828
|
readonly input: {};
|
|
917
829
|
readonly output: LendingNftAttributes[];
|
|
918
830
|
};
|
|
919
|
-
readonly
|
|
831
|
+
readonly "/lending/liquidate": {
|
|
920
832
|
readonly input: {};
|
|
921
833
|
readonly output: Record<string, number>;
|
|
922
834
|
};
|
|
923
|
-
readonly
|
|
835
|
+
readonly "/lending/sync-account-positions": {
|
|
924
836
|
readonly input: {};
|
|
925
837
|
readonly output: LendingNftAttributes[];
|
|
926
838
|
};
|
|
927
|
-
readonly
|
|
839
|
+
readonly "/lending/market/:token/price/egld": {
|
|
928
840
|
readonly input: {};
|
|
929
841
|
readonly output: LendingTokenPriceDto;
|
|
930
842
|
};
|
|
931
|
-
readonly
|
|
843
|
+
readonly "/faucet": {
|
|
932
844
|
readonly input: {};
|
|
933
845
|
readonly output: {};
|
|
934
846
|
readonly POST: {
|
|
@@ -938,7 +850,7 @@ export declare const endpoints: {
|
|
|
938
850
|
readonly securityMode: "requiredAny";
|
|
939
851
|
};
|
|
940
852
|
};
|
|
941
|
-
readonly
|
|
853
|
+
readonly "/user/notifications": {
|
|
942
854
|
readonly input: {
|
|
943
855
|
top?: number;
|
|
944
856
|
skip?: number;
|
|
@@ -946,12 +858,12 @@ export declare const endpoints: {
|
|
|
946
858
|
readonly output: NotificationPaginated;
|
|
947
859
|
readonly securityMode: "requiredAny";
|
|
948
860
|
};
|
|
949
|
-
readonly
|
|
861
|
+
readonly "/user/notifications/unread-count": {
|
|
950
862
|
readonly input: {};
|
|
951
863
|
readonly output: PushNotificationCountResponse;
|
|
952
864
|
readonly securityMode: "requiredAny";
|
|
953
865
|
};
|
|
954
|
-
readonly
|
|
866
|
+
readonly "/user/notifications/clear": {
|
|
955
867
|
readonly input: {};
|
|
956
868
|
readonly output: {};
|
|
957
869
|
readonly DELETE: {
|
|
@@ -961,7 +873,7 @@ export declare const endpoints: {
|
|
|
961
873
|
readonly securityMode: "requiredAny";
|
|
962
874
|
};
|
|
963
875
|
};
|
|
964
|
-
readonly
|
|
876
|
+
readonly "/user/notifications/read": {
|
|
965
877
|
readonly input: {};
|
|
966
878
|
readonly output: {};
|
|
967
879
|
readonly PATCH: {
|
|
@@ -973,7 +885,7 @@ export declare const endpoints: {
|
|
|
973
885
|
readonly securityMode: "requiredAny";
|
|
974
886
|
};
|
|
975
887
|
};
|
|
976
|
-
readonly
|
|
888
|
+
readonly "/mobile/device/register": {
|
|
977
889
|
readonly input: {};
|
|
978
890
|
readonly output: {};
|
|
979
891
|
readonly POST: {
|
|
@@ -983,7 +895,7 @@ export declare const endpoints: {
|
|
|
983
895
|
readonly securityMode: "requiredWeb2";
|
|
984
896
|
};
|
|
985
897
|
};
|
|
986
|
-
readonly
|
|
898
|
+
readonly "/mobile/device/:deviceId": {
|
|
987
899
|
readonly input: {};
|
|
988
900
|
readonly output: MobileDeviceDoc;
|
|
989
901
|
readonly securityMode: "requiredWeb2";
|
|
@@ -994,7 +906,7 @@ export declare const endpoints: {
|
|
|
994
906
|
readonly securityMode: "requiredWeb2";
|
|
995
907
|
};
|
|
996
908
|
};
|
|
997
|
-
readonly
|
|
909
|
+
readonly "/mobile/history": {
|
|
998
910
|
readonly input: {
|
|
999
911
|
top?: number;
|
|
1000
912
|
skip?: number;
|
|
@@ -1002,12 +914,12 @@ export declare const endpoints: {
|
|
|
1002
914
|
readonly output: PushNotificationResponse;
|
|
1003
915
|
readonly securityMode: "requiredAny";
|
|
1004
916
|
};
|
|
1005
|
-
readonly
|
|
917
|
+
readonly "/mobile/history/unread-count": {
|
|
1006
918
|
readonly input: {};
|
|
1007
919
|
readonly output: PushNotificationCountResponse;
|
|
1008
920
|
readonly securityMode: "requiredAny";
|
|
1009
921
|
};
|
|
1010
|
-
readonly
|
|
922
|
+
readonly "/mobile/history/:notificationId/read": {
|
|
1011
923
|
readonly input: {};
|
|
1012
924
|
readonly output: {};
|
|
1013
925
|
readonly PUT: {
|
|
@@ -1017,7 +929,7 @@ export declare const endpoints: {
|
|
|
1017
929
|
readonly securityMode: "requiredAny";
|
|
1018
930
|
};
|
|
1019
931
|
};
|
|
1020
|
-
readonly
|
|
932
|
+
readonly "/mobile/history/read-all": {
|
|
1021
933
|
readonly input: {};
|
|
1022
934
|
readonly output: {};
|
|
1023
935
|
readonly PUT: {
|
|
@@ -1027,7 +939,7 @@ export declare const endpoints: {
|
|
|
1027
939
|
readonly securityMode: "requiredAny";
|
|
1028
940
|
};
|
|
1029
941
|
};
|
|
1030
|
-
readonly
|
|
942
|
+
readonly "/mobile/history/clear-all": {
|
|
1031
943
|
readonly input: {};
|
|
1032
944
|
readonly output: {};
|
|
1033
945
|
readonly DELETE: {
|
|
@@ -1037,7 +949,7 @@ export declare const endpoints: {
|
|
|
1037
949
|
readonly securityMode: "requiredAny";
|
|
1038
950
|
};
|
|
1039
951
|
};
|
|
1040
|
-
readonly
|
|
952
|
+
readonly "/mobile/history/clear-id/:notificationId": {
|
|
1041
953
|
readonly input: {};
|
|
1042
954
|
readonly output: {};
|
|
1043
955
|
readonly DELETE: {
|
|
@@ -1047,7 +959,7 @@ export declare const endpoints: {
|
|
|
1047
959
|
readonly securityMode: "requiredAny";
|
|
1048
960
|
};
|
|
1049
961
|
};
|
|
1050
|
-
readonly
|
|
962
|
+
readonly "/eventNotifications/event/:eventId/update": {
|
|
1051
963
|
readonly input: {};
|
|
1052
964
|
readonly output: {};
|
|
1053
965
|
readonly POST: {
|
|
@@ -1057,7 +969,7 @@ export declare const endpoints: {
|
|
|
1057
969
|
readonly securityMode: "requiredAny";
|
|
1058
970
|
};
|
|
1059
971
|
};
|
|
1060
|
-
readonly
|
|
972
|
+
readonly "/eventNotifications/event/:eventId/reminder": {
|
|
1061
973
|
readonly input: {};
|
|
1062
974
|
readonly output: {};
|
|
1063
975
|
readonly POST: {
|
|
@@ -1067,7 +979,7 @@ export declare const endpoints: {
|
|
|
1067
979
|
readonly securityMode: "requiredAny";
|
|
1068
980
|
};
|
|
1069
981
|
};
|
|
1070
|
-
readonly
|
|
982
|
+
readonly "/eventNotifications/creator/marketing": {
|
|
1071
983
|
readonly input: {};
|
|
1072
984
|
readonly output: {};
|
|
1073
985
|
readonly POST: {
|
|
@@ -1077,7 +989,7 @@ export declare const endpoints: {
|
|
|
1077
989
|
readonly securityMode: "requiredAny";
|
|
1078
990
|
};
|
|
1079
991
|
};
|
|
1080
|
-
readonly
|
|
992
|
+
readonly "/eventNotifications/user/:userId/direct": {
|
|
1081
993
|
readonly input: {};
|
|
1082
994
|
readonly output: {};
|
|
1083
995
|
readonly POST: {
|
|
@@ -1087,139 +999,84 @@ export declare const endpoints: {
|
|
|
1087
999
|
readonly securityMode: "requiredAny";
|
|
1088
1000
|
};
|
|
1089
1001
|
};
|
|
1090
|
-
readonly
|
|
1091
|
-
readonly input: {
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
readonly input: {};
|
|
1095
|
-
readonly output: SuccessDto;
|
|
1096
|
-
readonly body: {};
|
|
1097
|
-
readonly securityMode: "requiredAny";
|
|
1002
|
+
readonly "/user/native-token": {
|
|
1003
|
+
readonly input: {
|
|
1004
|
+
originalUrl?: string;
|
|
1005
|
+
extraInfo?: string;
|
|
1098
1006
|
};
|
|
1007
|
+
readonly output: string;
|
|
1099
1008
|
};
|
|
1100
|
-
readonly
|
|
1009
|
+
readonly "/user/web2": {
|
|
1101
1010
|
readonly input: {};
|
|
1102
|
-
readonly output:
|
|
1103
|
-
readonly
|
|
1104
|
-
readonly input: {};
|
|
1105
|
-
readonly output: SuccessDto;
|
|
1106
|
-
readonly body: {};
|
|
1107
|
-
readonly securityMode: "requiredAny";
|
|
1108
|
-
};
|
|
1011
|
+
readonly output: Web2UserDoc;
|
|
1012
|
+
readonly securityMode: "requiredWeb2";
|
|
1109
1013
|
};
|
|
1110
|
-
readonly
|
|
1014
|
+
readonly "/user/web2/session-cookie": {
|
|
1111
1015
|
readonly input: {};
|
|
1112
1016
|
readonly output: {};
|
|
1113
1017
|
readonly POST: {
|
|
1114
1018
|
readonly input: {};
|
|
1115
|
-
readonly output:
|
|
1019
|
+
readonly output: SuccessWithMessageDto;
|
|
1116
1020
|
readonly body: {};
|
|
1117
|
-
readonly securityMode: "
|
|
1021
|
+
readonly securityMode: "requiredWeb2";
|
|
1118
1022
|
};
|
|
1119
1023
|
};
|
|
1120
|
-
readonly
|
|
1024
|
+
readonly "/user/web2/wallet": {
|
|
1121
1025
|
readonly input: {};
|
|
1122
1026
|
readonly output: {};
|
|
1123
1027
|
readonly POST: {
|
|
1124
1028
|
readonly input: {};
|
|
1125
|
-
readonly output:
|
|
1126
|
-
readonly body:
|
|
1127
|
-
readonly securityMode: "
|
|
1029
|
+
readonly output: Web2UserDoc;
|
|
1030
|
+
readonly body: NativeWalletDto;
|
|
1031
|
+
readonly securityMode: "requiredWeb2";
|
|
1128
1032
|
};
|
|
1129
1033
|
};
|
|
1130
|
-
readonly
|
|
1034
|
+
readonly "/user/web2/wallet-switch": {
|
|
1131
1035
|
readonly input: {};
|
|
1132
1036
|
readonly output: {};
|
|
1133
1037
|
readonly POST: {
|
|
1134
1038
|
readonly input: {};
|
|
1135
|
-
readonly output:
|
|
1136
|
-
readonly body:
|
|
1137
|
-
readonly securityMode: "
|
|
1039
|
+
readonly output: Web2UserDoc;
|
|
1040
|
+
readonly body: SwitchWalletDto;
|
|
1041
|
+
readonly securityMode: "requiredWeb2";
|
|
1138
1042
|
};
|
|
1139
1043
|
};
|
|
1140
|
-
readonly
|
|
1044
|
+
readonly "/user/web2/wallet-link": {
|
|
1141
1045
|
readonly input: {};
|
|
1142
1046
|
readonly output: {};
|
|
1143
1047
|
readonly POST: {
|
|
1144
1048
|
readonly input: {};
|
|
1145
|
-
readonly output:
|
|
1146
|
-
readonly body:
|
|
1147
|
-
readonly securityMode: "
|
|
1049
|
+
readonly output: Web2UserDoc;
|
|
1050
|
+
readonly body: Web2WalletDto;
|
|
1051
|
+
readonly securityMode: "requiredWeb2";
|
|
1148
1052
|
};
|
|
1149
1053
|
};
|
|
1150
|
-
readonly
|
|
1151
|
-
readonly input: {};
|
|
1152
|
-
readonly output: BarDto[];
|
|
1153
|
-
};
|
|
1154
|
-
readonly '/tradingview/coin/:symbol': {
|
|
1155
|
-
readonly input: {};
|
|
1156
|
-
readonly output: SymbolInfoDto[];
|
|
1157
|
-
};
|
|
1158
|
-
readonly '/perp/coin/:symbol': {
|
|
1159
|
-
readonly input: {};
|
|
1160
|
-
readonly output: PerpCoinExtended[];
|
|
1161
|
-
};
|
|
1162
|
-
readonly '/perp/coin/spot/:symbol': {
|
|
1163
|
-
readonly input: {};
|
|
1164
|
-
readonly output: PerpSpotCoinExtended[];
|
|
1165
|
-
};
|
|
1166
|
-
readonly '/perp/coins': {
|
|
1167
|
-
readonly input: {};
|
|
1168
|
-
readonly output: PerpCoinExtendedSlim[];
|
|
1169
|
-
};
|
|
1170
|
-
readonly '/perp/legal-check/:address': {
|
|
1171
|
-
readonly input: {};
|
|
1172
|
-
readonly output: PerpLegalCheck;
|
|
1173
|
-
};
|
|
1174
|
-
readonly '/perp/coins/spot': {
|
|
1175
|
-
readonly input: {};
|
|
1176
|
-
readonly output: PerpSpotCoinExtendedSlim[];
|
|
1177
|
-
};
|
|
1178
|
-
readonly '/perp/orderbook/:symbol': {
|
|
1179
|
-
readonly input: {};
|
|
1180
|
-
readonly output: L2BookPerpResponseSingle[];
|
|
1181
|
-
};
|
|
1182
|
-
readonly '/perp/trades/:symbol': {
|
|
1183
|
-
readonly input: {};
|
|
1184
|
-
readonly output: TradesPerpResponseSingle[];
|
|
1185
|
-
};
|
|
1186
|
-
readonly '/perp/stats/spot/:symbol': {
|
|
1187
|
-
readonly input: {};
|
|
1188
|
-
readonly output: ActiveSpotAssetCtx[];
|
|
1189
|
-
};
|
|
1190
|
-
readonly '/perp/stats/:symbol': {
|
|
1191
|
-
readonly input: {};
|
|
1192
|
-
readonly output: ActivePerpAssetCtx[];
|
|
1193
|
-
};
|
|
1194
|
-
readonly '/perp/subscribe': {
|
|
1054
|
+
readonly "/user/web2/:index/wallet-link": {
|
|
1195
1055
|
readonly input: {};
|
|
1196
1056
|
readonly output: {};
|
|
1197
|
-
readonly
|
|
1057
|
+
readonly DELETE: {
|
|
1198
1058
|
readonly input: {};
|
|
1199
|
-
readonly output:
|
|
1200
|
-
readonly body:
|
|
1059
|
+
readonly output: Web2UserDoc;
|
|
1060
|
+
readonly body: {};
|
|
1061
|
+
readonly securityMode: "requiredWeb2";
|
|
1201
1062
|
};
|
|
1202
1063
|
};
|
|
1203
|
-
readonly
|
|
1064
|
+
readonly "/user/web2/shards": {
|
|
1204
1065
|
readonly input: {};
|
|
1205
|
-
readonly output:
|
|
1206
|
-
readonly
|
|
1207
|
-
readonly input: {};
|
|
1208
|
-
readonly output: SuccessDto;
|
|
1209
|
-
readonly body: PerpEvent;
|
|
1210
|
-
};
|
|
1066
|
+
readonly output: Web2UserShardsDto;
|
|
1067
|
+
readonly securityMode: "requiredWeb2";
|
|
1211
1068
|
};
|
|
1212
|
-
readonly
|
|
1069
|
+
readonly "/activity/query": {
|
|
1213
1070
|
readonly input: {
|
|
1214
1071
|
filter: PublicOnly<NftActivityFilter>;
|
|
1215
1072
|
};
|
|
1216
1073
|
readonly output: NftActivityPaginated;
|
|
1217
1074
|
};
|
|
1218
|
-
readonly
|
|
1075
|
+
readonly "/activity/:identifier": {
|
|
1219
1076
|
readonly input: {};
|
|
1220
1077
|
readonly output: NftActivityDocHydrated;
|
|
1221
1078
|
};
|
|
1222
|
-
readonly
|
|
1079
|
+
readonly "/analytics/volume": {
|
|
1223
1080
|
readonly input: {
|
|
1224
1081
|
startTime?: string;
|
|
1225
1082
|
endTime?: string;
|
|
@@ -1228,7 +1085,7 @@ export declare const endpoints: {
|
|
|
1228
1085
|
};
|
|
1229
1086
|
readonly output: VolumeGraph[];
|
|
1230
1087
|
};
|
|
1231
|
-
readonly
|
|
1088
|
+
readonly "/collection/:collection/analytics/volume": {
|
|
1232
1089
|
readonly input: {
|
|
1233
1090
|
startTime?: string;
|
|
1234
1091
|
endTime?: string;
|
|
@@ -1236,17 +1093,17 @@ export declare const endpoints: {
|
|
|
1236
1093
|
};
|
|
1237
1094
|
readonly output: AnalyticsVolumeDto[];
|
|
1238
1095
|
};
|
|
1239
|
-
readonly
|
|
1096
|
+
readonly "/user/:address/analytics/volume": {
|
|
1240
1097
|
readonly input: {};
|
|
1241
1098
|
readonly output: UserAnalyticsDto;
|
|
1242
1099
|
};
|
|
1243
|
-
readonly
|
|
1100
|
+
readonly "/analytics/overview": {
|
|
1244
1101
|
readonly input: {
|
|
1245
1102
|
chain: ActivityChain[];
|
|
1246
1103
|
};
|
|
1247
1104
|
readonly output: GlobalAnalyticsOverviewResponseDto;
|
|
1248
1105
|
};
|
|
1249
|
-
readonly
|
|
1106
|
+
readonly "/user/stats": {
|
|
1250
1107
|
readonly input: {
|
|
1251
1108
|
skip?: number;
|
|
1252
1109
|
top?: number;
|
|
@@ -1255,7 +1112,7 @@ export declare const endpoints: {
|
|
|
1255
1112
|
};
|
|
1256
1113
|
readonly output: UserStatsDto[];
|
|
1257
1114
|
};
|
|
1258
|
-
readonly
|
|
1115
|
+
readonly "/user/xoxno-drop": {
|
|
1259
1116
|
readonly input: {
|
|
1260
1117
|
skip?: number;
|
|
1261
1118
|
top?: number;
|
|
@@ -1263,31 +1120,22 @@ export declare const endpoints: {
|
|
|
1263
1120
|
};
|
|
1264
1121
|
readonly output: AirdropDtoHydrated[];
|
|
1265
1122
|
};
|
|
1266
|
-
readonly
|
|
1123
|
+
readonly "/user/me/xoxno-drop": {
|
|
1267
1124
|
readonly input: {};
|
|
1268
1125
|
readonly output: AirdropDtoHydrated[];
|
|
1269
1126
|
readonly securityMode: "requiredAny";
|
|
1270
1127
|
};
|
|
1271
|
-
readonly
|
|
1272
|
-
readonly input: {};
|
|
1273
|
-
readonly output: {};
|
|
1274
|
-
readonly POST: {
|
|
1275
|
-
readonly input: {};
|
|
1276
|
-
readonly output: LoginAccessDto;
|
|
1277
|
-
readonly body: LoginRequestDto;
|
|
1278
|
-
};
|
|
1279
|
-
};
|
|
1280
|
-
readonly '/transactions/:txHash': {
|
|
1128
|
+
readonly "/transactions/:txHash": {
|
|
1281
1129
|
readonly input: {
|
|
1282
1130
|
withResults?: boolean;
|
|
1283
1131
|
};
|
|
1284
1132
|
readonly output: TransactionDetailed;
|
|
1285
1133
|
};
|
|
1286
|
-
readonly
|
|
1134
|
+
readonly "/transactions/:txHash/status": {
|
|
1287
1135
|
readonly input: {};
|
|
1288
1136
|
readonly output: TransactionProcessStatus;
|
|
1289
1137
|
};
|
|
1290
|
-
readonly
|
|
1138
|
+
readonly "/transaction/cost": {
|
|
1291
1139
|
readonly input: {};
|
|
1292
1140
|
readonly output: {};
|
|
1293
1141
|
readonly POST: {
|
|
@@ -1296,7 +1144,7 @@ export declare const endpoints: {
|
|
|
1296
1144
|
readonly body: TransactionCreate;
|
|
1297
1145
|
};
|
|
1298
1146
|
};
|
|
1299
|
-
readonly
|
|
1147
|
+
readonly "/transactions": {
|
|
1300
1148
|
readonly input: {};
|
|
1301
1149
|
readonly output: {};
|
|
1302
1150
|
readonly POST: {
|
|
@@ -1305,7 +1153,7 @@ export declare const endpoints: {
|
|
|
1305
1153
|
readonly body: TransactionCreate;
|
|
1306
1154
|
};
|
|
1307
1155
|
};
|
|
1308
|
-
readonly
|
|
1156
|
+
readonly "/transactions/batch": {
|
|
1309
1157
|
readonly input: {};
|
|
1310
1158
|
readonly output: {};
|
|
1311
1159
|
readonly POST: {
|
|
@@ -1316,7 +1164,129 @@ export declare const endpoints: {
|
|
|
1316
1164
|
readonly body: TransactionCreate[];
|
|
1317
1165
|
};
|
|
1318
1166
|
};
|
|
1319
|
-
readonly
|
|
1167
|
+
readonly "/perp/exchange/acceptTerms": {
|
|
1168
|
+
readonly input: {};
|
|
1169
|
+
readonly output: {};
|
|
1170
|
+
readonly POST: {
|
|
1171
|
+
readonly input: {};
|
|
1172
|
+
readonly output: SuccessDto;
|
|
1173
|
+
readonly body: {};
|
|
1174
|
+
readonly securityMode: "requiredAny";
|
|
1175
|
+
};
|
|
1176
|
+
};
|
|
1177
|
+
readonly "/perp/exchange/sendAsset": {
|
|
1178
|
+
readonly input: {};
|
|
1179
|
+
readonly output: {};
|
|
1180
|
+
readonly POST: {
|
|
1181
|
+
readonly input: {};
|
|
1182
|
+
readonly output: SuccessDto;
|
|
1183
|
+
readonly body: {};
|
|
1184
|
+
readonly securityMode: "requiredAny";
|
|
1185
|
+
};
|
|
1186
|
+
};
|
|
1187
|
+
readonly "/perp/exchange/sendExternalAsset": {
|
|
1188
|
+
readonly input: {};
|
|
1189
|
+
readonly output: {};
|
|
1190
|
+
readonly POST: {
|
|
1191
|
+
readonly input: {};
|
|
1192
|
+
readonly output: SuccessDto;
|
|
1193
|
+
readonly body: {};
|
|
1194
|
+
readonly securityMode: "requiredAny";
|
|
1195
|
+
};
|
|
1196
|
+
};
|
|
1197
|
+
readonly "/perp/exchange/deposit": {
|
|
1198
|
+
readonly input: {};
|
|
1199
|
+
readonly output: {};
|
|
1200
|
+
readonly POST: {
|
|
1201
|
+
readonly input: {};
|
|
1202
|
+
readonly output: SuccessDto;
|
|
1203
|
+
readonly body: {};
|
|
1204
|
+
readonly securityMode: "requiredAny";
|
|
1205
|
+
};
|
|
1206
|
+
};
|
|
1207
|
+
readonly "/perp/exchange/withdraw": {
|
|
1208
|
+
readonly input: {};
|
|
1209
|
+
readonly output: {};
|
|
1210
|
+
readonly POST: {
|
|
1211
|
+
readonly input: {};
|
|
1212
|
+
readonly output: SuccessDto;
|
|
1213
|
+
readonly body: {};
|
|
1214
|
+
readonly securityMode: "requiredAny";
|
|
1215
|
+
};
|
|
1216
|
+
};
|
|
1217
|
+
readonly "/perp/exchange/order": {
|
|
1218
|
+
readonly input: {};
|
|
1219
|
+
readonly output: {};
|
|
1220
|
+
readonly POST: {
|
|
1221
|
+
readonly input: {};
|
|
1222
|
+
readonly output: PerpOrderResponse;
|
|
1223
|
+
readonly body: {};
|
|
1224
|
+
readonly securityMode: "requiredAny";
|
|
1225
|
+
};
|
|
1226
|
+
};
|
|
1227
|
+
readonly "/tradingview/bars/:symbol": {
|
|
1228
|
+
readonly input: {};
|
|
1229
|
+
readonly output: BarDto[];
|
|
1230
|
+
};
|
|
1231
|
+
readonly "/tradingview/coin/:symbol": {
|
|
1232
|
+
readonly input: {};
|
|
1233
|
+
readonly output: SymbolInfoDto[];
|
|
1234
|
+
};
|
|
1235
|
+
readonly "/perp/coin/:symbol": {
|
|
1236
|
+
readonly input: {};
|
|
1237
|
+
readonly output: PerpCoinExtended[];
|
|
1238
|
+
};
|
|
1239
|
+
readonly "/perp/coin/spot/:symbol": {
|
|
1240
|
+
readonly input: {};
|
|
1241
|
+
readonly output: PerpSpotCoinExtended[];
|
|
1242
|
+
};
|
|
1243
|
+
readonly "/perp/coins": {
|
|
1244
|
+
readonly input: {};
|
|
1245
|
+
readonly output: PerpCoinExtendedSlim[];
|
|
1246
|
+
};
|
|
1247
|
+
readonly "/perp/legal-check/:address": {
|
|
1248
|
+
readonly input: {};
|
|
1249
|
+
readonly output: PerpLegalCheck;
|
|
1250
|
+
};
|
|
1251
|
+
readonly "/perp/coins/spot": {
|
|
1252
|
+
readonly input: {};
|
|
1253
|
+
readonly output: PerpSpotCoinExtendedSlim[];
|
|
1254
|
+
};
|
|
1255
|
+
readonly "/perp/orderbook/:symbol": {
|
|
1256
|
+
readonly input: {};
|
|
1257
|
+
readonly output: L2BookPerpResponseSingle[];
|
|
1258
|
+
};
|
|
1259
|
+
readonly "/perp/trades/:symbol": {
|
|
1260
|
+
readonly input: {};
|
|
1261
|
+
readonly output: TradesPerpResponseSingle[];
|
|
1262
|
+
};
|
|
1263
|
+
readonly "/perp/stats/spot/:symbol": {
|
|
1264
|
+
readonly input: {};
|
|
1265
|
+
readonly output: ActiveSpotAssetCtx[];
|
|
1266
|
+
};
|
|
1267
|
+
readonly "/perp/stats/:symbol": {
|
|
1268
|
+
readonly input: {};
|
|
1269
|
+
readonly output: ActivePerpAssetCtx[];
|
|
1270
|
+
};
|
|
1271
|
+
readonly "/perp/subscribe": {
|
|
1272
|
+
readonly input: {};
|
|
1273
|
+
readonly output: {};
|
|
1274
|
+
readonly POST: {
|
|
1275
|
+
readonly input: {};
|
|
1276
|
+
readonly output: SuccessDto;
|
|
1277
|
+
readonly body: PerpEvent;
|
|
1278
|
+
};
|
|
1279
|
+
};
|
|
1280
|
+
readonly "/perp/unsubscribe": {
|
|
1281
|
+
readonly input: {};
|
|
1282
|
+
readonly output: {};
|
|
1283
|
+
readonly POST: {
|
|
1284
|
+
readonly input: {};
|
|
1285
|
+
readonly output: SuccessDto;
|
|
1286
|
+
readonly body: PerpEvent;
|
|
1287
|
+
};
|
|
1288
|
+
};
|
|
1289
|
+
readonly "/user/chat/message": {
|
|
1320
1290
|
readonly input: {};
|
|
1321
1291
|
readonly output: {};
|
|
1322
1292
|
readonly POST: {
|
|
@@ -1326,7 +1296,7 @@ export declare const endpoints: {
|
|
|
1326
1296
|
readonly securityMode: "requiredAny";
|
|
1327
1297
|
};
|
|
1328
1298
|
};
|
|
1329
|
-
readonly
|
|
1299
|
+
readonly "/user/chat/conversation": {
|
|
1330
1300
|
readonly input: {
|
|
1331
1301
|
isGroupChat?: boolean;
|
|
1332
1302
|
top?: number;
|
|
@@ -1335,7 +1305,7 @@ export declare const endpoints: {
|
|
|
1335
1305
|
readonly output: UserConversationPaginated;
|
|
1336
1306
|
readonly securityMode: "requiredAny";
|
|
1337
1307
|
};
|
|
1338
|
-
readonly
|
|
1308
|
+
readonly "/user/chat/conversation/:conversationId": {
|
|
1339
1309
|
readonly input: {
|
|
1340
1310
|
receiver: string;
|
|
1341
1311
|
top?: number;
|
|
@@ -1350,12 +1320,12 @@ export declare const endpoints: {
|
|
|
1350
1320
|
readonly securityMode: "requiredAny";
|
|
1351
1321
|
};
|
|
1352
1322
|
};
|
|
1353
|
-
readonly
|
|
1323
|
+
readonly "/user/chat/conversation-summary": {
|
|
1354
1324
|
readonly input: {};
|
|
1355
1325
|
readonly output: GlobalConversationSummaryDto;
|
|
1356
1326
|
readonly securityMode: "requiredAny";
|
|
1357
1327
|
};
|
|
1358
|
-
readonly
|
|
1328
|
+
readonly "/user/chat/conversation/:conversationId/message/:messageId": {
|
|
1359
1329
|
readonly input: {};
|
|
1360
1330
|
readonly output: {};
|
|
1361
1331
|
readonly DELETE: {
|
|
@@ -1367,12 +1337,12 @@ export declare const endpoints: {
|
|
|
1367
1337
|
readonly securityMode: "requiredAny";
|
|
1368
1338
|
};
|
|
1369
1339
|
};
|
|
1370
|
-
readonly
|
|
1340
|
+
readonly "/user/chat/block": {
|
|
1371
1341
|
readonly input: {};
|
|
1372
1342
|
readonly output: UserBlockPaginated;
|
|
1373
1343
|
readonly securityMode: "requiredAny";
|
|
1374
1344
|
};
|
|
1375
|
-
readonly
|
|
1345
|
+
readonly "/user/chat/block/:address": {
|
|
1376
1346
|
readonly input: {};
|
|
1377
1347
|
readonly output: {};
|
|
1378
1348
|
readonly POST: {
|
|
@@ -1382,7 +1352,7 @@ export declare const endpoints: {
|
|
|
1382
1352
|
readonly securityMode: "requiredAny";
|
|
1383
1353
|
};
|
|
1384
1354
|
};
|
|
1385
|
-
readonly
|
|
1355
|
+
readonly "/user/chat/token": {
|
|
1386
1356
|
readonly input: {};
|
|
1387
1357
|
readonly output: {};
|
|
1388
1358
|
readonly POST: {
|
|
@@ -1392,15 +1362,15 @@ export declare const endpoints: {
|
|
|
1392
1362
|
readonly securityMode: "requiredAny";
|
|
1393
1363
|
};
|
|
1394
1364
|
};
|
|
1395
|
-
readonly
|
|
1365
|
+
readonly "/hatom/user/:address": {
|
|
1396
1366
|
readonly input: {};
|
|
1397
1367
|
readonly output: UserInfo;
|
|
1398
1368
|
};
|
|
1399
|
-
readonly
|
|
1369
|
+
readonly "/countries": {
|
|
1400
1370
|
readonly input: {};
|
|
1401
1371
|
readonly output: string[];
|
|
1402
1372
|
};
|
|
1403
|
-
readonly
|
|
1373
|
+
readonly "/event": {
|
|
1404
1374
|
readonly input: {};
|
|
1405
1375
|
readonly output: {};
|
|
1406
1376
|
readonly POST: {
|
|
@@ -1410,7 +1380,7 @@ export declare const endpoints: {
|
|
|
1410
1380
|
readonly securityMode: "requiredAny";
|
|
1411
1381
|
};
|
|
1412
1382
|
};
|
|
1413
|
-
readonly
|
|
1383
|
+
readonly "/event/:eventId": {
|
|
1414
1384
|
readonly input: {};
|
|
1415
1385
|
readonly output: EventProfile;
|
|
1416
1386
|
readonly securityMode: "optionalAny";
|
|
@@ -1427,13 +1397,13 @@ export declare const endpoints: {
|
|
|
1427
1397
|
readonly securityMode: "requiredAny";
|
|
1428
1398
|
};
|
|
1429
1399
|
};
|
|
1430
|
-
readonly
|
|
1400
|
+
readonly "/event/profile/query": {
|
|
1431
1401
|
readonly input: {
|
|
1432
1402
|
filter: PublicOnly<EventProfileFilter>;
|
|
1433
1403
|
};
|
|
1434
1404
|
readonly output: EventProfileQuery;
|
|
1435
1405
|
};
|
|
1436
|
-
readonly
|
|
1406
|
+
readonly "/event/:eventId/profile": {
|
|
1437
1407
|
readonly input: {};
|
|
1438
1408
|
readonly output: {};
|
|
1439
1409
|
readonly PUT: {
|
|
@@ -1443,7 +1413,7 @@ export declare const endpoints: {
|
|
|
1443
1413
|
readonly securityMode: "requiredAny";
|
|
1444
1414
|
};
|
|
1445
1415
|
};
|
|
1446
|
-
readonly
|
|
1416
|
+
readonly "/event/:eventId/background": {
|
|
1447
1417
|
readonly input: {};
|
|
1448
1418
|
readonly output: {};
|
|
1449
1419
|
readonly PUT: {
|
|
@@ -1453,7 +1423,7 @@ export declare const endpoints: {
|
|
|
1453
1423
|
readonly securityMode: "requiredAny";
|
|
1454
1424
|
};
|
|
1455
1425
|
};
|
|
1456
|
-
readonly
|
|
1426
|
+
readonly "/event/:eventId/description": {
|
|
1457
1427
|
readonly input: {};
|
|
1458
1428
|
readonly output: {};
|
|
1459
1429
|
readonly PUT: {
|
|
@@ -1463,7 +1433,7 @@ export declare const endpoints: {
|
|
|
1463
1433
|
readonly securityMode: "requiredAny";
|
|
1464
1434
|
};
|
|
1465
1435
|
};
|
|
1466
|
-
readonly
|
|
1436
|
+
readonly "/event/:eventId/description/image": {
|
|
1467
1437
|
readonly input: {};
|
|
1468
1438
|
readonly output: {};
|
|
1469
1439
|
readonly PUT: {
|
|
@@ -1473,7 +1443,7 @@ export declare const endpoints: {
|
|
|
1473
1443
|
readonly securityMode: "requiredAny";
|
|
1474
1444
|
};
|
|
1475
1445
|
};
|
|
1476
|
-
readonly
|
|
1446
|
+
readonly "/event/:eventId/description/image/:imageId": {
|
|
1477
1447
|
readonly input: {};
|
|
1478
1448
|
readonly output: {};
|
|
1479
1449
|
readonly DELETE: {
|
|
@@ -1483,7 +1453,7 @@ export declare const endpoints: {
|
|
|
1483
1453
|
readonly securityMode: "requiredAny";
|
|
1484
1454
|
};
|
|
1485
1455
|
};
|
|
1486
|
-
readonly
|
|
1456
|
+
readonly "/event/:eventId/register": {
|
|
1487
1457
|
readonly input: {};
|
|
1488
1458
|
readonly output: {};
|
|
1489
1459
|
readonly POST: {
|
|
@@ -1495,7 +1465,7 @@ export declare const endpoints: {
|
|
|
1495
1465
|
readonly securityMode: "requiredAny";
|
|
1496
1466
|
};
|
|
1497
1467
|
};
|
|
1498
|
-
readonly
|
|
1468
|
+
readonly "/event/:eventId/ticket": {
|
|
1499
1469
|
readonly input: {};
|
|
1500
1470
|
readonly output: EventTicketProfileDoc[];
|
|
1501
1471
|
readonly POST: {
|
|
@@ -1505,7 +1475,7 @@ export declare const endpoints: {
|
|
|
1505
1475
|
readonly securityMode: "requiredAny";
|
|
1506
1476
|
};
|
|
1507
1477
|
};
|
|
1508
|
-
readonly
|
|
1478
|
+
readonly "/event/:eventId/ticket/:ticketId": {
|
|
1509
1479
|
readonly input: {};
|
|
1510
1480
|
readonly output: EventTicketProfileDoc;
|
|
1511
1481
|
readonly PATCH: {
|
|
@@ -1526,7 +1496,7 @@ export declare const endpoints: {
|
|
|
1526
1496
|
readonly body: {};
|
|
1527
1497
|
};
|
|
1528
1498
|
};
|
|
1529
|
-
readonly
|
|
1499
|
+
readonly "/event/:eventId/stage": {
|
|
1530
1500
|
readonly input: {
|
|
1531
1501
|
isEnabled?: boolean;
|
|
1532
1502
|
};
|
|
@@ -1538,7 +1508,7 @@ export declare const endpoints: {
|
|
|
1538
1508
|
readonly securityMode: "requiredAny";
|
|
1539
1509
|
};
|
|
1540
1510
|
};
|
|
1541
|
-
readonly
|
|
1511
|
+
readonly "/event/:eventId/stage/:stageId": {
|
|
1542
1512
|
readonly input: {};
|
|
1543
1513
|
readonly output: EventStageProfileDoc;
|
|
1544
1514
|
readonly PATCH: {
|
|
@@ -1554,7 +1524,7 @@ export declare const endpoints: {
|
|
|
1554
1524
|
readonly securityMode: "requiredAny";
|
|
1555
1525
|
};
|
|
1556
1526
|
};
|
|
1557
|
-
readonly
|
|
1527
|
+
readonly "/event/:eventId/calculate-prices": {
|
|
1558
1528
|
readonly input: {};
|
|
1559
1529
|
readonly output: {};
|
|
1560
1530
|
readonly POST: {
|
|
@@ -1563,7 +1533,7 @@ export declare const endpoints: {
|
|
|
1563
1533
|
readonly body: TicketCalculationRequestDto;
|
|
1564
1534
|
};
|
|
1565
1535
|
};
|
|
1566
|
-
readonly
|
|
1536
|
+
readonly "/event/:eventId/validate-discount": {
|
|
1567
1537
|
readonly input: {};
|
|
1568
1538
|
readonly output: {};
|
|
1569
1539
|
readonly POST: {
|
|
@@ -1572,12 +1542,12 @@ export declare const endpoints: {
|
|
|
1572
1542
|
readonly body: {};
|
|
1573
1543
|
};
|
|
1574
1544
|
};
|
|
1575
|
-
readonly
|
|
1545
|
+
readonly "/user/:address/creator/events": {
|
|
1576
1546
|
readonly input: {};
|
|
1577
1547
|
readonly output: CreatorDetailsDto;
|
|
1578
1548
|
readonly securityMode: "optionalAny";
|
|
1579
1549
|
};
|
|
1580
|
-
readonly
|
|
1550
|
+
readonly "/event/:eventId/invite": {
|
|
1581
1551
|
readonly input: {};
|
|
1582
1552
|
readonly output: {};
|
|
1583
1553
|
readonly POST: {
|
|
@@ -1587,14 +1557,14 @@ export declare const endpoints: {
|
|
|
1587
1557
|
readonly securityMode: "requiredAny";
|
|
1588
1558
|
};
|
|
1589
1559
|
};
|
|
1590
|
-
readonly
|
|
1560
|
+
readonly "/event/:eventId/invite/query": {
|
|
1591
1561
|
readonly input: {
|
|
1592
1562
|
filter: PublicOnly<EventInvitationFilter>;
|
|
1593
1563
|
};
|
|
1594
1564
|
readonly output: EventInvitationQuery;
|
|
1595
1565
|
readonly securityMode: "requiredAny";
|
|
1596
1566
|
};
|
|
1597
|
-
readonly
|
|
1567
|
+
readonly "/event/:eventId/invite/:inviteId": {
|
|
1598
1568
|
readonly input: {};
|
|
1599
1569
|
readonly output: EventInvitation;
|
|
1600
1570
|
readonly POST: {
|
|
@@ -1610,19 +1580,19 @@ export declare const endpoints: {
|
|
|
1610
1580
|
readonly securityMode: "requiredAny";
|
|
1611
1581
|
};
|
|
1612
1582
|
};
|
|
1613
|
-
readonly
|
|
1583
|
+
readonly "/event/:eventId/voucher/query": {
|
|
1614
1584
|
readonly input: {
|
|
1615
1585
|
filter: PublicOnly<EventVoucherFilter>;
|
|
1616
1586
|
};
|
|
1617
1587
|
readonly output: EventVoucherQuery;
|
|
1618
1588
|
readonly securityMode: "requiredAny";
|
|
1619
1589
|
};
|
|
1620
|
-
readonly
|
|
1590
|
+
readonly "/event/:eventId/questions": {
|
|
1621
1591
|
readonly input: {};
|
|
1622
1592
|
readonly output: EventQuestionDoc[];
|
|
1623
1593
|
readonly securityMode: "requiredAny";
|
|
1624
1594
|
};
|
|
1625
|
-
readonly
|
|
1595
|
+
readonly "/event/:eventId/question": {
|
|
1626
1596
|
readonly input: {};
|
|
1627
1597
|
readonly output: {};
|
|
1628
1598
|
readonly POST: {
|
|
@@ -1632,7 +1602,7 @@ export declare const endpoints: {
|
|
|
1632
1602
|
readonly securityMode: "requiredAny";
|
|
1633
1603
|
};
|
|
1634
1604
|
};
|
|
1635
|
-
readonly
|
|
1605
|
+
readonly "/event/:eventId/question/:questionId": {
|
|
1636
1606
|
readonly input: {};
|
|
1637
1607
|
readonly output: {};
|
|
1638
1608
|
readonly PATCH: {
|
|
@@ -1648,24 +1618,24 @@ export declare const endpoints: {
|
|
|
1648
1618
|
readonly securityMode: "requiredAny";
|
|
1649
1619
|
};
|
|
1650
1620
|
};
|
|
1651
|
-
readonly
|
|
1621
|
+
readonly "/event/:eventId/guest/query": {
|
|
1652
1622
|
readonly input: {
|
|
1653
1623
|
filter: PublicOnly<EventGuestFilter>;
|
|
1654
1624
|
};
|
|
1655
1625
|
readonly output: EventGuestProfileQuery;
|
|
1656
1626
|
readonly securityMode: "requiredAny";
|
|
1657
1627
|
};
|
|
1658
|
-
readonly
|
|
1628
|
+
readonly "/event/:eventId/guest/:address": {
|
|
1659
1629
|
readonly input: {};
|
|
1660
1630
|
readonly output: EventGuestProfile;
|
|
1661
1631
|
readonly securityMode: "requiredAny";
|
|
1662
1632
|
};
|
|
1663
|
-
readonly
|
|
1633
|
+
readonly "/event/:eventId/guest-export": {
|
|
1664
1634
|
readonly input: {};
|
|
1665
1635
|
readonly output: EventGuestExport[];
|
|
1666
1636
|
readonly securityMode: "requiredAny";
|
|
1667
1637
|
};
|
|
1668
|
-
readonly
|
|
1638
|
+
readonly "/event/:eventId/role": {
|
|
1669
1639
|
readonly input: {};
|
|
1670
1640
|
readonly output: EventUserRole[];
|
|
1671
1641
|
readonly POST: {
|
|
@@ -1682,7 +1652,7 @@ export declare const endpoints: {
|
|
|
1682
1652
|
};
|
|
1683
1653
|
readonly securityMode: "requiredAny";
|
|
1684
1654
|
};
|
|
1685
|
-
readonly
|
|
1655
|
+
readonly "/event/:eventId/role/:roleId": {
|
|
1686
1656
|
readonly input: {};
|
|
1687
1657
|
readonly output: EventUserRoleDoc;
|
|
1688
1658
|
readonly DELETE: {
|
|
@@ -1698,7 +1668,7 @@ export declare const endpoints: {
|
|
|
1698
1668
|
readonly securityMode: "requiredAny";
|
|
1699
1669
|
};
|
|
1700
1670
|
};
|
|
1701
|
-
readonly
|
|
1671
|
+
readonly "/event/:eventId/guest": {
|
|
1702
1672
|
readonly input: {};
|
|
1703
1673
|
readonly output: {};
|
|
1704
1674
|
readonly DELETE: {
|
|
@@ -1708,44 +1678,44 @@ export declare const endpoints: {
|
|
|
1708
1678
|
readonly securityMode: "requiredAny";
|
|
1709
1679
|
};
|
|
1710
1680
|
};
|
|
1711
|
-
readonly
|
|
1681
|
+
readonly "/event/:eventId/roleOf/:address": {
|
|
1712
1682
|
readonly input: {};
|
|
1713
1683
|
readonly output: EventUserRoleDoc;
|
|
1714
1684
|
readonly securityMode: "requiredAny";
|
|
1715
1685
|
};
|
|
1716
|
-
readonly
|
|
1686
|
+
readonly "/user/me/event": {
|
|
1717
1687
|
readonly input: {
|
|
1718
1688
|
extended: boolean;
|
|
1719
1689
|
};
|
|
1720
1690
|
readonly output: EventProfile[];
|
|
1721
1691
|
readonly securityMode: "requiredAny";
|
|
1722
1692
|
};
|
|
1723
|
-
readonly
|
|
1693
|
+
readonly "/user/me/events/past": {
|
|
1724
1694
|
readonly input: {};
|
|
1725
1695
|
readonly output: EventProfile[];
|
|
1726
1696
|
readonly securityMode: "requiredAny";
|
|
1727
1697
|
};
|
|
1728
|
-
readonly
|
|
1698
|
+
readonly "/user/me/events/hosted": {
|
|
1729
1699
|
readonly input: {};
|
|
1730
1700
|
readonly output: EventProfile[];
|
|
1731
1701
|
readonly securityMode: "requiredAny";
|
|
1732
1702
|
};
|
|
1733
|
-
readonly
|
|
1703
|
+
readonly "/user/me/events/upcoming": {
|
|
1734
1704
|
readonly input: {};
|
|
1735
1705
|
readonly output: EventProfile[];
|
|
1736
1706
|
readonly securityMode: "requiredAny";
|
|
1737
1707
|
};
|
|
1738
|
-
readonly
|
|
1708
|
+
readonly "/user/me/event/badge": {
|
|
1739
1709
|
readonly input: {};
|
|
1740
1710
|
readonly output: string;
|
|
1741
1711
|
readonly securityMode: "requiredAny";
|
|
1742
1712
|
};
|
|
1743
|
-
readonly
|
|
1713
|
+
readonly "/user/me/event/badge/payload": {
|
|
1744
1714
|
readonly input: {};
|
|
1745
1715
|
readonly output: BageQRData;
|
|
1746
1716
|
readonly securityMode: "requiredAny";
|
|
1747
1717
|
};
|
|
1748
|
-
readonly
|
|
1718
|
+
readonly "/event/:eventId/scan": {
|
|
1749
1719
|
readonly input: {};
|
|
1750
1720
|
readonly output: {};
|
|
1751
1721
|
readonly POST: {
|
|
@@ -1755,7 +1725,7 @@ export declare const endpoints: {
|
|
|
1755
1725
|
readonly securityMode: "requiredAny";
|
|
1756
1726
|
};
|
|
1757
1727
|
};
|
|
1758
|
-
readonly
|
|
1728
|
+
readonly "/event/:eventId/voucher": {
|
|
1759
1729
|
readonly input: {};
|
|
1760
1730
|
readonly output: {};
|
|
1761
1731
|
readonly POST: {
|
|
@@ -1765,7 +1735,7 @@ export declare const endpoints: {
|
|
|
1765
1735
|
readonly securityMode: "requiredAny";
|
|
1766
1736
|
};
|
|
1767
1737
|
};
|
|
1768
|
-
readonly
|
|
1738
|
+
readonly "/event/:eventId/voucher/:voucherCode": {
|
|
1769
1739
|
readonly input: {};
|
|
1770
1740
|
readonly output: {};
|
|
1771
1741
|
readonly PATCH: {
|
|
@@ -1781,7 +1751,7 @@ export declare const endpoints: {
|
|
|
1781
1751
|
readonly securityMode: "requiredAny";
|
|
1782
1752
|
};
|
|
1783
1753
|
};
|
|
1784
|
-
readonly
|
|
1754
|
+
readonly "/event/:eventId/manual-check-in": {
|
|
1785
1755
|
readonly input: {};
|
|
1786
1756
|
readonly output: {};
|
|
1787
1757
|
readonly POST: {
|
|
@@ -1791,12 +1761,12 @@ export declare const endpoints: {
|
|
|
1791
1761
|
readonly securityMode: "requiredAny";
|
|
1792
1762
|
};
|
|
1793
1763
|
};
|
|
1794
|
-
readonly
|
|
1764
|
+
readonly "/event/:eventId/answered-questions/:address": {
|
|
1795
1765
|
readonly input: {};
|
|
1796
1766
|
readonly output: AnsweredQuestionWithDetails[];
|
|
1797
1767
|
readonly securityMode: "requiredAny";
|
|
1798
1768
|
};
|
|
1799
|
-
readonly
|
|
1769
|
+
readonly "/event/:eventId/guest/approve": {
|
|
1800
1770
|
readonly input: {};
|
|
1801
1771
|
readonly output: {};
|
|
1802
1772
|
readonly PATCH: {
|
|
@@ -1806,15 +1776,15 @@ export declare const endpoints: {
|
|
|
1806
1776
|
readonly securityMode: "requiredAny";
|
|
1807
1777
|
};
|
|
1808
1778
|
};
|
|
1809
|
-
readonly
|
|
1779
|
+
readonly "/event/:eventId/google-pass/:address": {
|
|
1810
1780
|
readonly input: {};
|
|
1811
1781
|
readonly output: string[];
|
|
1812
1782
|
};
|
|
1813
|
-
readonly
|
|
1783
|
+
readonly "/event/profile/location": {
|
|
1814
1784
|
readonly input: {};
|
|
1815
1785
|
readonly output: EventCountGroupedByCountry[];
|
|
1816
1786
|
};
|
|
1817
|
-
readonly
|
|
1787
|
+
readonly "/event/:eventId/referral-config": {
|
|
1818
1788
|
readonly input: {};
|
|
1819
1789
|
readonly output: {};
|
|
1820
1790
|
readonly POST: {
|
|
@@ -1824,7 +1794,7 @@ export declare const endpoints: {
|
|
|
1824
1794
|
readonly securityMode: "requiredAny";
|
|
1825
1795
|
};
|
|
1826
1796
|
};
|
|
1827
|
-
readonly
|
|
1797
|
+
readonly "/event/:eventId/referral-config/:configId": {
|
|
1828
1798
|
readonly input: {};
|
|
1829
1799
|
readonly output: {};
|
|
1830
1800
|
readonly PATCH: {
|
|
@@ -1840,14 +1810,14 @@ export declare const endpoints: {
|
|
|
1840
1810
|
readonly securityMode: "requiredAny";
|
|
1841
1811
|
};
|
|
1842
1812
|
};
|
|
1843
|
-
readonly
|
|
1813
|
+
readonly "/event/:eventId/referral-configs": {
|
|
1844
1814
|
readonly input: {
|
|
1845
1815
|
filter?: PublicOnly<EventReferralConfigFilter>;
|
|
1846
1816
|
};
|
|
1847
1817
|
readonly output: EventReferralConfigPaginated;
|
|
1848
1818
|
readonly securityMode: "requiredAny";
|
|
1849
1819
|
};
|
|
1850
|
-
readonly
|
|
1820
|
+
readonly "/event/:eventId/referral": {
|
|
1851
1821
|
readonly input: {};
|
|
1852
1822
|
readonly output: {};
|
|
1853
1823
|
readonly POST: {
|
|
@@ -1857,7 +1827,7 @@ export declare const endpoints: {
|
|
|
1857
1827
|
readonly securityMode: "requiredAny";
|
|
1858
1828
|
};
|
|
1859
1829
|
};
|
|
1860
|
-
readonly
|
|
1830
|
+
readonly "/event/:eventId/referral/:referralCode": {
|
|
1861
1831
|
readonly input: {};
|
|
1862
1832
|
readonly output: {};
|
|
1863
1833
|
readonly PATCH: {
|
|
@@ -1873,19 +1843,19 @@ export declare const endpoints: {
|
|
|
1873
1843
|
readonly securityMode: "requiredAny";
|
|
1874
1844
|
};
|
|
1875
1845
|
};
|
|
1876
|
-
readonly
|
|
1846
|
+
readonly "/event/:eventId/referrals": {
|
|
1877
1847
|
readonly input: {
|
|
1878
1848
|
filter?: PublicOnly<EventReferralFilter>;
|
|
1879
1849
|
};
|
|
1880
1850
|
readonly output: EventReferralPaginated;
|
|
1881
1851
|
readonly securityMode: "requiredAny";
|
|
1882
1852
|
};
|
|
1883
|
-
readonly
|
|
1853
|
+
readonly "/event/:eventId/referrals/self-serviced": {
|
|
1884
1854
|
readonly input: {};
|
|
1885
1855
|
readonly output: EventReferralDoc[];
|
|
1886
1856
|
readonly securityMode: "requiredAny";
|
|
1887
1857
|
};
|
|
1888
|
-
readonly
|
|
1858
|
+
readonly "/event/:eventId/notify-attendees": {
|
|
1889
1859
|
readonly input: {};
|
|
1890
1860
|
readonly output: {};
|
|
1891
1861
|
readonly POST: {
|
|
@@ -1895,7 +1865,7 @@ export declare const endpoints: {
|
|
|
1895
1865
|
readonly securityMode: "requiredAny";
|
|
1896
1866
|
};
|
|
1897
1867
|
};
|
|
1898
|
-
readonly
|
|
1868
|
+
readonly "/notify/global-broadcast": {
|
|
1899
1869
|
readonly input: {};
|
|
1900
1870
|
readonly output: {};
|
|
1901
1871
|
readonly POST: {
|