@chainstream-io/sdk 0.1.23 → 0.1.25
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 +2 -2
- package/dist/{WatchlistApi-VmKx6Q1Q.d.cts → WatchlistApi-BG3KoB75.d.cts} +175 -540
- package/dist/{WatchlistApi-VmKx6Q1Q.d.ts → WatchlistApi-BG3KoB75.d.ts} +175 -540
- package/dist/{index-omaVsSSm.d.ts → index-C0qP5IcI.d.ts} +2 -2
- package/dist/{index-CjzuX57e.d.cts → index-DLgQWpoA.d.cts} +2 -2
- package/dist/index.cjs +19 -198
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +19 -198
- package/dist/index.mjs.map +1 -1
- package/dist/openapi/index.cjs +30 -388
- package/dist/openapi/index.cjs.map +1 -1
- package/dist/openapi/index.d.cts +1 -1
- package/dist/openapi/index.d.ts +1 -1
- package/dist/openapi/index.mjs +28 -360
- package/dist/openapi/index.mjs.map +1 -1
- package/dist/stream/index.d.cts +2 -2
- package/dist/stream/index.d.ts +2 -2
- package/package.json +1 -1
|
@@ -208,10 +208,10 @@ interface AddressExposure {
|
|
|
208
208
|
category: string;
|
|
209
209
|
/**
|
|
210
210
|
* DTO.KYT.ADDRESS_EXPOSURE.VALUE
|
|
211
|
-
* @type {
|
|
211
|
+
* @type {string}
|
|
212
212
|
* @memberof AddressExposure
|
|
213
213
|
*/
|
|
214
|
-
value:
|
|
214
|
+
value: string;
|
|
215
215
|
/**
|
|
216
216
|
* DTO.KYT.ADDRESS_EXPOSURE.EXPOSURE_TYPE
|
|
217
217
|
* @type {string}
|
|
@@ -353,10 +353,10 @@ interface AlertDetail {
|
|
|
353
353
|
externalId: string;
|
|
354
354
|
/**
|
|
355
355
|
* DTO.KYT.ALERT_DETAIL.ALERT_AMOUNT
|
|
356
|
-
* @type {
|
|
356
|
+
* @type {string}
|
|
357
357
|
* @memberof AlertDetail
|
|
358
358
|
*/
|
|
359
|
-
alertAmount:
|
|
359
|
+
alertAmount: string;
|
|
360
360
|
/**
|
|
361
361
|
* DTO.KYT.ALERT_DETAIL.EXPOSURE_TYPE
|
|
362
362
|
* @type {string}
|
|
@@ -480,10 +480,10 @@ interface AlteryaIdentification {
|
|
|
480
480
|
onChainActivity: OnChainActivity;
|
|
481
481
|
/**
|
|
482
482
|
* DTO.KYT.ALTERYA_IDENTIFICATION.RISK_SCORE
|
|
483
|
-
* @type {
|
|
483
|
+
* @type {string}
|
|
484
484
|
* @memberof AlteryaIdentification
|
|
485
485
|
*/
|
|
486
|
-
riskScore:
|
|
486
|
+
riskScore: string;
|
|
487
487
|
}
|
|
488
488
|
/**
|
|
489
489
|
* Check if a given object implements the AlteryaIdentification interface.
|
|
@@ -1337,10 +1337,10 @@ interface TokenMarketData {
|
|
|
1337
1337
|
top100HoldingsRatio?: string;
|
|
1338
1338
|
/**
|
|
1339
1339
|
* DTO.TOKEN.MARKET_CAP.HOLDERS
|
|
1340
|
-
* @type {
|
|
1340
|
+
* @type {string}
|
|
1341
1341
|
* @memberof TokenMarketData
|
|
1342
1342
|
*/
|
|
1343
|
-
holders:
|
|
1343
|
+
holders: string;
|
|
1344
1344
|
/**
|
|
1345
1345
|
* DTO.TOKEN.MARKET_CAP.PRICE_IN_SOL
|
|
1346
1346
|
* @type {string}
|
|
@@ -1956,10 +1956,10 @@ interface TokenMetadata {
|
|
|
1956
1956
|
description?: string;
|
|
1957
1957
|
/**
|
|
1958
1958
|
* DTO.TOKEN.METADATA.DEV_TOTAL_TOKENS
|
|
1959
|
-
* @type {
|
|
1959
|
+
* @type {string}
|
|
1960
1960
|
* @memberof TokenMetadata
|
|
1961
1961
|
*/
|
|
1962
|
-
devTotalTokens?:
|
|
1962
|
+
devTotalTokens?: string;
|
|
1963
1963
|
/**
|
|
1964
1964
|
* DTO.TOKEN.METADATA.DEV_LAST_TOKEN_CREATED_AT
|
|
1965
1965
|
* @type {string}
|
|
@@ -2007,16 +2007,16 @@ interface TokenStat {
|
|
|
2007
2007
|
price1m: string;
|
|
2008
2008
|
/**
|
|
2009
2009
|
* DTO.TOKEN.STAT.BUYS_1M
|
|
2010
|
-
* @type {
|
|
2010
|
+
* @type {string}
|
|
2011
2011
|
* @memberof TokenStat
|
|
2012
2012
|
*/
|
|
2013
|
-
buys1m:
|
|
2013
|
+
buys1m: string;
|
|
2014
2014
|
/**
|
|
2015
2015
|
* DTO.TOKEN.STAT.SELLS_1M
|
|
2016
|
-
* @type {
|
|
2016
|
+
* @type {string}
|
|
2017
2017
|
* @memberof TokenStat
|
|
2018
2018
|
*/
|
|
2019
|
-
sells1m:
|
|
2019
|
+
sells1m: string;
|
|
2020
2020
|
/**
|
|
2021
2021
|
* DTO.TOKEN.STAT.BUY_VOLUMES_1M
|
|
2022
2022
|
* @type {string}
|
|
@@ -2055,16 +2055,16 @@ interface TokenStat {
|
|
|
2055
2055
|
volumesInUsd1m: string;
|
|
2056
2056
|
/**
|
|
2057
2057
|
* DTO.TOKEN.STAT.BUYERS_1M
|
|
2058
|
-
* @type {
|
|
2058
|
+
* @type {string}
|
|
2059
2059
|
* @memberof TokenStat
|
|
2060
2060
|
*/
|
|
2061
|
-
buyers1m?:
|
|
2061
|
+
buyers1m?: string;
|
|
2062
2062
|
/**
|
|
2063
2063
|
* DTO.TOKEN.STAT.SELLERS_1M
|
|
2064
|
-
* @type {
|
|
2064
|
+
* @type {string}
|
|
2065
2065
|
* @memberof TokenStat
|
|
2066
2066
|
*/
|
|
2067
|
-
sellers1m?:
|
|
2067
|
+
sellers1m?: string;
|
|
2068
2068
|
/**
|
|
2069
2069
|
* DTO.TOKEN.STAT.OPEN_PRICE_IN_USD_1M
|
|
2070
2070
|
* @type {string}
|
|
@@ -2085,16 +2085,16 @@ interface TokenStat {
|
|
|
2085
2085
|
priceChangeRatioInUsd1m: string;
|
|
2086
2086
|
/**
|
|
2087
2087
|
* DTO.TOKEN.STAT.TRADES_1M
|
|
2088
|
-
* @type {
|
|
2088
|
+
* @type {string}
|
|
2089
2089
|
* @memberof TokenStat
|
|
2090
2090
|
*/
|
|
2091
|
-
trades1m:
|
|
2091
|
+
trades1m: string;
|
|
2092
2092
|
/**
|
|
2093
2093
|
* DTO.TOKEN.STAT.TRADERS_1M
|
|
2094
|
-
* @type {
|
|
2094
|
+
* @type {string}
|
|
2095
2095
|
* @memberof TokenStat
|
|
2096
2096
|
*/
|
|
2097
|
-
traders1m?:
|
|
2097
|
+
traders1m?: string;
|
|
2098
2098
|
/**
|
|
2099
2099
|
* DTO.TOKEN.STAT.HIGH_IN_USD_1M
|
|
2100
2100
|
* @type {string}
|
|
@@ -2115,16 +2115,16 @@ interface TokenStat {
|
|
|
2115
2115
|
price5m: string;
|
|
2116
2116
|
/**
|
|
2117
2117
|
* DTO.TOKEN.STAT.BUYS_5M
|
|
2118
|
-
* @type {
|
|
2118
|
+
* @type {string}
|
|
2119
2119
|
* @memberof TokenStat
|
|
2120
2120
|
*/
|
|
2121
|
-
buys5m:
|
|
2121
|
+
buys5m: string;
|
|
2122
2122
|
/**
|
|
2123
2123
|
* DTO.TOKEN.STAT.SELLS_5M
|
|
2124
|
-
* @type {
|
|
2124
|
+
* @type {string}
|
|
2125
2125
|
* @memberof TokenStat
|
|
2126
2126
|
*/
|
|
2127
|
-
sells5m:
|
|
2127
|
+
sells5m: string;
|
|
2128
2128
|
/**
|
|
2129
2129
|
* DTO.TOKEN.STAT.BUY_VOLUMES_5M
|
|
2130
2130
|
* @type {string}
|
|
@@ -2163,16 +2163,16 @@ interface TokenStat {
|
|
|
2163
2163
|
volumesInUsd5m: string;
|
|
2164
2164
|
/**
|
|
2165
2165
|
* DTO.TOKEN.STAT.BUYERS_5M
|
|
2166
|
-
* @type {
|
|
2166
|
+
* @type {string}
|
|
2167
2167
|
* @memberof TokenStat
|
|
2168
2168
|
*/
|
|
2169
|
-
buyers5m?:
|
|
2169
|
+
buyers5m?: string;
|
|
2170
2170
|
/**
|
|
2171
2171
|
* DTO.TOKEN.STAT.SELLERS_5M
|
|
2172
|
-
* @type {
|
|
2172
|
+
* @type {string}
|
|
2173
2173
|
* @memberof TokenStat
|
|
2174
2174
|
*/
|
|
2175
|
-
sellers5m?:
|
|
2175
|
+
sellers5m?: string;
|
|
2176
2176
|
/**
|
|
2177
2177
|
* DTO.TOKEN.STAT.OPEN_PRICE_IN_USD_5M
|
|
2178
2178
|
* @type {string}
|
|
@@ -2193,16 +2193,16 @@ interface TokenStat {
|
|
|
2193
2193
|
priceChangeRatioInUsd5m: string;
|
|
2194
2194
|
/**
|
|
2195
2195
|
* DTO.TOKEN.STAT.TRADES_5M
|
|
2196
|
-
* @type {
|
|
2196
|
+
* @type {string}
|
|
2197
2197
|
* @memberof TokenStat
|
|
2198
2198
|
*/
|
|
2199
|
-
trades5m:
|
|
2199
|
+
trades5m: string;
|
|
2200
2200
|
/**
|
|
2201
2201
|
* DTO.TOKEN.STAT.TRADERS_5M
|
|
2202
|
-
* @type {
|
|
2202
|
+
* @type {string}
|
|
2203
2203
|
* @memberof TokenStat
|
|
2204
2204
|
*/
|
|
2205
|
-
traders5m?:
|
|
2205
|
+
traders5m?: string;
|
|
2206
2206
|
/**
|
|
2207
2207
|
* DTO.TOKEN.STAT.HIGH_IN_USD_5M
|
|
2208
2208
|
* @type {string}
|
|
@@ -2223,16 +2223,16 @@ interface TokenStat {
|
|
|
2223
2223
|
price15m?: string;
|
|
2224
2224
|
/**
|
|
2225
2225
|
* DTO.TOKEN.STAT.BUYS_15M
|
|
2226
|
-
* @type {
|
|
2226
|
+
* @type {string}
|
|
2227
2227
|
* @memberof TokenStat
|
|
2228
2228
|
*/
|
|
2229
|
-
buys15m?:
|
|
2229
|
+
buys15m?: string;
|
|
2230
2230
|
/**
|
|
2231
2231
|
* DTO.TOKEN.STAT.SELLS_15M
|
|
2232
|
-
* @type {
|
|
2232
|
+
* @type {string}
|
|
2233
2233
|
* @memberof TokenStat
|
|
2234
2234
|
*/
|
|
2235
|
-
sells15m?:
|
|
2235
|
+
sells15m?: string;
|
|
2236
2236
|
/**
|
|
2237
2237
|
* DTO.TOKEN.STAT.BUY_VOLUMES_15M
|
|
2238
2238
|
* @type {string}
|
|
@@ -2271,16 +2271,16 @@ interface TokenStat {
|
|
|
2271
2271
|
volumesInUsd15m?: string;
|
|
2272
2272
|
/**
|
|
2273
2273
|
* DTO.TOKEN.STAT.BUYERS_15M
|
|
2274
|
-
* @type {
|
|
2274
|
+
* @type {string}
|
|
2275
2275
|
* @memberof TokenStat
|
|
2276
2276
|
*/
|
|
2277
|
-
buyers15m?:
|
|
2277
|
+
buyers15m?: string;
|
|
2278
2278
|
/**
|
|
2279
2279
|
* DTO.TOKEN.STAT.SELLERS_15M
|
|
2280
|
-
* @type {
|
|
2280
|
+
* @type {string}
|
|
2281
2281
|
* @memberof TokenStat
|
|
2282
2282
|
*/
|
|
2283
|
-
sellers15m?:
|
|
2283
|
+
sellers15m?: string;
|
|
2284
2284
|
/**
|
|
2285
2285
|
* DTO.TOKEN.STAT.OPEN_PRICE_IN_USD_15M
|
|
2286
2286
|
* @type {string}
|
|
@@ -2301,16 +2301,16 @@ interface TokenStat {
|
|
|
2301
2301
|
priceChangeRatioInUsd15m?: string;
|
|
2302
2302
|
/**
|
|
2303
2303
|
* DTO.TOKEN.STAT.TRADES_15M
|
|
2304
|
-
* @type {
|
|
2304
|
+
* @type {string}
|
|
2305
2305
|
* @memberof TokenStat
|
|
2306
2306
|
*/
|
|
2307
|
-
trades15m?:
|
|
2307
|
+
trades15m?: string;
|
|
2308
2308
|
/**
|
|
2309
2309
|
* DTO.TOKEN.STAT.TRADERS_15M
|
|
2310
|
-
* @type {
|
|
2310
|
+
* @type {string}
|
|
2311
2311
|
* @memberof TokenStat
|
|
2312
2312
|
*/
|
|
2313
|
-
traders15m?:
|
|
2313
|
+
traders15m?: string;
|
|
2314
2314
|
/**
|
|
2315
2315
|
* DTO.TOKEN.STAT.HIGH_IN_USD_15M
|
|
2316
2316
|
* @type {string}
|
|
@@ -2331,16 +2331,16 @@ interface TokenStat {
|
|
|
2331
2331
|
price30m: string;
|
|
2332
2332
|
/**
|
|
2333
2333
|
* DTO.TOKEN.STAT.BUYS_30M
|
|
2334
|
-
* @type {
|
|
2334
|
+
* @type {string}
|
|
2335
2335
|
* @memberof TokenStat
|
|
2336
2336
|
*/
|
|
2337
|
-
buys30m:
|
|
2337
|
+
buys30m: string;
|
|
2338
2338
|
/**
|
|
2339
2339
|
* DTO.TOKEN.STAT.SELLS_30M
|
|
2340
|
-
* @type {
|
|
2340
|
+
* @type {string}
|
|
2341
2341
|
* @memberof TokenStat
|
|
2342
2342
|
*/
|
|
2343
|
-
sells30m:
|
|
2343
|
+
sells30m: string;
|
|
2344
2344
|
/**
|
|
2345
2345
|
* DTO.TOKEN.STAT.BUY_VOLUMES_30M
|
|
2346
2346
|
* @type {string}
|
|
@@ -2379,16 +2379,16 @@ interface TokenStat {
|
|
|
2379
2379
|
volumesInUsd30m: string;
|
|
2380
2380
|
/**
|
|
2381
2381
|
* DTO.TOKEN.STAT.BUYERS_30M
|
|
2382
|
-
* @type {
|
|
2382
|
+
* @type {string}
|
|
2383
2383
|
* @memberof TokenStat
|
|
2384
2384
|
*/
|
|
2385
|
-
buyers30m?:
|
|
2385
|
+
buyers30m?: string;
|
|
2386
2386
|
/**
|
|
2387
2387
|
* DTO.TOKEN.STAT.SELLERS_30M
|
|
2388
|
-
* @type {
|
|
2388
|
+
* @type {string}
|
|
2389
2389
|
* @memberof TokenStat
|
|
2390
2390
|
*/
|
|
2391
|
-
sellers30m?:
|
|
2391
|
+
sellers30m?: string;
|
|
2392
2392
|
/**
|
|
2393
2393
|
* DTO.TOKEN.STAT.OPEN_PRICE_IN_USD_30M
|
|
2394
2394
|
* @type {string}
|
|
@@ -2409,16 +2409,16 @@ interface TokenStat {
|
|
|
2409
2409
|
priceChangeRatioInUsd30m: string;
|
|
2410
2410
|
/**
|
|
2411
2411
|
* DTO.TOKEN.STAT.TRADES_30M
|
|
2412
|
-
* @type {
|
|
2412
|
+
* @type {string}
|
|
2413
2413
|
* @memberof TokenStat
|
|
2414
2414
|
*/
|
|
2415
|
-
trades30m:
|
|
2415
|
+
trades30m: string;
|
|
2416
2416
|
/**
|
|
2417
2417
|
* DTO.TOKEN.STAT.TRADERS_30M
|
|
2418
|
-
* @type {
|
|
2418
|
+
* @type {string}
|
|
2419
2419
|
* @memberof TokenStat
|
|
2420
2420
|
*/
|
|
2421
|
-
traders30m?:
|
|
2421
|
+
traders30m?: string;
|
|
2422
2422
|
/**
|
|
2423
2423
|
* DTO.TOKEN.STAT.HIGH_IN_USD_30M
|
|
2424
2424
|
* @type {string}
|
|
@@ -2439,16 +2439,16 @@ interface TokenStat {
|
|
|
2439
2439
|
price1h: string;
|
|
2440
2440
|
/**
|
|
2441
2441
|
* DTO.TOKEN.STAT.BUYS_1H
|
|
2442
|
-
* @type {
|
|
2442
|
+
* @type {string}
|
|
2443
2443
|
* @memberof TokenStat
|
|
2444
2444
|
*/
|
|
2445
|
-
buys1h:
|
|
2445
|
+
buys1h: string;
|
|
2446
2446
|
/**
|
|
2447
2447
|
* DTO.TOKEN.STAT.SELLS_1H
|
|
2448
|
-
* @type {
|
|
2448
|
+
* @type {string}
|
|
2449
2449
|
* @memberof TokenStat
|
|
2450
2450
|
*/
|
|
2451
|
-
sells1h:
|
|
2451
|
+
sells1h: string;
|
|
2452
2452
|
/**
|
|
2453
2453
|
* DTO.TOKEN.STAT.BUY_VOLUMES_1H
|
|
2454
2454
|
* @type {string}
|
|
@@ -2487,16 +2487,16 @@ interface TokenStat {
|
|
|
2487
2487
|
volumesInUsd1h: string;
|
|
2488
2488
|
/**
|
|
2489
2489
|
* DTO.TOKEN.STAT.BUYERS_1H
|
|
2490
|
-
* @type {
|
|
2490
|
+
* @type {string}
|
|
2491
2491
|
* @memberof TokenStat
|
|
2492
2492
|
*/
|
|
2493
|
-
buyers1h?:
|
|
2493
|
+
buyers1h?: string;
|
|
2494
2494
|
/**
|
|
2495
2495
|
* DTO.TOKEN.STAT.SELLERS_1H
|
|
2496
|
-
* @type {
|
|
2496
|
+
* @type {string}
|
|
2497
2497
|
* @memberof TokenStat
|
|
2498
2498
|
*/
|
|
2499
|
-
sellers1h?:
|
|
2499
|
+
sellers1h?: string;
|
|
2500
2500
|
/**
|
|
2501
2501
|
* DTO.TOKEN.STAT.OPEN_PRICE_IN_USD_1H
|
|
2502
2502
|
* @type {string}
|
|
@@ -2517,16 +2517,16 @@ interface TokenStat {
|
|
|
2517
2517
|
priceChangeRatioInUsd1h: string;
|
|
2518
2518
|
/**
|
|
2519
2519
|
* DTO.TOKEN.STAT.TRADES_1H
|
|
2520
|
-
* @type {
|
|
2520
|
+
* @type {string}
|
|
2521
2521
|
* @memberof TokenStat
|
|
2522
2522
|
*/
|
|
2523
|
-
trades1h:
|
|
2523
|
+
trades1h: string;
|
|
2524
2524
|
/**
|
|
2525
2525
|
* DTO.TOKEN.STAT.TRADERS_1H
|
|
2526
|
-
* @type {
|
|
2526
|
+
* @type {string}
|
|
2527
2527
|
* @memberof TokenStat
|
|
2528
2528
|
*/
|
|
2529
|
-
traders1h?:
|
|
2529
|
+
traders1h?: string;
|
|
2530
2530
|
/**
|
|
2531
2531
|
* DTO.TOKEN.STAT.HIGH_IN_USD_1H
|
|
2532
2532
|
* @type {string}
|
|
@@ -2547,16 +2547,16 @@ interface TokenStat {
|
|
|
2547
2547
|
price4h: string;
|
|
2548
2548
|
/**
|
|
2549
2549
|
* DTO.TOKEN.STAT.BUYS_4H
|
|
2550
|
-
* @type {
|
|
2550
|
+
* @type {string}
|
|
2551
2551
|
* @memberof TokenStat
|
|
2552
2552
|
*/
|
|
2553
|
-
buys4h:
|
|
2553
|
+
buys4h: string;
|
|
2554
2554
|
/**
|
|
2555
2555
|
* DTO.TOKEN.STAT.SELLS_4H
|
|
2556
|
-
* @type {
|
|
2556
|
+
* @type {string}
|
|
2557
2557
|
* @memberof TokenStat
|
|
2558
2558
|
*/
|
|
2559
|
-
sells4h:
|
|
2559
|
+
sells4h: string;
|
|
2560
2560
|
/**
|
|
2561
2561
|
* DTO.TOKEN.STAT.BUY_VOLUMES_4H
|
|
2562
2562
|
* @type {string}
|
|
@@ -2595,16 +2595,16 @@ interface TokenStat {
|
|
|
2595
2595
|
volumesInUsd4h: string;
|
|
2596
2596
|
/**
|
|
2597
2597
|
* DTO.TOKEN.STAT.BUYERS_4H
|
|
2598
|
-
* @type {
|
|
2598
|
+
* @type {string}
|
|
2599
2599
|
* @memberof TokenStat
|
|
2600
2600
|
*/
|
|
2601
|
-
buyers4h?:
|
|
2601
|
+
buyers4h?: string;
|
|
2602
2602
|
/**
|
|
2603
2603
|
* DTO.TOKEN.STAT.SELLERS_4H
|
|
2604
|
-
* @type {
|
|
2604
|
+
* @type {string}
|
|
2605
2605
|
* @memberof TokenStat
|
|
2606
2606
|
*/
|
|
2607
|
-
sellers4h?:
|
|
2607
|
+
sellers4h?: string;
|
|
2608
2608
|
/**
|
|
2609
2609
|
* DTO.TOKEN.STAT.OPEN_PRICE_IN_USD_4H
|
|
2610
2610
|
* @type {string}
|
|
@@ -2625,16 +2625,16 @@ interface TokenStat {
|
|
|
2625
2625
|
priceChangeRatioInUsd4h: string;
|
|
2626
2626
|
/**
|
|
2627
2627
|
* DTO.TOKEN.STAT.TRADES_4H
|
|
2628
|
-
* @type {
|
|
2628
|
+
* @type {string}
|
|
2629
2629
|
* @memberof TokenStat
|
|
2630
2630
|
*/
|
|
2631
|
-
trades4h:
|
|
2631
|
+
trades4h: string;
|
|
2632
2632
|
/**
|
|
2633
2633
|
* DTO.TOKEN.STAT.TRADERS_4H
|
|
2634
|
-
* @type {
|
|
2634
|
+
* @type {string}
|
|
2635
2635
|
* @memberof TokenStat
|
|
2636
2636
|
*/
|
|
2637
|
-
traders4h?:
|
|
2637
|
+
traders4h?: string;
|
|
2638
2638
|
/**
|
|
2639
2639
|
* DTO.TOKEN.STAT.HIGH_IN_USD_4H
|
|
2640
2640
|
* @type {string}
|
|
@@ -2655,16 +2655,16 @@ interface TokenStat {
|
|
|
2655
2655
|
price24h: string;
|
|
2656
2656
|
/**
|
|
2657
2657
|
* DTO.TOKEN.STAT.BUYS_24H
|
|
2658
|
-
* @type {
|
|
2658
|
+
* @type {string}
|
|
2659
2659
|
* @memberof TokenStat
|
|
2660
2660
|
*/
|
|
2661
|
-
buys24h:
|
|
2661
|
+
buys24h: string;
|
|
2662
2662
|
/**
|
|
2663
2663
|
* DTO.TOKEN.STAT.SELLS_24H
|
|
2664
|
-
* @type {
|
|
2664
|
+
* @type {string}
|
|
2665
2665
|
* @memberof TokenStat
|
|
2666
2666
|
*/
|
|
2667
|
-
sells24h:
|
|
2667
|
+
sells24h: string;
|
|
2668
2668
|
/**
|
|
2669
2669
|
* DTO.TOKEN.STAT.BUY_VOLUMES_24H
|
|
2670
2670
|
* @type {string}
|
|
@@ -2703,16 +2703,16 @@ interface TokenStat {
|
|
|
2703
2703
|
volumesInUsd24h: string;
|
|
2704
2704
|
/**
|
|
2705
2705
|
* DTO.TOKEN.STAT.BUYERS_24H
|
|
2706
|
-
* @type {
|
|
2706
|
+
* @type {string}
|
|
2707
2707
|
* @memberof TokenStat
|
|
2708
2708
|
*/
|
|
2709
|
-
buyers24h?:
|
|
2709
|
+
buyers24h?: string;
|
|
2710
2710
|
/**
|
|
2711
2711
|
* DTO.TOKEN.STAT.SELLERS_24H
|
|
2712
|
-
* @type {
|
|
2712
|
+
* @type {string}
|
|
2713
2713
|
* @memberof TokenStat
|
|
2714
2714
|
*/
|
|
2715
|
-
sellers24h?:
|
|
2715
|
+
sellers24h?: string;
|
|
2716
2716
|
/**
|
|
2717
2717
|
* DTO.TOKEN.STAT.OPEN_PRICE_IN_USD_24H
|
|
2718
2718
|
* @type {string}
|
|
@@ -2733,16 +2733,16 @@ interface TokenStat {
|
|
|
2733
2733
|
priceChangeRatioInUsd24h: string;
|
|
2734
2734
|
/**
|
|
2735
2735
|
* DTO.TOKEN.STAT.TRADES_24H
|
|
2736
|
-
* @type {
|
|
2736
|
+
* @type {string}
|
|
2737
2737
|
* @memberof TokenStat
|
|
2738
2738
|
*/
|
|
2739
|
-
trades24h:
|
|
2739
|
+
trades24h: string;
|
|
2740
2740
|
/**
|
|
2741
2741
|
* DTO.TOKEN.STAT.TRADERS_24H
|
|
2742
|
-
* @type {
|
|
2742
|
+
* @type {string}
|
|
2743
2743
|
* @memberof TokenStat
|
|
2744
2744
|
*/
|
|
2745
|
-
traders24h?:
|
|
2745
|
+
traders24h?: string;
|
|
2746
2746
|
/**
|
|
2747
2747
|
* DTO.TOKEN.STAT.HIGH_IN_USD_24H
|
|
2748
2748
|
* @type {string}
|
|
@@ -3455,121 +3455,6 @@ declare function FilterConditionFromJSONTyped(json: any, ignoreDiscriminator: bo
|
|
|
3455
3455
|
declare function FilterConditionToJSON(json: any): FilterCondition;
|
|
3456
3456
|
declare function FilterConditionToJSONTyped(value?: FilterCondition | null, ignoreDiscriminator?: boolean): any;
|
|
3457
3457
|
|
|
3458
|
-
/**
|
|
3459
|
-
* Dex Aggregator API
|
|
3460
|
-
* Dex Aggregator API ⚡️
|
|
3461
|
-
*
|
|
3462
|
-
* The version of the OpenAPI document: 1.0
|
|
3463
|
-
* Contact: ai@sx.ai
|
|
3464
|
-
*
|
|
3465
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
3466
|
-
* https://openapi-generator.tech
|
|
3467
|
-
* Do not edit the class manually.
|
|
3468
|
-
*/
|
|
3469
|
-
/**
|
|
3470
|
-
*
|
|
3471
|
-
* @export
|
|
3472
|
-
* @interface GainersAndLosersDTO
|
|
3473
|
-
*/
|
|
3474
|
-
interface GainersAndLosersDTO {
|
|
3475
|
-
/**
|
|
3476
|
-
* GLOBAL.WALLETADDRESS.DESCRIPTION
|
|
3477
|
-
* @type {string}
|
|
3478
|
-
* @memberof GainersAndLosersDTO
|
|
3479
|
-
*/
|
|
3480
|
-
address: string;
|
|
3481
|
-
/**
|
|
3482
|
-
* DTO.TRADE.GAINERS_LOSERS.PNL
|
|
3483
|
-
* @type {number}
|
|
3484
|
-
* @memberof GainersAndLosersDTO
|
|
3485
|
-
*/
|
|
3486
|
-
pnl: number;
|
|
3487
|
-
/**
|
|
3488
|
-
* DTO.TRADE.GAINERS_LOSERS.TRADE_COUNT
|
|
3489
|
-
* @type {number}
|
|
3490
|
-
* @memberof GainersAndLosersDTO
|
|
3491
|
-
*/
|
|
3492
|
-
tradeCount: number;
|
|
3493
|
-
/**
|
|
3494
|
-
* DTO.TRADE.GAINERS_LOSERS.VOLUME
|
|
3495
|
-
* @type {number}
|
|
3496
|
-
* @memberof GainersAndLosersDTO
|
|
3497
|
-
*/
|
|
3498
|
-
volume: number;
|
|
3499
|
-
}
|
|
3500
|
-
/**
|
|
3501
|
-
* Check if a given object implements the GainersAndLosersDTO interface.
|
|
3502
|
-
*/
|
|
3503
|
-
declare function instanceOfGainersAndLosersDTO(value: object): value is GainersAndLosersDTO;
|
|
3504
|
-
declare function GainersAndLosersDTOFromJSON(json: any): GainersAndLosersDTO;
|
|
3505
|
-
declare function GainersAndLosersDTOFromJSONTyped(json: any, ignoreDiscriminator: boolean): GainersAndLosersDTO;
|
|
3506
|
-
declare function GainersAndLosersDTOToJSON(json: any): GainersAndLosersDTO;
|
|
3507
|
-
declare function GainersAndLosersDTOToJSONTyped(value?: GainersAndLosersDTO | null, ignoreDiscriminator?: boolean): any;
|
|
3508
|
-
|
|
3509
|
-
/**
|
|
3510
|
-
* Dex Aggregator API
|
|
3511
|
-
* Dex Aggregator API ⚡️
|
|
3512
|
-
*
|
|
3513
|
-
* The version of the OpenAPI document: 1.0
|
|
3514
|
-
* Contact: ai@sx.ai
|
|
3515
|
-
*
|
|
3516
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
3517
|
-
* https://openapi-generator.tech
|
|
3518
|
-
* Do not edit the class manually.
|
|
3519
|
-
*/
|
|
3520
|
-
|
|
3521
|
-
/**
|
|
3522
|
-
*
|
|
3523
|
-
* @export
|
|
3524
|
-
* @interface GainersAndLosersPage
|
|
3525
|
-
*/
|
|
3526
|
-
interface GainersAndLosersPage {
|
|
3527
|
-
/**
|
|
3528
|
-
* DTO.PAGE.HAS_NEXT
|
|
3529
|
-
* @type {boolean}
|
|
3530
|
-
* @memberof GainersAndLosersPage
|
|
3531
|
-
*/
|
|
3532
|
-
hasNext?: boolean;
|
|
3533
|
-
/**
|
|
3534
|
-
* DTO.PAGE.HAS_PREV
|
|
3535
|
-
* @type {boolean}
|
|
3536
|
-
* @memberof GainersAndLosersPage
|
|
3537
|
-
*/
|
|
3538
|
-
hasPrev?: boolean;
|
|
3539
|
-
/**
|
|
3540
|
-
* DTO.PAGE.START_CURSOR
|
|
3541
|
-
* @type {string}
|
|
3542
|
-
* @memberof GainersAndLosersPage
|
|
3543
|
-
*/
|
|
3544
|
-
startCursor?: string;
|
|
3545
|
-
/**
|
|
3546
|
-
* DTO.PAGE.END_CURSOR
|
|
3547
|
-
* @type {string}
|
|
3548
|
-
* @memberof GainersAndLosersPage
|
|
3549
|
-
*/
|
|
3550
|
-
endCursor?: string;
|
|
3551
|
-
/**
|
|
3552
|
-
* DTO.PAGE.TOTAL
|
|
3553
|
-
* @type {number}
|
|
3554
|
-
* @memberof GainersAndLosersPage
|
|
3555
|
-
*/
|
|
3556
|
-
total?: number;
|
|
3557
|
-
/**
|
|
3558
|
-
* DTO.TRADE.GAINERS_LOSERS.PAGE.DATA
|
|
3559
|
-
* @type {Array<GainersAndLosersDTO>}
|
|
3560
|
-
* @memberof GainersAndLosersPage
|
|
3561
|
-
*/
|
|
3562
|
-
data: Array<GainersAndLosersDTO>;
|
|
3563
|
-
}
|
|
3564
|
-
/**
|
|
3565
|
-
* Check if a given object implements the GainersAndLosersPage interface.
|
|
3566
|
-
*/
|
|
3567
|
-
declare function instanceOfGainersAndLosersPage(value: object): value is GainersAndLosersPage;
|
|
3568
|
-
declare function GainersAndLosersPageFromJSON(json: any): GainersAndLosersPage;
|
|
3569
|
-
declare function GainersAndLosersPageFromJSONTyped(json: any, ignoreDiscriminator: boolean): GainersAndLosersPage;
|
|
3570
|
-
declare function GainersAndLosersPageToJSON(json: any): GainersAndLosersPage;
|
|
3571
|
-
declare function GainersAndLosersPageToJSONTyped(value?: GainersAndLosersPage | null, ignoreDiscriminator?: boolean): any;
|
|
3572
|
-
|
|
3573
3458
|
/**
|
|
3574
3459
|
* Dex Aggregator API
|
|
3575
3460
|
* Dex Aggregator API ⚡️
|
|
@@ -3792,10 +3677,10 @@ interface KYTRegisterWithdrawalRequest {
|
|
|
3792
3677
|
address: string;
|
|
3793
3678
|
/**
|
|
3794
3679
|
* DTO.KYT.KYT_REGISTER_WITHDRAWAL_REQUEST.ASSET_AMOUNT
|
|
3795
|
-
* @type {
|
|
3680
|
+
* @type {string}
|
|
3796
3681
|
* @memberof KYTRegisterWithdrawalRequest
|
|
3797
3682
|
*/
|
|
3798
|
-
assetAmount:
|
|
3683
|
+
assetAmount: string;
|
|
3799
3684
|
/**
|
|
3800
3685
|
* DTO.KYT.KYT_REGISTER_WITHDRAWAL_REQUEST.ATTEMPT_TIMESTAMP
|
|
3801
3686
|
* @type {string}
|
|
@@ -3804,10 +3689,10 @@ interface KYTRegisterWithdrawalRequest {
|
|
|
3804
3689
|
attemptTimestamp: string;
|
|
3805
3690
|
/**
|
|
3806
3691
|
* DTO.KYT.KYT_REGISTER_WITHDRAWAL_REQUEST.ASSET_PRICE
|
|
3807
|
-
* @type {
|
|
3692
|
+
* @type {string}
|
|
3808
3693
|
* @memberof KYTRegisterWithdrawalRequest
|
|
3809
3694
|
*/
|
|
3810
|
-
assetPrice?:
|
|
3695
|
+
assetPrice?: string;
|
|
3811
3696
|
/**
|
|
3812
3697
|
* DTO.KYT.KYT_REGISTER_WITHDRAWAL_REQUEST.ASSET_DENOMINATION
|
|
3813
3698
|
* @type {string}
|
|
@@ -5365,10 +5250,10 @@ interface Token {
|
|
|
5365
5250
|
description?: string;
|
|
5366
5251
|
/**
|
|
5367
5252
|
* DTO.TOKEN.METADATA.DEV_TOTAL_TOKENS
|
|
5368
|
-
* @type {
|
|
5253
|
+
* @type {string}
|
|
5369
5254
|
* @memberof Token
|
|
5370
5255
|
*/
|
|
5371
|
-
devTotalTokens?:
|
|
5256
|
+
devTotalTokens?: string;
|
|
5372
5257
|
/**
|
|
5373
5258
|
* DTO.TOKEN.METADATA.DEV_LAST_TOKEN_CREATED_AT
|
|
5374
5259
|
* @type {string}
|
|
@@ -5582,16 +5467,16 @@ interface TokenHolder {
|
|
|
5582
5467
|
walletAddress: string;
|
|
5583
5468
|
/**
|
|
5584
5469
|
* DTO.TOKEN_HOLDER.AMOUNT
|
|
5585
|
-
* @type {
|
|
5470
|
+
* @type {string}
|
|
5586
5471
|
* @memberof TokenHolder
|
|
5587
5472
|
*/
|
|
5588
|
-
amount:
|
|
5473
|
+
amount: string;
|
|
5589
5474
|
/**
|
|
5590
5475
|
* DTO.TOKEN_HOLDER.AMOUNT_USD
|
|
5591
|
-
* @type {
|
|
5476
|
+
* @type {string}
|
|
5592
5477
|
* @memberof TokenHolder
|
|
5593
5478
|
*/
|
|
5594
|
-
amountInUsd:
|
|
5479
|
+
amountInUsd: string;
|
|
5595
5480
|
/**
|
|
5596
5481
|
* DTO.TOKEN_HOLDER.PERCENTAGE
|
|
5597
5482
|
* @type {string}
|
|
@@ -5988,16 +5873,16 @@ interface TokenTrader {
|
|
|
5988
5873
|
tradeCount?: number;
|
|
5989
5874
|
/**
|
|
5990
5875
|
* DTO.TOKEN_TRADER.TRADE_AMOUNT_IN_NATIVE
|
|
5991
|
-
* @type {
|
|
5876
|
+
* @type {string}
|
|
5992
5877
|
* @memberof TokenTrader
|
|
5993
5878
|
*/
|
|
5994
|
-
tradeAmountInNative?:
|
|
5879
|
+
tradeAmountInNative?: string;
|
|
5995
5880
|
/**
|
|
5996
5881
|
* DTO.TOKEN_TRADER.TRADE_AMOUNT_IN_USD
|
|
5997
|
-
* @type {
|
|
5882
|
+
* @type {string}
|
|
5998
5883
|
* @memberof TokenTrader
|
|
5999
5884
|
*/
|
|
6000
|
-
tradeAmountInUsd?:
|
|
5885
|
+
tradeAmountInUsd?: string;
|
|
6001
5886
|
/**
|
|
6002
5887
|
* DTO.TOKEN_TRADER.PERCENTILE_RANK_TRADE_COUNT
|
|
6003
5888
|
* @type {number}
|
|
@@ -6006,16 +5891,16 @@ interface TokenTrader {
|
|
|
6006
5891
|
percentileRankTradeCount?: number;
|
|
6007
5892
|
/**
|
|
6008
5893
|
* DTO.TOKEN_TRADER.PERCENTILE_RANK_TRADE_AMOUNT_IN_USD
|
|
6009
|
-
* @type {
|
|
5894
|
+
* @type {string}
|
|
6010
5895
|
* @memberof TokenTrader
|
|
6011
5896
|
*/
|
|
6012
|
-
percentileRankTradeAmountInUsd?:
|
|
5897
|
+
percentileRankTradeAmountInUsd?: string;
|
|
6013
5898
|
/**
|
|
6014
5899
|
* DTO.TOKEN_TRADER.RANK_TRADE_AMOUNT_IN_USD
|
|
6015
|
-
* @type {
|
|
5900
|
+
* @type {string}
|
|
6016
5901
|
* @memberof TokenTrader
|
|
6017
5902
|
*/
|
|
6018
|
-
rankTradeAmountInUsd?:
|
|
5903
|
+
rankTradeAmountInUsd?: string;
|
|
6019
5904
|
}
|
|
6020
5905
|
/**
|
|
6021
5906
|
* Check if a given object implements the TokenTrader interface.
|
|
@@ -6059,169 +5944,6 @@ declare function TokenTraderTagFromJSONTyped(json: any, ignoreDiscriminator: boo
|
|
|
6059
5944
|
declare function TokenTraderTagToJSON(value?: TokenTraderTag | null): any;
|
|
6060
5945
|
declare function TokenTraderTagToJSONTyped(value: any, ignoreDiscriminator: boolean): TokenTraderTag;
|
|
6061
5946
|
|
|
6062
|
-
/**
|
|
6063
|
-
* Dex Aggregator API
|
|
6064
|
-
* Dex Aggregator API ⚡️
|
|
6065
|
-
*
|
|
6066
|
-
* The version of the OpenAPI document: 1.0
|
|
6067
|
-
* Contact: ai@sx.ai
|
|
6068
|
-
*
|
|
6069
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
6070
|
-
* https://openapi-generator.tech
|
|
6071
|
-
* Do not edit the class manually.
|
|
6072
|
-
*/
|
|
6073
|
-
/**
|
|
6074
|
-
*
|
|
6075
|
-
* @export
|
|
6076
|
-
* @interface TopTradersDTO
|
|
6077
|
-
*/
|
|
6078
|
-
interface TopTradersDTO {
|
|
6079
|
-
/**
|
|
6080
|
-
* DTO.TRADE.TOP_TRADERS.TOKEN_ADDRESS
|
|
6081
|
-
* @type {string}
|
|
6082
|
-
* @memberof TopTradersDTO
|
|
6083
|
-
*/
|
|
6084
|
-
tokenAddress: string;
|
|
6085
|
-
/**
|
|
6086
|
-
* DTO.TRADE.TOP_TRADERS.OWNER
|
|
6087
|
-
* @type {string}
|
|
6088
|
-
* @memberof TopTradersDTO
|
|
6089
|
-
*/
|
|
6090
|
-
owner: string;
|
|
6091
|
-
/**
|
|
6092
|
-
* DTO.TRADE.TOP_TRADERS.TAGS
|
|
6093
|
-
* @type {Array<string>}
|
|
6094
|
-
* @memberof TopTradersDTO
|
|
6095
|
-
*/
|
|
6096
|
-
tags: Array<string>;
|
|
6097
|
-
/**
|
|
6098
|
-
* DTO.TRADE.TOP_TRADERS.TYPE
|
|
6099
|
-
* @type {string}
|
|
6100
|
-
* @memberof TopTradersDTO
|
|
6101
|
-
*/
|
|
6102
|
-
type: string;
|
|
6103
|
-
/**
|
|
6104
|
-
* DTO.TRADE.TOP_TRADERS.VOLUME
|
|
6105
|
-
* @type {number}
|
|
6106
|
-
* @memberof TopTradersDTO
|
|
6107
|
-
*/
|
|
6108
|
-
volume: number;
|
|
6109
|
-
/**
|
|
6110
|
-
* DTO.TRADE.TOP_TRADERS.TRADE
|
|
6111
|
-
* @type {number}
|
|
6112
|
-
* @memberof TopTradersDTO
|
|
6113
|
-
*/
|
|
6114
|
-
trade: number;
|
|
6115
|
-
/**
|
|
6116
|
-
* DTO.TRADE.TOP_TRADERS.TRADE_BUY
|
|
6117
|
-
* @type {number}
|
|
6118
|
-
* @memberof TopTradersDTO
|
|
6119
|
-
*/
|
|
6120
|
-
tradeBuy: number;
|
|
6121
|
-
/**
|
|
6122
|
-
* DTO.TRADE.TOP_TRADERS.TRADE_SELL
|
|
6123
|
-
* @type {number}
|
|
6124
|
-
* @memberof TopTradersDTO
|
|
6125
|
-
*/
|
|
6126
|
-
tradeSell: number;
|
|
6127
|
-
/**
|
|
6128
|
-
* DTO.TRADE.TOP_TRADERS.VOLUME_BUY
|
|
6129
|
-
* @type {number}
|
|
6130
|
-
* @memberof TopTradersDTO
|
|
6131
|
-
*/
|
|
6132
|
-
volumeBuy: number;
|
|
6133
|
-
/**
|
|
6134
|
-
* DTO.TRADE.TOP_TRADERS.VOLUME_SELL
|
|
6135
|
-
* @type {number}
|
|
6136
|
-
* @memberof TopTradersDTO
|
|
6137
|
-
*/
|
|
6138
|
-
volumeSell: number;
|
|
6139
|
-
/**
|
|
6140
|
-
* DTO.TRADE.TOP_TRADERS.IS_SCALED_UI_TOKEN
|
|
6141
|
-
* @type {boolean}
|
|
6142
|
-
* @memberof TopTradersDTO
|
|
6143
|
-
*/
|
|
6144
|
-
isScaledUiToken: boolean;
|
|
6145
|
-
/**
|
|
6146
|
-
* DTO.TRADE.TOP_TRADERS.MULTIPLIER
|
|
6147
|
-
* @type {string}
|
|
6148
|
-
* @memberof TopTradersDTO
|
|
6149
|
-
*/
|
|
6150
|
-
multiplier?: string;
|
|
6151
|
-
}
|
|
6152
|
-
/**
|
|
6153
|
-
* Check if a given object implements the TopTradersDTO interface.
|
|
6154
|
-
*/
|
|
6155
|
-
declare function instanceOfTopTradersDTO(value: object): value is TopTradersDTO;
|
|
6156
|
-
declare function TopTradersDTOFromJSON(json: any): TopTradersDTO;
|
|
6157
|
-
declare function TopTradersDTOFromJSONTyped(json: any, ignoreDiscriminator: boolean): TopTradersDTO;
|
|
6158
|
-
declare function TopTradersDTOToJSON(json: any): TopTradersDTO;
|
|
6159
|
-
declare function TopTradersDTOToJSONTyped(value?: TopTradersDTO | null, ignoreDiscriminator?: boolean): any;
|
|
6160
|
-
|
|
6161
|
-
/**
|
|
6162
|
-
* Dex Aggregator API
|
|
6163
|
-
* Dex Aggregator API ⚡️
|
|
6164
|
-
*
|
|
6165
|
-
* The version of the OpenAPI document: 1.0
|
|
6166
|
-
* Contact: ai@sx.ai
|
|
6167
|
-
*
|
|
6168
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
6169
|
-
* https://openapi-generator.tech
|
|
6170
|
-
* Do not edit the class manually.
|
|
6171
|
-
*/
|
|
6172
|
-
|
|
6173
|
-
/**
|
|
6174
|
-
*
|
|
6175
|
-
* @export
|
|
6176
|
-
* @interface TopTradersPage
|
|
6177
|
-
*/
|
|
6178
|
-
interface TopTradersPage {
|
|
6179
|
-
/**
|
|
6180
|
-
* DTO.PAGE.HAS_NEXT
|
|
6181
|
-
* @type {boolean}
|
|
6182
|
-
* @memberof TopTradersPage
|
|
6183
|
-
*/
|
|
6184
|
-
hasNext?: boolean;
|
|
6185
|
-
/**
|
|
6186
|
-
* DTO.PAGE.HAS_PREV
|
|
6187
|
-
* @type {boolean}
|
|
6188
|
-
* @memberof TopTradersPage
|
|
6189
|
-
*/
|
|
6190
|
-
hasPrev?: boolean;
|
|
6191
|
-
/**
|
|
6192
|
-
* DTO.PAGE.START_CURSOR
|
|
6193
|
-
* @type {string}
|
|
6194
|
-
* @memberof TopTradersPage
|
|
6195
|
-
*/
|
|
6196
|
-
startCursor?: string;
|
|
6197
|
-
/**
|
|
6198
|
-
* DTO.PAGE.END_CURSOR
|
|
6199
|
-
* @type {string}
|
|
6200
|
-
* @memberof TopTradersPage
|
|
6201
|
-
*/
|
|
6202
|
-
endCursor?: string;
|
|
6203
|
-
/**
|
|
6204
|
-
* DTO.PAGE.TOTAL
|
|
6205
|
-
* @type {number}
|
|
6206
|
-
* @memberof TopTradersPage
|
|
6207
|
-
*/
|
|
6208
|
-
total?: number;
|
|
6209
|
-
/**
|
|
6210
|
-
* DTO.TRADE.TOP_TRADERS.PAGE.DATA
|
|
6211
|
-
* @type {Array<TopTradersDTO>}
|
|
6212
|
-
* @memberof TopTradersPage
|
|
6213
|
-
*/
|
|
6214
|
-
data: Array<TopTradersDTO>;
|
|
6215
|
-
}
|
|
6216
|
-
/**
|
|
6217
|
-
* Check if a given object implements the TopTradersPage interface.
|
|
6218
|
-
*/
|
|
6219
|
-
declare function instanceOfTopTradersPage(value: object): value is TopTradersPage;
|
|
6220
|
-
declare function TopTradersPageFromJSON(json: any): TopTradersPage;
|
|
6221
|
-
declare function TopTradersPageFromJSONTyped(json: any, ignoreDiscriminator: boolean): TopTradersPage;
|
|
6222
|
-
declare function TopTradersPageToJSON(json: any): TopTradersPage;
|
|
6223
|
-
declare function TopTradersPageToJSONTyped(value?: TopTradersPage | null, ignoreDiscriminator?: boolean): any;
|
|
6224
|
-
|
|
6225
5947
|
/**
|
|
6226
5948
|
* Dex Aggregator API
|
|
6227
5949
|
* Dex Aggregator API ⚡️
|
|
@@ -6564,16 +6286,16 @@ interface TransferBaseResponseDTO {
|
|
|
6564
6286
|
idx: number;
|
|
6565
6287
|
/**
|
|
6566
6288
|
* DTO.KYT.TRANSFER_BASE_RESPONSE.USD_AMOUNT
|
|
6567
|
-
* @type {
|
|
6289
|
+
* @type {string}
|
|
6568
6290
|
* @memberof TransferBaseResponseDTO
|
|
6569
6291
|
*/
|
|
6570
|
-
usdAmount:
|
|
6292
|
+
usdAmount: string;
|
|
6571
6293
|
/**
|
|
6572
6294
|
* DTO.KYT.TRANSFER_BASE_RESPONSE.ASSET_AMOUNT
|
|
6573
|
-
* @type {
|
|
6295
|
+
* @type {string}
|
|
6574
6296
|
* @memberof TransferBaseResponseDTO
|
|
6575
6297
|
*/
|
|
6576
|
-
assetAmount:
|
|
6298
|
+
assetAmount: string;
|
|
6577
6299
|
/**
|
|
6578
6300
|
* DTO.KYT.TRANSFER_BASE_RESPONSE.TIMESTAMP
|
|
6579
6301
|
* @type {string}
|
|
@@ -7023,10 +6745,10 @@ interface WalletPnlDTO {
|
|
|
7023
6745
|
tokenAddress: string;
|
|
7024
6746
|
/**
|
|
7025
6747
|
* DTO.WALLET.PNL.TOKEN_PRICE
|
|
7026
|
-
* @type {
|
|
6748
|
+
* @type {string}
|
|
7027
6749
|
* @memberof WalletPnlDTO
|
|
7028
6750
|
*/
|
|
7029
|
-
tokenPriceInUsd:
|
|
6751
|
+
tokenPriceInUsd: string;
|
|
7030
6752
|
/**
|
|
7031
6753
|
* DTO.WALLET.PNL.OPEN_TIME
|
|
7032
6754
|
* @type {number}
|
|
@@ -7047,94 +6769,94 @@ interface WalletPnlDTO {
|
|
|
7047
6769
|
lastTime: number;
|
|
7048
6770
|
/**
|
|
7049
6771
|
* DTO.WALLET.PNL.BALANCE
|
|
7050
|
-
* @type {
|
|
6772
|
+
* @type {string}
|
|
7051
6773
|
* @memberof WalletPnlDTO
|
|
7052
6774
|
*/
|
|
7053
|
-
balance:
|
|
6775
|
+
balance: string;
|
|
7054
6776
|
/**
|
|
7055
6777
|
* DTO.WALLET.PNL.BUY_AMOUNT
|
|
7056
|
-
* @type {
|
|
6778
|
+
* @type {string}
|
|
7057
6779
|
* @memberof WalletPnlDTO
|
|
7058
6780
|
*/
|
|
7059
|
-
buyAmount:
|
|
6781
|
+
buyAmount: string;
|
|
7060
6782
|
/**
|
|
7061
6783
|
* DTO.WALLET.PNL.BUY_AMOUNT_USD
|
|
7062
|
-
* @type {
|
|
6784
|
+
* @type {string}
|
|
7063
6785
|
* @memberof WalletPnlDTO
|
|
7064
6786
|
*/
|
|
7065
|
-
buyAmountInUsd:
|
|
6787
|
+
buyAmountInUsd: string;
|
|
7066
6788
|
/**
|
|
7067
6789
|
* DTO.WALLET.PNL.BUYS
|
|
7068
|
-
* @type {
|
|
6790
|
+
* @type {string}
|
|
7069
6791
|
* @memberof WalletPnlDTO
|
|
7070
6792
|
*/
|
|
7071
|
-
buys:
|
|
6793
|
+
buys: string;
|
|
7072
6794
|
/**
|
|
7073
6795
|
* DTO.WALLET.PNL.SELL_AMOUNT
|
|
7074
|
-
* @type {
|
|
6796
|
+
* @type {string}
|
|
7075
6797
|
* @memberof WalletPnlDTO
|
|
7076
6798
|
*/
|
|
7077
|
-
sellAmount:
|
|
6799
|
+
sellAmount: string;
|
|
7078
6800
|
/**
|
|
7079
6801
|
* DTO.WALLET.PNL.SELL_AMOUNT_USD
|
|
7080
|
-
* @type {
|
|
6802
|
+
* @type {string}
|
|
7081
6803
|
* @memberof WalletPnlDTO
|
|
7082
6804
|
*/
|
|
7083
|
-
sellAmountInUsd:
|
|
6805
|
+
sellAmountInUsd: string;
|
|
7084
6806
|
/**
|
|
7085
6807
|
* DTO.WALLET.PNL.SELLS
|
|
7086
|
-
* @type {
|
|
6808
|
+
* @type {string}
|
|
7087
6809
|
* @memberof WalletPnlDTO
|
|
7088
6810
|
*/
|
|
7089
|
-
sells:
|
|
6811
|
+
sells: string;
|
|
7090
6812
|
/**
|
|
7091
6813
|
* DTO.WALLET.PNL.AVERAGE_BUY_PRICE
|
|
7092
|
-
* @type {
|
|
6814
|
+
* @type {string}
|
|
7093
6815
|
* @memberof WalletPnlDTO
|
|
7094
6816
|
*/
|
|
7095
|
-
averageBuyPriceInUsd:
|
|
6817
|
+
averageBuyPriceInUsd: string;
|
|
7096
6818
|
/**
|
|
7097
6819
|
* DTO.WALLET.PNL.AVERAGE_SELL_PRICE
|
|
7098
|
-
* @type {
|
|
6820
|
+
* @type {string}
|
|
7099
6821
|
* @memberof WalletPnlDTO
|
|
7100
6822
|
*/
|
|
7101
|
-
averageSellPriceInUsd:
|
|
6823
|
+
averageSellPriceInUsd: string;
|
|
7102
6824
|
/**
|
|
7103
6825
|
* DTO.WALLET.PNL.UNREALIZED_PROFIT
|
|
7104
|
-
* @type {
|
|
6826
|
+
* @type {string}
|
|
7105
6827
|
* @memberof WalletPnlDTO
|
|
7106
6828
|
*/
|
|
7107
|
-
unrealizedProfitInUsd:
|
|
6829
|
+
unrealizedProfitInUsd: string;
|
|
7108
6830
|
/**
|
|
7109
6831
|
* DTO.WALLET.PNL.UNREALIZED_PROFIT_RATIO
|
|
7110
|
-
* @type {
|
|
6832
|
+
* @type {string}
|
|
7111
6833
|
* @memberof WalletPnlDTO
|
|
7112
6834
|
*/
|
|
7113
|
-
unrealizedProfitRatio:
|
|
6835
|
+
unrealizedProfitRatio: string;
|
|
7114
6836
|
/**
|
|
7115
6837
|
* DTO.WALLET.PNL.REALIZED_PROFIT
|
|
7116
|
-
* @type {
|
|
6838
|
+
* @type {string}
|
|
7117
6839
|
* @memberof WalletPnlDTO
|
|
7118
6840
|
*/
|
|
7119
|
-
realizedProfitInUsd:
|
|
6841
|
+
realizedProfitInUsd: string;
|
|
7120
6842
|
/**
|
|
7121
6843
|
* DTO.WALLET.PNL.REALIZED_PROFIT_RATIO
|
|
7122
|
-
* @type {
|
|
6844
|
+
* @type {string}
|
|
7123
6845
|
* @memberof WalletPnlDTO
|
|
7124
6846
|
*/
|
|
7125
|
-
realizedProfitRatio:
|
|
6847
|
+
realizedProfitRatio: string;
|
|
7126
6848
|
/**
|
|
7127
6849
|
* DTO.WALLET.PNL.TOTAL_REALIZED_PROFIT
|
|
7128
|
-
* @type {
|
|
6850
|
+
* @type {string}
|
|
7129
6851
|
* @memberof WalletPnlDTO
|
|
7130
6852
|
*/
|
|
7131
|
-
totalRealizedProfitInUsd:
|
|
6853
|
+
totalRealizedProfitInUsd: string;
|
|
7132
6854
|
/**
|
|
7133
6855
|
* DTO.WALLET.PNL.TOTAL_REALIZED_PROFIT_RATIO
|
|
7134
|
-
* @type {
|
|
6856
|
+
* @type {string}
|
|
7135
6857
|
* @memberof WalletPnlDTO
|
|
7136
6858
|
*/
|
|
7137
|
-
totalRealizedProfitRatio:
|
|
6859
|
+
totalRealizedProfitRatio: string;
|
|
7138
6860
|
}
|
|
7139
6861
|
/**
|
|
7140
6862
|
* Check if a given object implements the WalletPnlDTO interface.
|
|
@@ -7240,10 +6962,10 @@ interface WithdrawalBaseResponseDTO {
|
|
|
7240
6962
|
attemptIdentifier: string;
|
|
7241
6963
|
/**
|
|
7242
6964
|
* DTO.KYT.WITHDRAWAL_BASE_RESPONSE.ASSET_AMOUNT
|
|
7243
|
-
* @type {
|
|
6965
|
+
* @type {string}
|
|
7244
6966
|
* @memberof WithdrawalBaseResponseDTO
|
|
7245
6967
|
*/
|
|
7246
|
-
assetAmount:
|
|
6968
|
+
assetAmount: string;
|
|
7247
6969
|
/**
|
|
7248
6970
|
* DTO.KYT.WITHDRAWAL_BASE_RESPONSE.EXTERNAL_ID
|
|
7249
6971
|
* @type {string}
|
|
@@ -7252,10 +6974,10 @@ interface WithdrawalBaseResponseDTO {
|
|
|
7252
6974
|
externalId: string;
|
|
7253
6975
|
/**
|
|
7254
6976
|
* DTO.KYT.WITHDRAWAL_BASE_RESPONSE.USD_AMOUNT
|
|
7255
|
-
* @type {
|
|
6977
|
+
* @type {string}
|
|
7256
6978
|
* @memberof WithdrawalBaseResponseDTO
|
|
7257
6979
|
*/
|
|
7258
|
-
usdAmount:
|
|
6980
|
+
usdAmount: string;
|
|
7259
6981
|
/**
|
|
7260
6982
|
* DTO.KYT.WITHDRAWAL_BASE_RESPONSE.UPDATED_AT
|
|
7261
6983
|
* @type {string}
|
|
@@ -8653,6 +8375,12 @@ interface GetMintAndBurnRequest {
|
|
|
8653
8375
|
interface GetPoolsRequest {
|
|
8654
8376
|
chain: ChainSymbol;
|
|
8655
8377
|
tokenAddress: string;
|
|
8378
|
+
sortBy?: GetPoolsSortByEnum;
|
|
8379
|
+
sortDirection?: GetPoolsSortDirectionEnum;
|
|
8380
|
+
minTvlInSol?: string;
|
|
8381
|
+
maxTvlInSol?: string;
|
|
8382
|
+
minTvlInUsd?: string;
|
|
8383
|
+
maxTvlInUsd?: string;
|
|
8656
8384
|
}
|
|
8657
8385
|
interface GetPriceByTimeRequest {
|
|
8658
8386
|
chain: ChainSymbol;
|
|
@@ -9103,6 +8831,22 @@ declare const GetMintAndBurnTypeEnum: {
|
|
|
9103
8831
|
readonly Burn: "burn";
|
|
9104
8832
|
};
|
|
9105
8833
|
type GetMintAndBurnTypeEnum = typeof GetMintAndBurnTypeEnum[keyof typeof GetMintAndBurnTypeEnum];
|
|
8834
|
+
/**
|
|
8835
|
+
* @export
|
|
8836
|
+
*/
|
|
8837
|
+
declare const GetPoolsSortByEnum: {
|
|
8838
|
+
readonly TvlInSol: "tvlInSol";
|
|
8839
|
+
readonly TvlInUsd: "tvlInUsd";
|
|
8840
|
+
};
|
|
8841
|
+
type GetPoolsSortByEnum = typeof GetPoolsSortByEnum[keyof typeof GetPoolsSortByEnum];
|
|
8842
|
+
/**
|
|
8843
|
+
* @export
|
|
8844
|
+
*/
|
|
8845
|
+
declare const GetPoolsSortDirectionEnum: {
|
|
8846
|
+
readonly Asc: "asc";
|
|
8847
|
+
readonly Desc: "desc";
|
|
8848
|
+
};
|
|
8849
|
+
type GetPoolsSortDirectionEnum = typeof GetPoolsSortDirectionEnum[keyof typeof GetPoolsSortDirectionEnum];
|
|
9106
8850
|
/**
|
|
9107
8851
|
* @export
|
|
9108
8852
|
*/
|
|
@@ -9304,25 +9048,6 @@ interface GetActivitiesRequest {
|
|
|
9304
9048
|
transactionsSignature?: string;
|
|
9305
9049
|
type?: GetActivitiesTypeEnum;
|
|
9306
9050
|
}
|
|
9307
|
-
interface GetGainersLosersRequest {
|
|
9308
|
-
chain: ChainSymbol;
|
|
9309
|
-
cursor?: string;
|
|
9310
|
-
limit?: number;
|
|
9311
|
-
direction?: GetGainersLosersDirectionEnum;
|
|
9312
|
-
type?: GetGainersLosersTypeEnum;
|
|
9313
|
-
sortBy?: GetGainersLosersSortByEnum;
|
|
9314
|
-
sortType?: GetGainersLosersSortTypeEnum;
|
|
9315
|
-
}
|
|
9316
|
-
interface GetTopTradersRequest {
|
|
9317
|
-
chain: ChainSymbol;
|
|
9318
|
-
tokenAddress: string;
|
|
9319
|
-
cursor?: string;
|
|
9320
|
-
limit?: number;
|
|
9321
|
-
direction?: GetTopTradersDirectionEnum;
|
|
9322
|
-
timeFrame?: GetTopTradersTimeFrameEnum;
|
|
9323
|
-
sortType?: GetTopTradersSortTypeEnum;
|
|
9324
|
-
sortBy?: GetTopTradersSortByEnum;
|
|
9325
|
-
}
|
|
9326
9051
|
interface GetTradesRequest {
|
|
9327
9052
|
chain: ChainSymbol;
|
|
9328
9053
|
cursor?: string;
|
|
@@ -9352,26 +9077,6 @@ declare class TradeApi extends BaseAPI {
|
|
|
9352
9077
|
* CONTROLLER.TRADE.GET.TOKEN_ACTIVITIES.SUMMARY
|
|
9353
9078
|
*/
|
|
9354
9079
|
getActivities(requestParameters: GetActivitiesRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<TradePage>;
|
|
9355
|
-
/**
|
|
9356
|
-
* CONTROLLER.TRADE.GET.GAINERS_LOSERS.DESCRIPTION
|
|
9357
|
-
* CONTROLLER.TRADE.GET.GAINERS_LOSERS.SUMMARY
|
|
9358
|
-
*/
|
|
9359
|
-
getGainersLosersRaw(requestParameters: GetGainersLosersRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<GainersAndLosersPage>>;
|
|
9360
|
-
/**
|
|
9361
|
-
* CONTROLLER.TRADE.GET.GAINERS_LOSERS.DESCRIPTION
|
|
9362
|
-
* CONTROLLER.TRADE.GET.GAINERS_LOSERS.SUMMARY
|
|
9363
|
-
*/
|
|
9364
|
-
getGainersLosers(requestParameters: GetGainersLosersRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<GainersAndLosersPage>;
|
|
9365
|
-
/**
|
|
9366
|
-
* CONTROLLER.TRADE.GET.TOP_TRADERS.DESCRIPTION
|
|
9367
|
-
* CONTROLLER.TRADE.GET.TOP_TRADERS.SUMMARY
|
|
9368
|
-
*/
|
|
9369
|
-
getTopTradersRaw(requestParameters: GetTopTradersRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<TopTradersPage>>;
|
|
9370
|
-
/**
|
|
9371
|
-
* CONTROLLER.TRADE.GET.TOP_TRADERS.DESCRIPTION
|
|
9372
|
-
* CONTROLLER.TRADE.GET.TOP_TRADERS.SUMMARY
|
|
9373
|
-
*/
|
|
9374
|
-
getTopTraders(requestParameters: GetTopTradersRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<TopTradersPage>;
|
|
9375
9080
|
/**
|
|
9376
9081
|
* CONTROLLER.TRADE.GET.TOKEN.DESCRIPTION
|
|
9377
9082
|
* CONTROLLER.TRADE.GET.TOKEN.SUMMARY
|
|
@@ -9406,76 +9111,6 @@ declare const GetActivitiesTypeEnum: {
|
|
|
9406
9111
|
readonly RedPacketRefund: "RED_PACKET_REFUND";
|
|
9407
9112
|
};
|
|
9408
9113
|
type GetActivitiesTypeEnum = typeof GetActivitiesTypeEnum[keyof typeof GetActivitiesTypeEnum];
|
|
9409
|
-
/**
|
|
9410
|
-
* @export
|
|
9411
|
-
*/
|
|
9412
|
-
declare const GetGainersLosersDirectionEnum: {
|
|
9413
|
-
readonly Next: "next";
|
|
9414
|
-
readonly Prev: "prev";
|
|
9415
|
-
};
|
|
9416
|
-
type GetGainersLosersDirectionEnum = typeof GetGainersLosersDirectionEnum[keyof typeof GetGainersLosersDirectionEnum];
|
|
9417
|
-
/**
|
|
9418
|
-
* @export
|
|
9419
|
-
*/
|
|
9420
|
-
declare const GetGainersLosersTypeEnum: {
|
|
9421
|
-
readonly _1W: "1W";
|
|
9422
|
-
readonly Today: "today";
|
|
9423
|
-
readonly Yesterday: "yesterday";
|
|
9424
|
-
};
|
|
9425
|
-
type GetGainersLosersTypeEnum = typeof GetGainersLosersTypeEnum[keyof typeof GetGainersLosersTypeEnum];
|
|
9426
|
-
/**
|
|
9427
|
-
* @export
|
|
9428
|
-
*/
|
|
9429
|
-
declare const GetGainersLosersSortByEnum: {
|
|
9430
|
-
readonly PnL: "PnL";
|
|
9431
|
-
};
|
|
9432
|
-
type GetGainersLosersSortByEnum = typeof GetGainersLosersSortByEnum[keyof typeof GetGainersLosersSortByEnum];
|
|
9433
|
-
/**
|
|
9434
|
-
* @export
|
|
9435
|
-
*/
|
|
9436
|
-
declare const GetGainersLosersSortTypeEnum: {
|
|
9437
|
-
readonly Desc: "desc";
|
|
9438
|
-
readonly Asc: "asc";
|
|
9439
|
-
};
|
|
9440
|
-
type GetGainersLosersSortTypeEnum = typeof GetGainersLosersSortTypeEnum[keyof typeof GetGainersLosersSortTypeEnum];
|
|
9441
|
-
/**
|
|
9442
|
-
* @export
|
|
9443
|
-
*/
|
|
9444
|
-
declare const GetTopTradersDirectionEnum: {
|
|
9445
|
-
readonly Next: "next";
|
|
9446
|
-
readonly Prev: "prev";
|
|
9447
|
-
};
|
|
9448
|
-
type GetTopTradersDirectionEnum = typeof GetTopTradersDirectionEnum[keyof typeof GetTopTradersDirectionEnum];
|
|
9449
|
-
/**
|
|
9450
|
-
* @export
|
|
9451
|
-
*/
|
|
9452
|
-
declare const GetTopTradersTimeFrameEnum: {
|
|
9453
|
-
readonly _30m: "30m";
|
|
9454
|
-
readonly _1h: "1h";
|
|
9455
|
-
readonly _2h: "2h";
|
|
9456
|
-
readonly _4h: "4h";
|
|
9457
|
-
readonly _6h: "6h";
|
|
9458
|
-
readonly _8h: "8h";
|
|
9459
|
-
readonly _12h: "12h";
|
|
9460
|
-
readonly _24h: "24h";
|
|
9461
|
-
};
|
|
9462
|
-
type GetTopTradersTimeFrameEnum = typeof GetTopTradersTimeFrameEnum[keyof typeof GetTopTradersTimeFrameEnum];
|
|
9463
|
-
/**
|
|
9464
|
-
* @export
|
|
9465
|
-
*/
|
|
9466
|
-
declare const GetTopTradersSortTypeEnum: {
|
|
9467
|
-
readonly Desc: "desc";
|
|
9468
|
-
readonly Asc: "asc";
|
|
9469
|
-
};
|
|
9470
|
-
type GetTopTradersSortTypeEnum = typeof GetTopTradersSortTypeEnum[keyof typeof GetTopTradersSortTypeEnum];
|
|
9471
|
-
/**
|
|
9472
|
-
* @export
|
|
9473
|
-
*/
|
|
9474
|
-
declare const GetTopTradersSortByEnum: {
|
|
9475
|
-
readonly Volume: "volume";
|
|
9476
|
-
readonly Trade: "trade";
|
|
9477
|
-
};
|
|
9478
|
-
type GetTopTradersSortByEnum = typeof GetTopTradersSortByEnum[keyof typeof GetTopTradersSortByEnum];
|
|
9479
9114
|
/**
|
|
9480
9115
|
* @export
|
|
9481
9116
|
*/
|
|
@@ -9689,4 +9324,4 @@ declare class WatchlistApi extends BaseAPI {
|
|
|
9689
9324
|
watchlistAdd(requestParameters: WatchlistAddRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<BooleanResultDTO>;
|
|
9690
9325
|
}
|
|
9691
9326
|
|
|
9692
|
-
export { type GetEndpointRequest as $, type ApiResponse as A, BASE_PATH as B, type ConfigurationParameters as C, DefaultConfig as D, type ErrorContext as E, FetchError as F, type GetLatestBlockRequest as G, type HTTPMethod as H, type InitOverrideFunction as I, type Json as J, DefiSolanaPumpfunApi as K, type CreateTokenRequest as L, type ModelPropertyNaming as M, type ListDexRequest as N, type RouteRequest as O, type PumpfunCreateTokenRequest as P, type QuoteRequest as Q, ResponseError as R, type SwapRequest as S, TextApiResponse as T, DexApi as U, VoidApiResponse as V, QuoteDexEnum as W, type GetDexpoolRequest as X, DexPoolApi as Y, type CreateEndpointRequest as Z, type DeleteEndpointRequest as _, Configuration as a, type GetMarketDataMultiRequest as a$, type GetEndpointSecretRequest as a0, type ListEndpointsRequest as a1, type RotateEndpointSecretRequest as a2, type UpdateEndpointRequest as a3, EndpointApi as a4, ListEndpointsOrderEnum as a5, IpfsApi as a6, type GetRequest as a7, type StreamingRequest as a8, JobsApi as a9, GetHotTokensSortDirectionEnum as aA, GetHotTokensTagEnum as aB, GetMigratedTokensSortByEnum as aC, GetMigratedTokensSortDirectionEnum as aD, GetMigratedTokensTagEnum as aE, GetNewTokensSortByEnum as aF, GetNewTokensSortDirectionEnum as aG, GetNewTokensTagEnum as aH, GetStocksTokensSortByEnum as aI, GetStocksTokensSortDirectionEnum as aJ, GetStocksTokensTagEnum as aK, type ClaimRedpacketRequest as aL, type CreateRedpacketRequest as aM, type GetClaimsRequest as aN, type GetClaimsByAddressRequest as aO, type GetRedpacketRequest as aP, type GetRedpacketsRequest as aQ, type GetRedpacketsByAddressRequest as aR, type RedpacketSendRequest as aS, RedPacketApi as aT, GetRedpacketsChainEnum as aU, type GetCandlesRequest as aV, type GetCreationRequest as aW, type GetDevTokensRequest as aX, type GetHoldersRequest as aY, type GetHoldersMultiRequest as aZ, type GetMarketDataRequest as a_, type GetAddressRiskRequest as aa, type GetTransferAlertsRequest as ab, type GetTransferDirectExposureRequest as ac, type GetTransferNetworkIdentificationsRequest as ad, type GetTransferSummaryRequest as ae, type GetWithdrawalAddressIdentificationsRequest as af, type GetWithdrawalAlertsRequest as ag, type GetWithdrawalDirectExposureRequest as ah, type GetWithdrawalFraudAssessmentRequest as ai, type GetWithdrawalNetworkIdentificationsRequest as aj, type GetWithdrawalSummaryRequest as ak, type RegisterAddressOperationRequest as al, type RegisterTransferRequest as am, type RegisterWithdrawalRequest as an, KYTApi as ao, type GetFinalStretchTokensRequest as ap, type GetHotTokensRequest as aq, type GetMigratedTokensRequest as ar, type GetNewTokensRequest as as, type GetStocksTokensRequest as at, RankingApi as au, GetFinalStretchTokensSortByEnum as av, GetFinalStretchTokensSortDirectionEnum as aw, GetFinalStretchTokensTagEnum as ax, GetHotTokensDurationEnum as ay, GetHotTokensSortByEnum as az, BaseAPI as b, type AddressRiskResponseDTO as b$, type GetMetadataRequest as b0, type GetMetadataMultiRequest as b1, type GetMintAndBurnRequest as b2, type GetPoolsRequest as b3, type GetPriceByTimeRequest as b4, type GetPricesRequest as b5, type GetSecurityRequest as b6, type GetStatsRequest as b7, type GetStatsMultiRequest as b8, type GetTokenRequest as b9, GetGainersLosersSortByEnum as bA, GetGainersLosersSortTypeEnum as bB, GetTopTradersDirectionEnum as bC, GetTopTradersTimeFrameEnum as bD, GetTopTradersSortTypeEnum as bE, GetTopTradersSortByEnum as bF, GetTradesDirectionEnum as bG, GetTradesTypeEnum as bH, type EstimateGasLimitRequest as bI, type GetGasPriceRequest as bJ, type SendRequest as bK, TransactionApi as bL, EstimateGasLimitChainEnum as bM, GetGasPriceChainEnum as bN, type CalculatePnlRequest as bO, type GetBalanceRequest as bP, type GetPnlRequest as bQ, type GetPnlStatsRequest as bR, WalletApi as bS, type WatchlistAddRequest as bT, WatchlistApi as bU, type AddressExposure as bV, instanceOfAddressExposure as bW, AddressExposureFromJSON as bX, AddressExposureFromJSONTyped as bY, AddressExposureToJSON as bZ, AddressExposureToJSONTyped as b_, type GetTokenTradersRequest as ba, type GetTokensRequest as bb, type GetTopHoldersRequest as bc, type ListTokenRequest as bd, type SearchRequest as be, TokenApi as bf, GetHoldersDirectionEnum as bg, GetMintAndBurnDirectionEnum as bh, GetMintAndBurnTypeEnum as bi, GetPricesDirectionEnum as bj, GetTokensSortByEnum as bk, GetTokensSortDirectionEnum as bl, ListTokenDirectionEnum as bm, ListTokenSortEnum as bn, ListTokenSortByEnum as bo, SearchSortEnum as bp, SearchSortByEnum as bq, type GetActivitiesRequest as br, type GetGainersLosersRequest as bs, type GetTopTradersRequest as bt, type GetTradesRequest as bu, TradeApi as bv, GetActivitiesDirectionEnum as bw, GetActivitiesTypeEnum as bx, GetGainersLosersDirectionEnum as by, GetGainersLosersTypeEnum as bz, RequiredError as c, ChainalysisAddressIdentificationToJSON as c$, instanceOfAddressRiskResponseDTO as c0, AddressRiskResponseDTOFromJSON as c1, AddressRiskResponseDTOFromJSONTyped as c2, AddressRiskResponseDTOToJSON as c3, AddressRiskResponseDTOToJSONTyped as c4, type AlertDetail as c5, instanceOfAlertDetail as c6, AlertDetailFromJSON as c7, AlertDetailFromJSONTyped as c8, AlertDetailToJSON as c9, instanceOfCalculatePnlInput as cA, CalculatePnlInputFromJSON as cB, CalculatePnlInputFromJSONTyped as cC, CalculatePnlInputToJSON as cD, CalculatePnlInputToJSONTyped as cE, type Candle as cF, instanceOfCandle as cG, CandleFromJSON as cH, CandleFromJSONTyped as cI, CandleToJSON as cJ, CandleToJSONTyped as cK, Chain as cL, instanceOfChain as cM, ChainFromJSON as cN, ChainFromJSONTyped as cO, ChainToJSON as cP, ChainToJSONTyped as cQ, ChainSymbol as cR, instanceOfChainSymbol as cS, ChainSymbolFromJSON as cT, ChainSymbolFromJSONTyped as cU, ChainSymbolToJSON as cV, ChainSymbolToJSONTyped as cW, type ChainalysisAddressIdentification as cX, instanceOfChainalysisAddressIdentification as cY, ChainalysisAddressIdentificationFromJSON as cZ, ChainalysisAddressIdentificationFromJSONTyped as c_, AlertDetailToJSONTyped as ca, type AlteryaIdentification as cb, instanceOfAlteryaIdentification as cc, AlteryaIdentificationFromJSON as cd, AlteryaIdentificationFromJSONTyped as ce, AlteryaIdentificationToJSON as cf, AlteryaIdentificationToJSONTyped as cg, type BlockchainDTO as ch, instanceOfBlockchainDTO as ci, BlockchainDTOFromJSON as cj, BlockchainDTOFromJSONTyped as ck, BlockchainDTOToJSON as cl, BlockchainDTOToJSONTyped as cm, type BlockchainLatestBlockDTO as cn, instanceOfBlockchainLatestBlockDTO as co, BlockchainLatestBlockDTOFromJSON as cp, BlockchainLatestBlockDTOFromJSONTyped as cq, BlockchainLatestBlockDTOToJSON as cr, BlockchainLatestBlockDTOToJSONTyped as cs, type BooleanResultDTO as ct, instanceOfBooleanResultDTO as cu, BooleanResultDTOFromJSON as cv, BooleanResultDTOFromJSONTyped as cw, BooleanResultDTOToJSON as cx, BooleanResultDTOToJSONTyped as cy, type CalculatePnlInput as cz, COLLECTION_FORMATS as d, DexPoolDTOToJSON as d$, ChainalysisAddressIdentificationToJSONTyped as d0, type ClaimRedPacketInput as d1, ClaimRedPacketInputChainEnum as d2, instanceOfClaimRedPacketInput as d3, ClaimRedPacketInputFromJSON as d4, ClaimRedPacketInputFromJSONTyped as d5, ClaimRedPacketInputToJSON as d6, ClaimRedPacketInputToJSONTyped as d7, type CreateEndpointInput as d8, instanceOfCreateEndpointInput as d9, instanceOfCreateTokenReply as dA, CreateTokenReplyFromJSON as dB, CreateTokenReplyFromJSONTyped as dC, CreateTokenReplyToJSON as dD, CreateTokenReplyToJSONTyped as dE, type DevTokenDTO as dF, instanceOfDevTokenDTO as dG, DevTokenDTOFromJSON as dH, DevTokenDTOFromJSONTyped as dI, DevTokenDTOToJSON as dJ, DevTokenDTOToJSONTyped as dK, type DexDTO as dL, instanceOfDexDTO as dM, DexDTOFromJSON as dN, DexDTOFromJSONTyped as dO, DexDTOToJSON as dP, DexDTOToJSONTyped as dQ, type DexPage as dR, instanceOfDexPage as dS, DexPageFromJSON as dT, DexPageFromJSONTyped as dU, DexPageToJSON as dV, DexPageToJSONTyped as dW, type DexPoolDTO as dX, instanceOfDexPoolDTO as dY, DexPoolDTOFromJSON as dZ, DexPoolDTOFromJSONTyped as d_, CreateEndpointInputFromJSON as da, CreateEndpointInputFromJSONTyped as db, CreateEndpointInputToJSON as dc, CreateEndpointInputToJSONTyped as dd, type CreateRedPacketInput as de, CreateRedPacketInputChainEnum as df, instanceOfCreateRedPacketInput as dg, CreateRedPacketInputFromJSON as dh, CreateRedPacketInputFromJSONTyped as di, CreateRedPacketInputToJSON as dj, CreateRedPacketInputToJSONTyped as dk, type CreateRedPacketReply as dl, instanceOfCreateRedPacketReply as dm, CreateRedPacketReplyFromJSON as dn, CreateRedPacketReplyFromJSONTyped as dp, CreateRedPacketReplyToJSON as dq, CreateRedPacketReplyToJSONTyped as dr, type CreateTokenInput as ds, CreateTokenInputDexEnum as dt, instanceOfCreateTokenInput as du, CreateTokenInputFromJSON as dv, CreateTokenInputFromJSONTyped as dw, CreateTokenInputToJSON as dx, CreateTokenInputToJSONTyped as dy, type CreateTokenReply as dz, type FetchAPI as e, instanceOfGasPriceResponse as e$, DexPoolDTOToJSONTyped as e0, type DirectExposureDetail as e1, instanceOfDirectExposureDetail as e2, DirectExposureDetailFromJSON as e3, DirectExposureDetailFromJSONTyped as e4, DirectExposureDetailToJSON as e5, DirectExposureDetailToJSONTyped as e6, type EndpointListResponse as e7, instanceOfEndpointListResponse as e8, EndpointListResponseFromJSON as e9, EstimateGasLimitInputToJSONTyped as eA, type EstimateGasLimitResponse as eB, instanceOfEstimateGasLimitResponse as eC, EstimateGasLimitResponseFromJSON as eD, EstimateGasLimitResponseFromJSONTyped as eE, EstimateGasLimitResponseToJSON as eF, EstimateGasLimitResponseToJSONTyped as eG, type FilterCondition as eH, FilterConditionFieldEnum as eI, instanceOfFilterCondition as eJ, FilterConditionFromJSON as eK, FilterConditionFromJSONTyped as eL, FilterConditionToJSON as eM, FilterConditionToJSONTyped as eN, type GainersAndLosersDTO as eO, instanceOfGainersAndLosersDTO as eP, GainersAndLosersDTOFromJSON as eQ, GainersAndLosersDTOFromJSONTyped as eR, GainersAndLosersDTOToJSON as eS, GainersAndLosersDTOToJSONTyped as eT, type GainersAndLosersPage as eU, instanceOfGainersAndLosersPage as eV, GainersAndLosersPageFromJSON as eW, GainersAndLosersPageFromJSONTyped as eX, GainersAndLosersPageToJSON as eY, GainersAndLosersPageToJSONTyped as eZ, type GasPriceResponse as e_, EndpointListResponseFromJSONTyped as ea, EndpointListResponseToJSON as eb, EndpointListResponseToJSONTyped as ec, type EndpointOperationResponse as ed, instanceOfEndpointOperationResponse as ee, EndpointOperationResponseFromJSON as ef, EndpointOperationResponseFromJSONTyped as eg, EndpointOperationResponseToJSON as eh, EndpointOperationResponseToJSONTyped as ei, type EndpointResponse as ej, instanceOfEndpointResponse as ek, EndpointResponseFromJSON as el, EndpointResponseFromJSONTyped as em, EndpointResponseToJSON as en, EndpointResponseToJSONTyped as eo, type EndpointSecretResponse as ep, instanceOfEndpointSecretResponse as eq, EndpointSecretResponseFromJSON as er, EndpointSecretResponseFromJSONTyped as es, EndpointSecretResponseToJSON as et, EndpointSecretResponseToJSONTyped as eu, type EstimateGasLimitInput as ev, instanceOfEstimateGasLimitInput as ew, EstimateGasLimitInputFromJSON as ex, EstimateGasLimitInputFromJSONTyped as ey, EstimateGasLimitInputToJSON as ez, type HTTPHeaders as f, MoonshotSubmitCreateTokenInputToJSONTyped as f$, GasPriceResponseFromJSON as f0, GasPriceResponseFromJSONTyped as f1, GasPriceResponseToJSON as f2, GasPriceResponseToJSONTyped as f3, type JobDTO as f4, instanceOfJobDTO as f5, JobDTOFromJSON as f6, JobDTOFromJSONTyped as f7, JobDTOToJSON as f8, JobDTOToJSONTyped as f9, LinkToJSON as fA, LinkToJSONTyped as fB, type MoonshotCreateTokenInput as fC, MoonshotCreateTokenInputDexEnum as fD, MoonshotCreateTokenInputMigrationDexEnum as fE, instanceOfMoonshotCreateTokenInput as fF, MoonshotCreateTokenInputFromJSON as fG, MoonshotCreateTokenInputFromJSONTyped as fH, MoonshotCreateTokenInputToJSON as fI, MoonshotCreateTokenInputToJSONTyped as fJ, type MoonshotCreateTokenReply as fK, instanceOfMoonshotCreateTokenReply as fL, MoonshotCreateTokenReplyFromJSON as fM, MoonshotCreateTokenReplyFromJSONTyped as fN, MoonshotCreateTokenReplyToJSON as fO, MoonshotCreateTokenReplyToJSONTyped as fP, type MoonshotSubmitCreateToken200Response as fQ, instanceOfMoonshotSubmitCreateToken200Response as fR, MoonshotSubmitCreateToken200ResponseFromJSON as fS, MoonshotSubmitCreateToken200ResponseFromJSONTyped as fT, MoonshotSubmitCreateToken200ResponseToJSON as fU, MoonshotSubmitCreateToken200ResponseToJSONTyped as fV, type MoonshotSubmitCreateTokenInput as fW, instanceOfMoonshotSubmitCreateTokenInput as fX, MoonshotSubmitCreateTokenInputFromJSON as fY, MoonshotSubmitCreateTokenInputFromJSONTyped as fZ, MoonshotSubmitCreateTokenInputToJSON as f_, type JobStreamingDTO as fa, instanceOfJobStreamingDTO as fb, JobStreamingDTOFromJSON as fc, JobStreamingDTOFromJSONTyped as fd, JobStreamingDTOToJSON as fe, JobStreamingDTOToJSONTyped as ff, type KYTRegisterTransferRequest as fg, KYTRegisterTransferRequestNetworkEnum as fh, KYTRegisterTransferRequestDirectionEnum as fi, instanceOfKYTRegisterTransferRequest as fj, KYTRegisterTransferRequestFromJSON as fk, KYTRegisterTransferRequestFromJSONTyped as fl, KYTRegisterTransferRequestToJSON as fm, KYTRegisterTransferRequestToJSONTyped as fn, type KYTRegisterWithdrawalRequest as fo, KYTRegisterWithdrawalRequestNetworkEnum as fp, instanceOfKYTRegisterWithdrawalRequest as fq, KYTRegisterWithdrawalRequestFromJSON as fr, KYTRegisterWithdrawalRequestFromJSONTyped as fs, KYTRegisterWithdrawalRequestToJSON as ft, KYTRegisterWithdrawalRequestToJSONTyped as fu, type Link as fv, LinkLabelEnum as fw, instanceOfLink as fx, LinkFromJSON as fy, LinkFromJSONTyped as fz, type HTTPQuery as g, instanceOfRedPacketSendTxResponse as g$, type NetworkIdentificationOrg as g0, instanceOfNetworkIdentificationOrg as g1, NetworkIdentificationOrgFromJSON as g2, NetworkIdentificationOrgFromJSONTyped as g3, NetworkIdentificationOrgToJSON as g4, NetworkIdentificationOrgToJSONTyped as g5, type OnChainActivity as g6, instanceOfOnChainActivity as g7, OnChainActivityFromJSON as g8, OnChainActivityFromJSONTyped as g9, RedPacketClaimDTOToJSON as gA, RedPacketClaimDTOToJSONTyped as gB, type RedPacketClaimsPage as gC, instanceOfRedPacketClaimsPage as gD, RedPacketClaimsPageFromJSON as gE, RedPacketClaimsPageFromJSONTyped as gF, RedPacketClaimsPageToJSON as gG, RedPacketClaimsPageToJSONTyped as gH, type RedPacketDTO as gI, instanceOfRedPacketDTO as gJ, RedPacketDTOFromJSON as gK, RedPacketDTOFromJSONTyped as gL, RedPacketDTOToJSON as gM, RedPacketDTOToJSONTyped as gN, type RedPacketReply as gO, instanceOfRedPacketReply as gP, RedPacketReplyFromJSON as gQ, RedPacketReplyFromJSONTyped as gR, RedPacketReplyToJSON as gS, RedPacketReplyToJSONTyped as gT, type RedPacketSendTxInput as gU, instanceOfRedPacketSendTxInput as gV, RedPacketSendTxInputFromJSON as gW, RedPacketSendTxInputFromJSONTyped as gX, RedPacketSendTxInputToJSON as gY, RedPacketSendTxInputToJSONTyped as gZ, type RedPacketSendTxResponse as g_, OnChainActivityToJSON as ga, OnChainActivityToJSONTyped as gb, type PumpCreateTokenInput as gc, PumpCreateTokenInputDexEnum as gd, PumpCreateTokenInputMigrationDexEnum as ge, instanceOfPumpCreateTokenInput as gf, PumpCreateTokenInputFromJSON as gg, PumpCreateTokenInputFromJSONTyped as gh, PumpCreateTokenInputToJSON as gi, PumpCreateTokenInputToJSONTyped as gj, type PumpCreateTokenReply as gk, instanceOfPumpCreateTokenReply as gl, PumpCreateTokenReplyFromJSON as gm, PumpCreateTokenReplyFromJSONTyped as gn, PumpCreateTokenReplyToJSON as go, PumpCreateTokenReplyToJSONTyped as gp, type QuoteResponse as gq, instanceOfQuoteResponse as gr, QuoteResponseFromJSON as gs, QuoteResponseFromJSONTyped as gt, QuoteResponseToJSON as gu, QuoteResponseToJSONTyped as gv, type RedPacketClaimDTO as gw, instanceOfRedPacketClaimDTO as gx, RedPacketClaimDTOFromJSON as gy, RedPacketClaimDTOFromJSONTyped as gz, type HTTPBody as h, type SwapRouteResponse as h$, RedPacketSendTxResponseFromJSON as h0, RedPacketSendTxResponseFromJSONTyped as h1, RedPacketSendTxResponseToJSON as h2, RedPacketSendTxResponseToJSONTyped as h3, type RedPacketsPage as h4, instanceOfRedPacketsPage as h5, RedPacketsPageFromJSON as h6, RedPacketsPageFromJSONTyped as h7, RedPacketsPageToJSON as h8, RedPacketsPageToJSONTyped as h9, instanceOfSendTxResponse as hA, SendTxResponseFromJSON as hB, SendTxResponseFromJSONTyped as hC, SendTxResponseToJSON as hD, SendTxResponseToJSONTyped as hE, type SwapInput as hF, SwapInputDexEnum as hG, SwapInputSwapModeEnum as hH, instanceOfSwapInput as hI, SwapInputFromJSON as hJ, SwapInputFromJSONTyped as hK, SwapInputToJSON as hL, SwapInputToJSONTyped as hM, type SwapReply as hN, instanceOfSwapReply as hO, SwapReplyFromJSON as hP, SwapReplyFromJSONTyped as hQ, SwapReplyToJSON as hR, SwapReplyToJSONTyped as hS, type SwapRouteInput as hT, SwapRouteInputDexEnum as hU, SwapRouteInputSwapModeEnum as hV, instanceOfSwapRouteInput as hW, SwapRouteInputFromJSON as hX, SwapRouteInputFromJSONTyped as hY, SwapRouteInputToJSON as hZ, SwapRouteInputToJSONTyped as h_, type RegisterAddressRequest as ha, instanceOfRegisterAddressRequest as hb, RegisterAddressRequestFromJSON as hc, RegisterAddressRequestFromJSONTyped as hd, RegisterAddressRequestToJSON as he, RegisterAddressRequestToJSONTyped as hf, type RegisterAddressResponseDTO as hg, instanceOfRegisterAddressResponseDTO as hh, RegisterAddressResponseDTOFromJSON as hi, RegisterAddressResponseDTOFromJSONTyped as hj, RegisterAddressResponseDTOToJSON as hk, RegisterAddressResponseDTOToJSONTyped as hl, Resolution as hm, instanceOfResolution as hn, ResolutionFromJSON as ho, ResolutionFromJSONTyped as hp, ResolutionToJSON as hq, ResolutionToJSONTyped as hr, type SendTxInput as hs, SendTxInputSubmitTypeEnum as ht, instanceOfSendTxInput as hu, SendTxInputFromJSON as hv, SendTxInputFromJSONTyped as hw, SendTxInputToJSON as hx, SendTxInputToJSONTyped as hy, type SendTxResponse as hz, type HTTPRequestInit as i, instanceOfTokenMetadata as i$, instanceOfSwapRouteResponse as i0, SwapRouteResponseFromJSON as i1, SwapRouteResponseFromJSONTyped as i2, SwapRouteResponseToJSON as i3, SwapRouteResponseToJSONTyped as i4, type Token as i5, instanceOfToken as i6, TokenFromJSON as i7, TokenFromJSONTyped as i8, TokenToJSON as i9, TokenExtraDTOToJSON as iA, TokenExtraDTOToJSONTyped as iB, type TokenHolder as iC, instanceOfTokenHolder as iD, TokenHolderFromJSON as iE, TokenHolderFromJSONTyped as iF, TokenHolderToJSON as iG, TokenHolderToJSONTyped as iH, type TokenHolderPage as iI, instanceOfTokenHolderPage as iJ, TokenHolderPageFromJSON as iK, TokenHolderPageFromJSONTyped as iL, TokenHolderPageToJSON as iM, TokenHolderPageToJSONTyped as iN, type TokenListPage as iO, instanceOfTokenListPage as iP, TokenListPageFromJSON as iQ, TokenListPageFromJSONTyped as iR, TokenListPageToJSON as iS, TokenListPageToJSONTyped as iT, type TokenMarketData as iU, instanceOfTokenMarketData as iV, TokenMarketDataFromJSON as iW, TokenMarketDataFromJSONTyped as iX, TokenMarketDataToJSON as iY, TokenMarketDataToJSONTyped as iZ, type TokenMetadata as i_, TokenToJSONTyped as ia, type TokenCreationDTO as ib, TokenCreationDTOTypeEnum as ic, instanceOfTokenCreationDTO as id, TokenCreationDTOFromJSON as ie, TokenCreationDTOFromJSONTyped as ig, TokenCreationDTOToJSON as ih, TokenCreationDTOToJSONTyped as ii, type TokenCreationPage as ij, instanceOfTokenCreationPage as ik, TokenCreationPageFromJSON as il, TokenCreationPageFromJSONTyped as im, TokenCreationPageToJSON as io, TokenCreationPageToJSONTyped as ip, type TokenCreatorsDTO as iq, instanceOfTokenCreatorsDTO as ir, TokenCreatorsDTOFromJSON as is, TokenCreatorsDTOFromJSONTyped as it, TokenCreatorsDTOToJSON as iu, TokenCreatorsDTOToJSONTyped as iv, type TokenExtraDTO as iw, instanceOfTokenExtraDTO as ix, TokenExtraDTOFromJSON as iy, TokenExtraDTOFromJSONTyped as iz, type FetchParams as j, TradeDetailDTOToJSONTyped as j$, TokenMetadataFromJSON as j0, TokenMetadataFromJSONTyped as j1, TokenMetadataToJSON as j2, TokenMetadataToJSONTyped as j3, type TokenPage as j4, instanceOfTokenPage as j5, TokenPageFromJSON as j6, TokenPageFromJSONTyped as j7, TokenPageToJSON as j8, TokenPageToJSONTyped as j9, TokenTraderFromJSON as jA, TokenTraderFromJSONTyped as jB, TokenTraderToJSON as jC, TokenTraderToJSONTyped as jD, TokenTraderTag as jE, instanceOfTokenTraderTag as jF, TokenTraderTagFromJSON as jG, TokenTraderTagFromJSONTyped as jH, TokenTraderTagToJSON as jI, TokenTraderTagToJSONTyped as jJ, type TopTradersDTO as jK, instanceOfTopTradersDTO as jL, TopTradersDTOFromJSON as jM, TopTradersDTOFromJSONTyped as jN, TopTradersDTOToJSON as jO, TopTradersDTOToJSONTyped as jP, type TopTradersPage as jQ, instanceOfTopTradersPage as jR, TopTradersPageFromJSON as jS, TopTradersPageFromJSONTyped as jT, TopTradersPageToJSON as jU, TopTradersPageToJSONTyped as jV, type TradeDetailDTO as jW, instanceOfTradeDetailDTO as jX, TradeDetailDTOFromJSON as jY, TradeDetailDTOFromJSONTyped as jZ, TradeDetailDTOToJSON as j_, type TokenPriceDTO as ja, instanceOfTokenPriceDTO as jb, TokenPriceDTOFromJSON as jc, TokenPriceDTOFromJSONTyped as jd, TokenPriceDTOToJSON as je, TokenPriceDTOToJSONTyped as jf, type TokenPricePage as jg, instanceOfTokenPricePage as jh, TokenPricePageFromJSON as ji, TokenPricePageFromJSONTyped as jj, TokenPricePageToJSON as jk, TokenPricePageToJSONTyped as jl, type TokenSocialMediasDTO as jm, instanceOfTokenSocialMediasDTO as jn, TokenSocialMediasDTOFromJSON as jo, TokenSocialMediasDTOFromJSONTyped as jp, TokenSocialMediasDTOToJSON as jq, TokenSocialMediasDTOToJSONTyped as jr, type TokenStat as js, instanceOfTokenStat as jt, TokenStatFromJSON as ju, TokenStatFromJSONTyped as jv, TokenStatToJSON as jw, TokenStatToJSONTyped as jx, type TokenTrader as jy, instanceOfTokenTrader as jz, type RequestOpts as k, WithdrawalBaseResponseDTOFromJSONTyped as k$, type TradePage as k0, instanceOfTradePage as k1, TradePageFromJSON as k2, TradePageFromJSONTyped as k3, TradePageToJSON as k4, TradePageToJSONTyped as k5, type TransferAlertsResponseDTO as k6, instanceOfTransferAlertsResponseDTO as k7, TransferAlertsResponseDTOFromJSON as k8, TransferAlertsResponseDTOFromJSONTyped as k9, type WalletBalanceDetailDTO as kA, instanceOfWalletBalanceDetailDTO as kB, WalletBalanceDetailDTOFromJSON as kC, WalletBalanceDetailDTOFromJSONTyped as kD, WalletBalanceDetailDTOToJSON as kE, WalletBalanceDetailDTOToJSONTyped as kF, type WalletBalancesDTO as kG, instanceOfWalletBalancesDTO as kH, WalletBalancesDTOFromJSON as kI, WalletBalancesDTOFromJSONTyped as kJ, WalletBalancesDTOToJSON as kK, WalletBalancesDTOToJSONTyped as kL, type WalletPnlDTO as kM, instanceOfWalletPnlDTO as kN, WalletPnlDTOFromJSON as kO, WalletPnlDTOFromJSONTyped as kP, WalletPnlDTOToJSON as kQ, WalletPnlDTOToJSONTyped as kR, type WithdrawalAddressIdentificationsResponseDTO as kS, instanceOfWithdrawalAddressIdentificationsResponseDTO as kT, WithdrawalAddressIdentificationsResponseDTOFromJSON as kU, WithdrawalAddressIdentificationsResponseDTOFromJSONTyped as kV, WithdrawalAddressIdentificationsResponseDTOToJSON as kW, WithdrawalAddressIdentificationsResponseDTOToJSONTyped as kX, type WithdrawalBaseResponseDTO as kY, instanceOfWithdrawalBaseResponseDTO as kZ, WithdrawalBaseResponseDTOFromJSON as k_, TransferAlertsResponseDTOToJSON as ka, TransferAlertsResponseDTOToJSONTyped as kb, type TransferBaseResponseDTO as kc, instanceOfTransferBaseResponseDTO as kd, TransferBaseResponseDTOFromJSON as ke, TransferBaseResponseDTOFromJSONTyped as kf, TransferBaseResponseDTOToJSON as kg, TransferBaseResponseDTOToJSONTyped as kh, type TransferDirectExposureResponseDTO as ki, instanceOfTransferDirectExposureResponseDTO as kj, TransferDirectExposureResponseDTOFromJSON as kk, TransferDirectExposureResponseDTOFromJSONTyped as kl, TransferDirectExposureResponseDTOToJSON as km, TransferDirectExposureResponseDTOToJSONTyped as kn, type TransferNetworkIdentificationsResponseDTO as ko, instanceOfTransferNetworkIdentificationsResponseDTO as kp, TransferNetworkIdentificationsResponseDTOFromJSON as kq, TransferNetworkIdentificationsResponseDTOFromJSONTyped as kr, TransferNetworkIdentificationsResponseDTOToJSON as ks, TransferNetworkIdentificationsResponseDTOToJSONTyped as kt, type UpdateEndpointInput as ku, instanceOfUpdateEndpointInput as kv, UpdateEndpointInputFromJSON as kw, UpdateEndpointInputFromJSONTyped as kx, UpdateEndpointInputToJSON as ky, UpdateEndpointInputToJSONTyped as kz, exists as l, WithdrawalBaseResponseDTOToJSON as l0, WithdrawalBaseResponseDTOToJSONTyped as l1, type WithdrawalFraudAssessmentResponseDTO as l2, instanceOfWithdrawalFraudAssessmentResponseDTO as l3, WithdrawalFraudAssessmentResponseDTOFromJSON as l4, WithdrawalFraudAssessmentResponseDTOFromJSONTyped as l5, WithdrawalFraudAssessmentResponseDTOToJSON as l6, WithdrawalFraudAssessmentResponseDTOToJSONTyped as l7, mapValues as m, canConsumeForm as n, type Consume as o, type RequestContext as p, querystring as q, type ResponseContext as r, type Middleware as s, type ResponseTransformer as t, JSONApiResponse as u, BlobApiResponse as v, BlockchainApi as w, type MoonshotCreateTokenRequest as x, type MoonshotSubmitCreateTokenRequest as y, DefiSolanaMoonshotApi as z };
|
|
9327
|
+
export { type GetEndpointRequest as $, type ApiResponse as A, BASE_PATH as B, type ConfigurationParameters as C, DefaultConfig as D, type ErrorContext as E, FetchError as F, type GetLatestBlockRequest as G, type HTTPMethod as H, type InitOverrideFunction as I, type Json as J, DefiSolanaPumpfunApi as K, type CreateTokenRequest as L, type ModelPropertyNaming as M, type ListDexRequest as N, type RouteRequest as O, type PumpfunCreateTokenRequest as P, type QuoteRequest as Q, ResponseError as R, type SwapRequest as S, TextApiResponse as T, DexApi as U, VoidApiResponse as V, QuoteDexEnum as W, type GetDexpoolRequest as X, DexPoolApi as Y, type CreateEndpointRequest as Z, type DeleteEndpointRequest as _, Configuration as a, type GetMarketDataMultiRequest as a$, type GetEndpointSecretRequest as a0, type ListEndpointsRequest as a1, type RotateEndpointSecretRequest as a2, type UpdateEndpointRequest as a3, EndpointApi as a4, ListEndpointsOrderEnum as a5, IpfsApi as a6, type GetRequest as a7, type StreamingRequest as a8, JobsApi as a9, GetHotTokensSortDirectionEnum as aA, GetHotTokensTagEnum as aB, GetMigratedTokensSortByEnum as aC, GetMigratedTokensSortDirectionEnum as aD, GetMigratedTokensTagEnum as aE, GetNewTokensSortByEnum as aF, GetNewTokensSortDirectionEnum as aG, GetNewTokensTagEnum as aH, GetStocksTokensSortByEnum as aI, GetStocksTokensSortDirectionEnum as aJ, GetStocksTokensTagEnum as aK, type ClaimRedpacketRequest as aL, type CreateRedpacketRequest as aM, type GetClaimsRequest as aN, type GetClaimsByAddressRequest as aO, type GetRedpacketRequest as aP, type GetRedpacketsRequest as aQ, type GetRedpacketsByAddressRequest as aR, type RedpacketSendRequest as aS, RedPacketApi as aT, GetRedpacketsChainEnum as aU, type GetCandlesRequest as aV, type GetCreationRequest as aW, type GetDevTokensRequest as aX, type GetHoldersRequest as aY, type GetHoldersMultiRequest as aZ, type GetMarketDataRequest as a_, type GetAddressRiskRequest as aa, type GetTransferAlertsRequest as ab, type GetTransferDirectExposureRequest as ac, type GetTransferNetworkIdentificationsRequest as ad, type GetTransferSummaryRequest as ae, type GetWithdrawalAddressIdentificationsRequest as af, type GetWithdrawalAlertsRequest as ag, type GetWithdrawalDirectExposureRequest as ah, type GetWithdrawalFraudAssessmentRequest as ai, type GetWithdrawalNetworkIdentificationsRequest as aj, type GetWithdrawalSummaryRequest as ak, type RegisterAddressOperationRequest as al, type RegisterTransferRequest as am, type RegisterWithdrawalRequest as an, KYTApi as ao, type GetFinalStretchTokensRequest as ap, type GetHotTokensRequest as aq, type GetMigratedTokensRequest as ar, type GetNewTokensRequest as as, type GetStocksTokensRequest as at, RankingApi as au, GetFinalStretchTokensSortByEnum as av, GetFinalStretchTokensSortDirectionEnum as aw, GetFinalStretchTokensTagEnum as ax, GetHotTokensDurationEnum as ay, GetHotTokensSortByEnum as az, BaseAPI as b, AlertDetailFromJSON as b$, type GetMetadataRequest as b0, type GetMetadataMultiRequest as b1, type GetMintAndBurnRequest as b2, type GetPoolsRequest as b3, type GetPriceByTimeRequest as b4, type GetPricesRequest as b5, type GetSecurityRequest as b6, type GetStatsRequest as b7, type GetStatsMultiRequest as b8, type GetTokenRequest as b9, type EstimateGasLimitRequest as bA, type GetGasPriceRequest as bB, type SendRequest as bC, TransactionApi as bD, EstimateGasLimitChainEnum as bE, GetGasPriceChainEnum as bF, type CalculatePnlRequest as bG, type GetBalanceRequest as bH, type GetPnlRequest as bI, type GetPnlStatsRequest as bJ, WalletApi as bK, type WatchlistAddRequest as bL, WatchlistApi as bM, type AddressExposure as bN, instanceOfAddressExposure as bO, AddressExposureFromJSON as bP, AddressExposureFromJSONTyped as bQ, AddressExposureToJSON as bR, AddressExposureToJSONTyped as bS, type AddressRiskResponseDTO as bT, instanceOfAddressRiskResponseDTO as bU, AddressRiskResponseDTOFromJSON as bV, AddressRiskResponseDTOFromJSONTyped as bW, AddressRiskResponseDTOToJSON as bX, AddressRiskResponseDTOToJSONTyped as bY, type AlertDetail as bZ, instanceOfAlertDetail as b_, type GetTokenTradersRequest as ba, type GetTokensRequest as bb, type GetTopHoldersRequest as bc, type ListTokenRequest as bd, type SearchRequest as be, TokenApi as bf, GetHoldersDirectionEnum as bg, GetMintAndBurnDirectionEnum as bh, GetMintAndBurnTypeEnum as bi, GetPoolsSortByEnum as bj, GetPoolsSortDirectionEnum as bk, GetPricesDirectionEnum as bl, GetTokensSortByEnum as bm, GetTokensSortDirectionEnum as bn, ListTokenDirectionEnum as bo, ListTokenSortEnum as bp, ListTokenSortByEnum as bq, SearchSortEnum as br, SearchSortByEnum as bs, type GetActivitiesRequest as bt, type GetTradesRequest as bu, TradeApi as bv, GetActivitiesDirectionEnum as bw, GetActivitiesTypeEnum as bx, GetTradesDirectionEnum as by, GetTradesTypeEnum as bz, RequiredError as c, ClaimRedPacketInputToJSONTyped as c$, AlertDetailFromJSONTyped as c0, AlertDetailToJSON as c1, AlertDetailToJSONTyped as c2, type AlteryaIdentification as c3, instanceOfAlteryaIdentification as c4, AlteryaIdentificationFromJSON as c5, AlteryaIdentificationFromJSONTyped as c6, AlteryaIdentificationToJSON as c7, AlteryaIdentificationToJSONTyped as c8, type BlockchainDTO as c9, CandleFromJSONTyped as cA, CandleToJSON as cB, CandleToJSONTyped as cC, Chain as cD, instanceOfChain as cE, ChainFromJSON as cF, ChainFromJSONTyped as cG, ChainToJSON as cH, ChainToJSONTyped as cI, ChainSymbol as cJ, instanceOfChainSymbol as cK, ChainSymbolFromJSON as cL, ChainSymbolFromJSONTyped as cM, ChainSymbolToJSON as cN, ChainSymbolToJSONTyped as cO, type ChainalysisAddressIdentification as cP, instanceOfChainalysisAddressIdentification as cQ, ChainalysisAddressIdentificationFromJSON as cR, ChainalysisAddressIdentificationFromJSONTyped as cS, ChainalysisAddressIdentificationToJSON as cT, ChainalysisAddressIdentificationToJSONTyped as cU, type ClaimRedPacketInput as cV, ClaimRedPacketInputChainEnum as cW, instanceOfClaimRedPacketInput as cX, ClaimRedPacketInputFromJSON as cY, ClaimRedPacketInputFromJSONTyped as cZ, ClaimRedPacketInputToJSON as c_, instanceOfBlockchainDTO as ca, BlockchainDTOFromJSON as cb, BlockchainDTOFromJSONTyped as cc, BlockchainDTOToJSON as cd, BlockchainDTOToJSONTyped as ce, type BlockchainLatestBlockDTO as cf, instanceOfBlockchainLatestBlockDTO as cg, BlockchainLatestBlockDTOFromJSON as ch, BlockchainLatestBlockDTOFromJSONTyped as ci, BlockchainLatestBlockDTOToJSON as cj, BlockchainLatestBlockDTOToJSONTyped as ck, type BooleanResultDTO as cl, instanceOfBooleanResultDTO as cm, BooleanResultDTOFromJSON as cn, BooleanResultDTOFromJSONTyped as co, BooleanResultDTOToJSON as cp, BooleanResultDTOToJSONTyped as cq, type CalculatePnlInput as cr, instanceOfCalculatePnlInput as cs, CalculatePnlInputFromJSON as ct, CalculatePnlInputFromJSONTyped as cu, CalculatePnlInputToJSON as cv, CalculatePnlInputToJSONTyped as cw, type Candle as cx, instanceOfCandle as cy, CandleFromJSON as cz, COLLECTION_FORMATS as d, type EndpointListResponse as d$, type CreateEndpointInput as d0, instanceOfCreateEndpointInput as d1, CreateEndpointInputFromJSON as d2, CreateEndpointInputFromJSONTyped as d3, CreateEndpointInputToJSON as d4, CreateEndpointInputToJSONTyped as d5, type CreateRedPacketInput as d6, CreateRedPacketInputChainEnum as d7, instanceOfCreateRedPacketInput as d8, CreateRedPacketInputFromJSON as d9, DevTokenDTOFromJSONTyped as dA, DevTokenDTOToJSON as dB, DevTokenDTOToJSONTyped as dC, type DexDTO as dD, instanceOfDexDTO as dE, DexDTOFromJSON as dF, DexDTOFromJSONTyped as dG, DexDTOToJSON as dH, DexDTOToJSONTyped as dI, type DexPage as dJ, instanceOfDexPage as dK, DexPageFromJSON as dL, DexPageFromJSONTyped as dM, DexPageToJSON as dN, DexPageToJSONTyped as dO, type DexPoolDTO as dP, instanceOfDexPoolDTO as dQ, DexPoolDTOFromJSON as dR, DexPoolDTOFromJSONTyped as dS, DexPoolDTOToJSON as dT, DexPoolDTOToJSONTyped as dU, type DirectExposureDetail as dV, instanceOfDirectExposureDetail as dW, DirectExposureDetailFromJSON as dX, DirectExposureDetailFromJSONTyped as dY, DirectExposureDetailToJSON as dZ, DirectExposureDetailToJSONTyped as d_, CreateRedPacketInputFromJSONTyped as da, CreateRedPacketInputToJSON as db, CreateRedPacketInputToJSONTyped as dc, type CreateRedPacketReply as dd, instanceOfCreateRedPacketReply as de, CreateRedPacketReplyFromJSON as df, CreateRedPacketReplyFromJSONTyped as dg, CreateRedPacketReplyToJSON as dh, CreateRedPacketReplyToJSONTyped as di, type CreateTokenInput as dj, CreateTokenInputDexEnum as dk, instanceOfCreateTokenInput as dl, CreateTokenInputFromJSON as dm, CreateTokenInputFromJSONTyped as dn, CreateTokenInputToJSON as dp, CreateTokenInputToJSONTyped as dq, type CreateTokenReply as dr, instanceOfCreateTokenReply as ds, CreateTokenReplyFromJSON as dt, CreateTokenReplyFromJSONTyped as du, CreateTokenReplyToJSON as dv, CreateTokenReplyToJSONTyped as dw, type DevTokenDTO as dx, instanceOfDevTokenDTO as dy, DevTokenDTOFromJSON as dz, type FetchAPI as e, instanceOfKYTRegisterTransferRequest as e$, instanceOfEndpointListResponse as e0, EndpointListResponseFromJSON as e1, EndpointListResponseFromJSONTyped as e2, EndpointListResponseToJSON as e3, EndpointListResponseToJSONTyped as e4, type EndpointOperationResponse as e5, instanceOfEndpointOperationResponse as e6, EndpointOperationResponseFromJSON as e7, EndpointOperationResponseFromJSONTyped as e8, EndpointOperationResponseToJSON as e9, FilterConditionFieldEnum as eA, instanceOfFilterCondition as eB, FilterConditionFromJSON as eC, FilterConditionFromJSONTyped as eD, FilterConditionToJSON as eE, FilterConditionToJSONTyped as eF, type GasPriceResponse as eG, instanceOfGasPriceResponse as eH, GasPriceResponseFromJSON as eI, GasPriceResponseFromJSONTyped as eJ, GasPriceResponseToJSON as eK, GasPriceResponseToJSONTyped as eL, type JobDTO as eM, instanceOfJobDTO as eN, JobDTOFromJSON as eO, JobDTOFromJSONTyped as eP, JobDTOToJSON as eQ, JobDTOToJSONTyped as eR, type JobStreamingDTO as eS, instanceOfJobStreamingDTO as eT, JobStreamingDTOFromJSON as eU, JobStreamingDTOFromJSONTyped as eV, JobStreamingDTOToJSON as eW, JobStreamingDTOToJSONTyped as eX, type KYTRegisterTransferRequest as eY, KYTRegisterTransferRequestNetworkEnum as eZ, KYTRegisterTransferRequestDirectionEnum as e_, EndpointOperationResponseToJSONTyped as ea, type EndpointResponse as eb, instanceOfEndpointResponse as ec, EndpointResponseFromJSON as ed, EndpointResponseFromJSONTyped as ee, EndpointResponseToJSON as ef, EndpointResponseToJSONTyped as eg, type EndpointSecretResponse as eh, instanceOfEndpointSecretResponse as ei, EndpointSecretResponseFromJSON as ej, EndpointSecretResponseFromJSONTyped as ek, EndpointSecretResponseToJSON as el, EndpointSecretResponseToJSONTyped as em, type EstimateGasLimitInput as en, instanceOfEstimateGasLimitInput as eo, EstimateGasLimitInputFromJSON as ep, EstimateGasLimitInputFromJSONTyped as eq, EstimateGasLimitInputToJSON as er, EstimateGasLimitInputToJSONTyped as es, type EstimateGasLimitResponse as et, instanceOfEstimateGasLimitResponse as eu, EstimateGasLimitResponseFromJSON as ev, EstimateGasLimitResponseFromJSONTyped as ew, EstimateGasLimitResponseToJSON as ex, EstimateGasLimitResponseToJSONTyped as ey, type FilterCondition as ez, type HTTPHeaders as f, PumpCreateTokenInputToJSONTyped as f$, KYTRegisterTransferRequestFromJSON as f0, KYTRegisterTransferRequestFromJSONTyped as f1, KYTRegisterTransferRequestToJSON as f2, KYTRegisterTransferRequestToJSONTyped as f3, type KYTRegisterWithdrawalRequest as f4, KYTRegisterWithdrawalRequestNetworkEnum as f5, instanceOfKYTRegisterWithdrawalRequest as f6, KYTRegisterWithdrawalRequestFromJSON as f7, KYTRegisterWithdrawalRequestFromJSONTyped as f8, KYTRegisterWithdrawalRequestToJSON as f9, MoonshotSubmitCreateToken200ResponseToJSON as fA, MoonshotSubmitCreateToken200ResponseToJSONTyped as fB, type MoonshotSubmitCreateTokenInput as fC, instanceOfMoonshotSubmitCreateTokenInput as fD, MoonshotSubmitCreateTokenInputFromJSON as fE, MoonshotSubmitCreateTokenInputFromJSONTyped as fF, MoonshotSubmitCreateTokenInputToJSON as fG, MoonshotSubmitCreateTokenInputToJSONTyped as fH, type NetworkIdentificationOrg as fI, instanceOfNetworkIdentificationOrg as fJ, NetworkIdentificationOrgFromJSON as fK, NetworkIdentificationOrgFromJSONTyped as fL, NetworkIdentificationOrgToJSON as fM, NetworkIdentificationOrgToJSONTyped as fN, type OnChainActivity as fO, instanceOfOnChainActivity as fP, OnChainActivityFromJSON as fQ, OnChainActivityFromJSONTyped as fR, OnChainActivityToJSON as fS, OnChainActivityToJSONTyped as fT, type PumpCreateTokenInput as fU, PumpCreateTokenInputDexEnum as fV, PumpCreateTokenInputMigrationDexEnum as fW, instanceOfPumpCreateTokenInput as fX, PumpCreateTokenInputFromJSON as fY, PumpCreateTokenInputFromJSONTyped as fZ, PumpCreateTokenInputToJSON as f_, KYTRegisterWithdrawalRequestToJSONTyped as fa, type Link as fb, LinkLabelEnum as fc, instanceOfLink as fd, LinkFromJSON as fe, LinkFromJSONTyped as ff, LinkToJSON as fg, LinkToJSONTyped as fh, type MoonshotCreateTokenInput as fi, MoonshotCreateTokenInputDexEnum as fj, MoonshotCreateTokenInputMigrationDexEnum as fk, instanceOfMoonshotCreateTokenInput as fl, MoonshotCreateTokenInputFromJSON as fm, MoonshotCreateTokenInputFromJSONTyped as fn, MoonshotCreateTokenInputToJSON as fo, MoonshotCreateTokenInputToJSONTyped as fp, type MoonshotCreateTokenReply as fq, instanceOfMoonshotCreateTokenReply as fr, MoonshotCreateTokenReplyFromJSON as fs, MoonshotCreateTokenReplyFromJSONTyped as ft, MoonshotCreateTokenReplyToJSON as fu, MoonshotCreateTokenReplyToJSONTyped as fv, type MoonshotSubmitCreateToken200Response as fw, instanceOfMoonshotSubmitCreateToken200Response as fx, MoonshotSubmitCreateToken200ResponseFromJSON as fy, MoonshotSubmitCreateToken200ResponseFromJSONTyped as fz, type HTTPQuery as g, RegisterAddressResponseDTOFromJSONTyped as g$, type PumpCreateTokenReply as g0, instanceOfPumpCreateTokenReply as g1, PumpCreateTokenReplyFromJSON as g2, PumpCreateTokenReplyFromJSONTyped as g3, PumpCreateTokenReplyToJSON as g4, PumpCreateTokenReplyToJSONTyped as g5, type QuoteResponse as g6, instanceOfQuoteResponse as g7, QuoteResponseFromJSON as g8, QuoteResponseFromJSONTyped as g9, type RedPacketSendTxInput as gA, instanceOfRedPacketSendTxInput as gB, RedPacketSendTxInputFromJSON as gC, RedPacketSendTxInputFromJSONTyped as gD, RedPacketSendTxInputToJSON as gE, RedPacketSendTxInputToJSONTyped as gF, type RedPacketSendTxResponse as gG, instanceOfRedPacketSendTxResponse as gH, RedPacketSendTxResponseFromJSON as gI, RedPacketSendTxResponseFromJSONTyped as gJ, RedPacketSendTxResponseToJSON as gK, RedPacketSendTxResponseToJSONTyped as gL, type RedPacketsPage as gM, instanceOfRedPacketsPage as gN, RedPacketsPageFromJSON as gO, RedPacketsPageFromJSONTyped as gP, RedPacketsPageToJSON as gQ, RedPacketsPageToJSONTyped as gR, type RegisterAddressRequest as gS, instanceOfRegisterAddressRequest as gT, RegisterAddressRequestFromJSON as gU, RegisterAddressRequestFromJSONTyped as gV, RegisterAddressRequestToJSON as gW, RegisterAddressRequestToJSONTyped as gX, type RegisterAddressResponseDTO as gY, instanceOfRegisterAddressResponseDTO as gZ, RegisterAddressResponseDTOFromJSON as g_, QuoteResponseToJSON as ga, QuoteResponseToJSONTyped as gb, type RedPacketClaimDTO as gc, instanceOfRedPacketClaimDTO as gd, RedPacketClaimDTOFromJSON as ge, RedPacketClaimDTOFromJSONTyped as gf, RedPacketClaimDTOToJSON as gg, RedPacketClaimDTOToJSONTyped as gh, type RedPacketClaimsPage as gi, instanceOfRedPacketClaimsPage as gj, RedPacketClaimsPageFromJSON as gk, RedPacketClaimsPageFromJSONTyped as gl, RedPacketClaimsPageToJSON as gm, RedPacketClaimsPageToJSONTyped as gn, type RedPacketDTO as go, instanceOfRedPacketDTO as gp, RedPacketDTOFromJSON as gq, RedPacketDTOFromJSONTyped as gr, RedPacketDTOToJSON as gs, RedPacketDTOToJSONTyped as gt, type RedPacketReply as gu, instanceOfRedPacketReply as gv, RedPacketReplyFromJSON as gw, RedPacketReplyFromJSONTyped as gx, RedPacketReplyToJSON as gy, RedPacketReplyToJSONTyped as gz, type HTTPBody as h, instanceOfTokenCreationPage as h$, RegisterAddressResponseDTOToJSON as h0, RegisterAddressResponseDTOToJSONTyped as h1, Resolution as h2, instanceOfResolution as h3, ResolutionFromJSON as h4, ResolutionFromJSONTyped as h5, ResolutionToJSON as h6, ResolutionToJSONTyped as h7, type SendTxInput as h8, SendTxInputSubmitTypeEnum as h9, SwapRouteInputDexEnum as hA, SwapRouteInputSwapModeEnum as hB, instanceOfSwapRouteInput as hC, SwapRouteInputFromJSON as hD, SwapRouteInputFromJSONTyped as hE, SwapRouteInputToJSON as hF, SwapRouteInputToJSONTyped as hG, type SwapRouteResponse as hH, instanceOfSwapRouteResponse as hI, SwapRouteResponseFromJSON as hJ, SwapRouteResponseFromJSONTyped as hK, SwapRouteResponseToJSON as hL, SwapRouteResponseToJSONTyped as hM, type Token as hN, instanceOfToken as hO, TokenFromJSON as hP, TokenFromJSONTyped as hQ, TokenToJSON as hR, TokenToJSONTyped as hS, type TokenCreationDTO as hT, TokenCreationDTOTypeEnum as hU, instanceOfTokenCreationDTO as hV, TokenCreationDTOFromJSON as hW, TokenCreationDTOFromJSONTyped as hX, TokenCreationDTOToJSON as hY, TokenCreationDTOToJSONTyped as hZ, type TokenCreationPage as h_, instanceOfSendTxInput as ha, SendTxInputFromJSON as hb, SendTxInputFromJSONTyped as hc, SendTxInputToJSON as hd, SendTxInputToJSONTyped as he, type SendTxResponse as hf, instanceOfSendTxResponse as hg, SendTxResponseFromJSON as hh, SendTxResponseFromJSONTyped as hi, SendTxResponseToJSON as hj, SendTxResponseToJSONTyped as hk, type SwapInput as hl, SwapInputDexEnum as hm, SwapInputSwapModeEnum as hn, instanceOfSwapInput as ho, SwapInputFromJSON as hp, SwapInputFromJSONTyped as hq, SwapInputToJSON as hr, SwapInputToJSONTyped as hs, type SwapReply as ht, instanceOfSwapReply as hu, SwapReplyFromJSON as hv, SwapReplyFromJSONTyped as hw, SwapReplyToJSON as hx, SwapReplyToJSONTyped as hy, type SwapRouteInput as hz, type HTTPRequestInit as i, TokenPricePageFromJSONTyped as i$, TokenCreationPageFromJSON as i0, TokenCreationPageFromJSONTyped as i1, TokenCreationPageToJSON as i2, TokenCreationPageToJSONTyped as i3, type TokenCreatorsDTO as i4, instanceOfTokenCreatorsDTO as i5, TokenCreatorsDTOFromJSON as i6, TokenCreatorsDTOFromJSONTyped as i7, TokenCreatorsDTOToJSON as i8, TokenCreatorsDTOToJSONTyped as i9, type TokenMarketData as iA, instanceOfTokenMarketData as iB, TokenMarketDataFromJSON as iC, TokenMarketDataFromJSONTyped as iD, TokenMarketDataToJSON as iE, TokenMarketDataToJSONTyped as iF, type TokenMetadata as iG, instanceOfTokenMetadata as iH, TokenMetadataFromJSON as iI, TokenMetadataFromJSONTyped as iJ, TokenMetadataToJSON as iK, TokenMetadataToJSONTyped as iL, type TokenPage as iM, instanceOfTokenPage as iN, TokenPageFromJSON as iO, TokenPageFromJSONTyped as iP, TokenPageToJSON as iQ, TokenPageToJSONTyped as iR, type TokenPriceDTO as iS, instanceOfTokenPriceDTO as iT, TokenPriceDTOFromJSON as iU, TokenPriceDTOFromJSONTyped as iV, TokenPriceDTOToJSON as iW, TokenPriceDTOToJSONTyped as iX, type TokenPricePage as iY, instanceOfTokenPricePage as iZ, TokenPricePageFromJSON as i_, type TokenExtraDTO as ia, instanceOfTokenExtraDTO as ib, TokenExtraDTOFromJSON as ic, TokenExtraDTOFromJSONTyped as id, TokenExtraDTOToJSON as ie, TokenExtraDTOToJSONTyped as ig, type TokenHolder as ih, instanceOfTokenHolder as ii, TokenHolderFromJSON as ij, TokenHolderFromJSONTyped as ik, TokenHolderToJSON as il, TokenHolderToJSONTyped as im, type TokenHolderPage as io, instanceOfTokenHolderPage as ip, TokenHolderPageFromJSON as iq, TokenHolderPageFromJSONTyped as ir, TokenHolderPageToJSON as is, TokenHolderPageToJSONTyped as it, type TokenListPage as iu, instanceOfTokenListPage as iv, TokenListPageFromJSON as iw, TokenListPageFromJSONTyped as ix, TokenListPageToJSON as iy, TokenListPageToJSONTyped as iz, type FetchParams as j, instanceOfUpdateEndpointInput as j$, TokenPricePageToJSON as j0, TokenPricePageToJSONTyped as j1, type TokenSocialMediasDTO as j2, instanceOfTokenSocialMediasDTO as j3, TokenSocialMediasDTOFromJSON as j4, TokenSocialMediasDTOFromJSONTyped as j5, TokenSocialMediasDTOToJSON as j6, TokenSocialMediasDTOToJSONTyped as j7, type TokenStat as j8, instanceOfTokenStat as j9, TradePageToJSON as jA, TradePageToJSONTyped as jB, type TransferAlertsResponseDTO as jC, instanceOfTransferAlertsResponseDTO as jD, TransferAlertsResponseDTOFromJSON as jE, TransferAlertsResponseDTOFromJSONTyped as jF, TransferAlertsResponseDTOToJSON as jG, TransferAlertsResponseDTOToJSONTyped as jH, type TransferBaseResponseDTO as jI, instanceOfTransferBaseResponseDTO as jJ, TransferBaseResponseDTOFromJSON as jK, TransferBaseResponseDTOFromJSONTyped as jL, TransferBaseResponseDTOToJSON as jM, TransferBaseResponseDTOToJSONTyped as jN, type TransferDirectExposureResponseDTO as jO, instanceOfTransferDirectExposureResponseDTO as jP, TransferDirectExposureResponseDTOFromJSON as jQ, TransferDirectExposureResponseDTOFromJSONTyped as jR, TransferDirectExposureResponseDTOToJSON as jS, TransferDirectExposureResponseDTOToJSONTyped as jT, type TransferNetworkIdentificationsResponseDTO as jU, instanceOfTransferNetworkIdentificationsResponseDTO as jV, TransferNetworkIdentificationsResponseDTOFromJSON as jW, TransferNetworkIdentificationsResponseDTOFromJSONTyped as jX, TransferNetworkIdentificationsResponseDTOToJSON as jY, TransferNetworkIdentificationsResponseDTOToJSONTyped as jZ, type UpdateEndpointInput as j_, TokenStatFromJSON as ja, TokenStatFromJSONTyped as jb, TokenStatToJSON as jc, TokenStatToJSONTyped as jd, type TokenTrader as je, instanceOfTokenTrader as jf, TokenTraderFromJSON as jg, TokenTraderFromJSONTyped as jh, TokenTraderToJSON as ji, TokenTraderToJSONTyped as jj, TokenTraderTag as jk, instanceOfTokenTraderTag as jl, TokenTraderTagFromJSON as jm, TokenTraderTagFromJSONTyped as jn, TokenTraderTagToJSON as jo, TokenTraderTagToJSONTyped as jp, type TradeDetailDTO as jq, instanceOfTradeDetailDTO as jr, TradeDetailDTOFromJSON as js, TradeDetailDTOFromJSONTyped as jt, TradeDetailDTOToJSON as ju, TradeDetailDTOToJSONTyped as jv, type TradePage as jw, instanceOfTradePage as jx, TradePageFromJSON as jy, TradePageFromJSONTyped as jz, type RequestOpts as k, UpdateEndpointInputFromJSON as k0, UpdateEndpointInputFromJSONTyped as k1, UpdateEndpointInputToJSON as k2, UpdateEndpointInputToJSONTyped as k3, type WalletBalanceDetailDTO as k4, instanceOfWalletBalanceDetailDTO as k5, WalletBalanceDetailDTOFromJSON as k6, WalletBalanceDetailDTOFromJSONTyped as k7, WalletBalanceDetailDTOToJSON as k8, WalletBalanceDetailDTOToJSONTyped as k9, WithdrawalFraudAssessmentResponseDTOFromJSON as kA, WithdrawalFraudAssessmentResponseDTOFromJSONTyped as kB, WithdrawalFraudAssessmentResponseDTOToJSON as kC, WithdrawalFraudAssessmentResponseDTOToJSONTyped as kD, type WalletBalancesDTO as ka, instanceOfWalletBalancesDTO as kb, WalletBalancesDTOFromJSON as kc, WalletBalancesDTOFromJSONTyped as kd, WalletBalancesDTOToJSON as ke, WalletBalancesDTOToJSONTyped as kf, type WalletPnlDTO as kg, instanceOfWalletPnlDTO as kh, WalletPnlDTOFromJSON as ki, WalletPnlDTOFromJSONTyped as kj, WalletPnlDTOToJSON as kk, WalletPnlDTOToJSONTyped as kl, type WithdrawalAddressIdentificationsResponseDTO as km, instanceOfWithdrawalAddressIdentificationsResponseDTO as kn, WithdrawalAddressIdentificationsResponseDTOFromJSON as ko, WithdrawalAddressIdentificationsResponseDTOFromJSONTyped as kp, WithdrawalAddressIdentificationsResponseDTOToJSON as kq, WithdrawalAddressIdentificationsResponseDTOToJSONTyped as kr, type WithdrawalBaseResponseDTO as ks, instanceOfWithdrawalBaseResponseDTO as kt, WithdrawalBaseResponseDTOFromJSON as ku, WithdrawalBaseResponseDTOFromJSONTyped as kv, WithdrawalBaseResponseDTOToJSON as kw, WithdrawalBaseResponseDTOToJSONTyped as kx, type WithdrawalFraudAssessmentResponseDTO as ky, instanceOfWithdrawalFraudAssessmentResponseDTO as kz, exists as l, mapValues as m, canConsumeForm as n, type Consume as o, type RequestContext as p, querystring as q, type ResponseContext as r, type Middleware as s, type ResponseTransformer as t, JSONApiResponse as u, BlobApiResponse as v, BlockchainApi as w, type MoonshotCreateTokenRequest as x, type MoonshotSubmitCreateTokenRequest as y, DefiSolanaMoonshotApi as z };
|