@longdotxyz/shared 0.0.83 → 0.0.96
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/dist/contracts/asset.contract.d.ts +887 -187
- package/dist/contracts/asset.contract.js +49 -20
- package/dist/contracts/asset.contract.js.map +1 -1
- package/dist/contracts/auction-template.contract.d.ts +30 -30
- package/dist/contracts/auction-template.contract.js +16 -16
- package/dist/contracts/auction-template.contract.js.map +1 -1
- package/dist/contracts/auction.contract.d.ts +1 -1
- package/dist/contracts/auction.contract.js +1 -1
- package/dist/contracts/auction.contract.js.map +1 -1
- package/dist/contracts/charts.contract.d.ts +214 -0
- package/dist/contracts/charts.contract.js +61 -0
- package/dist/contracts/charts.contract.js.map +1 -0
- package/dist/contracts/index.d.ts +2233 -174
- package/dist/contracts/index.js +6 -0
- package/dist/contracts/index.js.map +1 -1
- package/dist/contracts/market.contract.d.ts +2060 -0
- package/dist/contracts/market.contract.js +195 -0
- package/dist/contracts/market.contract.js.map +1 -0
- package/dist/contracts/pathfinding.contract.d.ts +14 -14
- package/dist/contracts/pathfinding.contract.js +2 -2
- package/dist/contracts/pathfinding.contract.js.map +1 -1
- package/dist/contracts/sponsorship.contract.d.ts +2 -2
- package/dist/contracts/sponsorship.contract.js +2 -2
- package/dist/contracts/sponsorship.contract.js.map +1 -1
- package/dist/graphql/generated.d.ts +1103 -645
- package/dist/graphql/generated.js +139 -47
- package/dist/graphql/generated.js.map +1 -1
- package/dist/types/constants.d.ts +3 -1
- package/dist/types/constants.js +2 -0
- package/dist/types/constants.js.map +1 -1
- package/dist/types/hex.type.d.ts +1 -1
- package/dist/types/hex.type.js +2 -2
- package/dist/types/hex.type.js.map +1 -1
- package/dist/types/pool-key.type.d.ts +3 -3
- package/package.json +8 -8
|
@@ -7,8 +7,8 @@ export declare const rootContract: {
|
|
|
7
7
|
status: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodEnum<[import("..").AssetStatusQuery.ALL, import("..").AssetStatusQuery.GRADUATED, import("..").AssetStatusQuery.INCOMING, import("..").AssetStatusQuery.LIVE]>>>;
|
|
8
8
|
limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
9
9
|
offset: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
10
|
-
orderBy: import("zod").ZodOptional<import("zod").ZodEnum<[import("..").AssetOrderBy.MARKET_CAP_ASC, import("..").AssetOrderBy.MARKET_CAP_DESC]>>;
|
|
11
|
-
numeraireAddress: import("zod").ZodOptional<import("zod").
|
|
10
|
+
orderBy: import("zod").ZodOptional<import("zod").ZodEnum<[import("..").AssetOrderBy.MARKET_CAP_ASC, import("..").AssetOrderBy.MARKET_CAP_DESC, import("..").AssetOrderBy.VOLUME_USD_ASC, import("..").AssetOrderBy.VOLUME_USD_DESC]>>;
|
|
11
|
+
numeraireAddress: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>;
|
|
12
12
|
}, "strip", import("zod").ZodTypeAny, {
|
|
13
13
|
status: import("..").AssetStatusQuery.LIVE | import("..").AssetStatusQuery.GRADUATED | import("..").AssetStatusQuery.INCOMING | import("..").AssetStatusQuery.ALL;
|
|
14
14
|
chainId: number;
|
|
@@ -29,8 +29,8 @@ export declare const rootContract: {
|
|
|
29
29
|
responses: {
|
|
30
30
|
200: import("zod").ZodObject<{
|
|
31
31
|
result: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodObject<{
|
|
32
|
-
asset_address: import("zod").ZodPipeline<import("zod").ZodString, import("zod").
|
|
33
|
-
asset_numeraire_address: import("zod").
|
|
32
|
+
asset_address: import("zod").ZodPipeline<import("zod").ZodString, import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>;
|
|
33
|
+
asset_numeraire_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
34
34
|
asset_creation_timestamp: import("zod").ZodDate;
|
|
35
35
|
asset_current_pool: import("zod").ZodString;
|
|
36
36
|
asset_migration_timestamp: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
@@ -39,12 +39,10 @@ export declare const rootContract: {
|
|
|
39
39
|
pool_current_price: import("zod").ZodString;
|
|
40
40
|
pool_current_sqrt_price: import("zod").ZodString;
|
|
41
41
|
pool_current_fdv: import("zod").ZodString;
|
|
42
|
-
pool_current_fdv_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
43
42
|
pool_current_liquidity: import("zod").ZodString;
|
|
44
43
|
pool_current_tick: import("zod").ZodNumber;
|
|
45
44
|
pool_last_epoch: import("zod").ZodNumber;
|
|
46
45
|
pool_current_market_cap: import("zod").ZodString;
|
|
47
|
-
pool_current_market_cap_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
48
46
|
pool_current_fees_accrued: import("zod").ZodString;
|
|
49
47
|
pool_current_total_proceeds: import("zod").ZodString;
|
|
50
48
|
pool_current_total_tokens_sold: import("zod").ZodString;
|
|
@@ -54,13 +52,50 @@ export declare const rootContract: {
|
|
|
54
52
|
pool_config_min_proceeds: import("zod").ZodString;
|
|
55
53
|
pool_config_num_tokens_to_sell: import("zod").ZodString;
|
|
56
54
|
pool_id: import("zod").ZodString;
|
|
57
|
-
pool_address: import("zod").
|
|
55
|
+
pool_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
58
56
|
pool_config_starting_time: import("zod").ZodString;
|
|
59
57
|
pool_config_ending_time: import("zod").ZodString;
|
|
60
58
|
pool_migration_timestamp: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
61
59
|
pool_type: import("zod").ZodString;
|
|
60
|
+
pool_volume_24h_base: import("zod").ZodNullable<import("zod").ZodString>;
|
|
61
|
+
pool_volume_24h_quote: import("zod").ZodNullable<import("zod").ZodString>;
|
|
62
|
+
pool_volume_24h_swap_count: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
63
|
+
pool_volume_last_updated: import("zod").ZodNullable<import("zod").ZodString>;
|
|
64
|
+
pool_market_data: import("zod").ZodEffects<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
65
|
+
pool_liquidity: import("zod").ZodNullable<import("zod").ZodString>;
|
|
66
|
+
pool_market_cap: import("zod").ZodNullable<import("zod").ZodString>;
|
|
67
|
+
pool_price: import("zod").ZodNullable<import("zod").ZodString>;
|
|
68
|
+
pool_price_scale: import("zod").ZodNullable<import("zod").ZodString>;
|
|
69
|
+
pool_price_change_24h: import("zod").ZodNullable<import("zod").ZodString>;
|
|
70
|
+
pool_volume_change_24h: import("zod").ZodNullable<import("zod").ZodString>;
|
|
71
|
+
pool_volume_usd_24h: import("zod").ZodNullable<import("zod").ZodString>;
|
|
72
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
73
|
+
pool_liquidity: string | null;
|
|
74
|
+
pool_market_cap: string | null;
|
|
75
|
+
pool_price: string | null;
|
|
76
|
+
pool_price_scale: string | null;
|
|
77
|
+
pool_price_change_24h: string | null;
|
|
78
|
+
pool_volume_change_24h: string | null;
|
|
79
|
+
pool_volume_usd_24h: string | null;
|
|
80
|
+
}, {
|
|
81
|
+
pool_liquidity: string | null;
|
|
82
|
+
pool_market_cap: string | null;
|
|
83
|
+
pool_price: string | null;
|
|
84
|
+
pool_price_scale: string | null;
|
|
85
|
+
pool_price_change_24h: string | null;
|
|
86
|
+
pool_volume_change_24h: string | null;
|
|
87
|
+
pool_volume_usd_24h: string | null;
|
|
88
|
+
}>>, {
|
|
89
|
+
pool_liquidity: string | null;
|
|
90
|
+
pool_market_cap: string | null;
|
|
91
|
+
pool_price: string | null;
|
|
92
|
+
pool_price_scale: string | null;
|
|
93
|
+
pool_price_change_24h: string | null;
|
|
94
|
+
pool_volume_change_24h: string | null;
|
|
95
|
+
pool_volume_usd_24h: string | null;
|
|
96
|
+
} | null, unknown>;
|
|
62
97
|
base_token: import("zod").ZodObject<{
|
|
63
|
-
token_address: import("zod").
|
|
98
|
+
token_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
64
99
|
token_name: import("zod").ZodString;
|
|
65
100
|
token_description: import("zod").ZodNullable<import("zod").ZodString>;
|
|
66
101
|
token_symbol: import("zod").ZodString;
|
|
@@ -129,9 +164,9 @@ export declare const rootContract: {
|
|
|
129
164
|
}[] | undefined;
|
|
130
165
|
}>>;
|
|
131
166
|
token_image_public_url: import("zod").ZodNullable<import("zod").ZodString>;
|
|
132
|
-
token_creator_address: import("zod").
|
|
133
|
-
token_fee_receiver_address: import("zod").
|
|
134
|
-
token_vesting_recipient_addresses: import("zod").ZodArray<import("zod").
|
|
167
|
+
token_creator_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
168
|
+
token_fee_receiver_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
169
|
+
token_vesting_recipient_addresses: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, "many">;
|
|
135
170
|
}, "strip", import("zod").ZodTypeAny, {
|
|
136
171
|
token_address: `0x${string}`;
|
|
137
172
|
token_name: string;
|
|
@@ -186,12 +221,10 @@ export declare const rootContract: {
|
|
|
186
221
|
pool_current_price: string;
|
|
187
222
|
pool_current_sqrt_price: string;
|
|
188
223
|
pool_current_fdv: string;
|
|
189
|
-
pool_current_fdv_usd: string | null;
|
|
190
224
|
pool_current_liquidity: string;
|
|
191
225
|
pool_current_tick: number;
|
|
192
226
|
pool_last_epoch: number;
|
|
193
227
|
pool_current_market_cap: string;
|
|
194
|
-
pool_current_market_cap_usd: string | null;
|
|
195
228
|
pool_current_fees_accrued: string;
|
|
196
229
|
pool_current_total_proceeds: string;
|
|
197
230
|
pool_current_total_tokens_sold: string;
|
|
@@ -206,6 +239,19 @@ export declare const rootContract: {
|
|
|
206
239
|
pool_config_ending_time: string;
|
|
207
240
|
pool_migration_timestamp: Date | null;
|
|
208
241
|
pool_type: string;
|
|
242
|
+
pool_volume_24h_base: string | null;
|
|
243
|
+
pool_volume_24h_quote: string | null;
|
|
244
|
+
pool_volume_24h_swap_count: number | null;
|
|
245
|
+
pool_volume_last_updated: string | null;
|
|
246
|
+
pool_market_data: {
|
|
247
|
+
pool_liquidity: string | null;
|
|
248
|
+
pool_market_cap: string | null;
|
|
249
|
+
pool_price: string | null;
|
|
250
|
+
pool_price_scale: string | null;
|
|
251
|
+
pool_price_change_24h: string | null;
|
|
252
|
+
pool_volume_change_24h: string | null;
|
|
253
|
+
pool_volume_usd_24h: string | null;
|
|
254
|
+
} | null;
|
|
209
255
|
base_token: {
|
|
210
256
|
token_address: `0x${string}`;
|
|
211
257
|
token_name: string;
|
|
@@ -235,12 +281,10 @@ export declare const rootContract: {
|
|
|
235
281
|
pool_current_price: string;
|
|
236
282
|
pool_current_sqrt_price: string;
|
|
237
283
|
pool_current_fdv: string;
|
|
238
|
-
pool_current_fdv_usd: string | null;
|
|
239
284
|
pool_current_liquidity: string;
|
|
240
285
|
pool_current_tick: number;
|
|
241
286
|
pool_last_epoch: number;
|
|
242
287
|
pool_current_market_cap: string;
|
|
243
|
-
pool_current_market_cap_usd: string | null;
|
|
244
288
|
pool_current_fees_accrued: string;
|
|
245
289
|
pool_current_total_proceeds: string;
|
|
246
290
|
pool_current_total_tokens_sold: string;
|
|
@@ -255,6 +299,10 @@ export declare const rootContract: {
|
|
|
255
299
|
pool_config_ending_time: string;
|
|
256
300
|
pool_migration_timestamp: Date | null;
|
|
257
301
|
pool_type: string;
|
|
302
|
+
pool_volume_24h_base: string | null;
|
|
303
|
+
pool_volume_24h_quote: string | null;
|
|
304
|
+
pool_volume_24h_swap_count: number | null;
|
|
305
|
+
pool_volume_last_updated: string | null;
|
|
258
306
|
base_token: {
|
|
259
307
|
token_address: string;
|
|
260
308
|
token_name: string;
|
|
@@ -281,21 +329,57 @@ export declare const rootContract: {
|
|
|
281
329
|
token_fee_receiver_address: string;
|
|
282
330
|
token_vesting_recipient_addresses: string[];
|
|
283
331
|
};
|
|
332
|
+
pool_market_data?: unknown;
|
|
284
333
|
}>;
|
|
285
334
|
graduation_pool: import("zod").ZodObject<{
|
|
286
335
|
pool_current_price: import("zod").ZodString;
|
|
287
336
|
pool_current_sqrt_price: import("zod").ZodString;
|
|
288
337
|
pool_current_fdv: import("zod").ZodString;
|
|
289
|
-
pool_current_fdv_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
290
338
|
pool_current_liquidity: import("zod").ZodString;
|
|
291
339
|
pool_current_tick: import("zod").ZodNumber;
|
|
292
340
|
pool_current_market_cap: import("zod").ZodString;
|
|
293
|
-
|
|
294
|
-
pool_address: import("zod").ZodPipeline<import("zod").ZodString, import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>;
|
|
341
|
+
pool_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
295
342
|
pool_migration_timestamp: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
296
343
|
pool_type: import("zod").ZodString;
|
|
344
|
+
pool_volume_24h_base: import("zod").ZodNullable<import("zod").ZodString>;
|
|
345
|
+
pool_volume_24h_quote: import("zod").ZodNullable<import("zod").ZodString>;
|
|
346
|
+
pool_volume_24h_swap_count: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
347
|
+
pool_volume_last_updated: import("zod").ZodNullable<import("zod").ZodString>;
|
|
348
|
+
pool_market_data: import("zod").ZodEffects<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
349
|
+
pool_liquidity: import("zod").ZodNullable<import("zod").ZodString>;
|
|
350
|
+
pool_market_cap: import("zod").ZodNullable<import("zod").ZodString>;
|
|
351
|
+
pool_price: import("zod").ZodNullable<import("zod").ZodString>;
|
|
352
|
+
pool_price_scale: import("zod").ZodNullable<import("zod").ZodString>;
|
|
353
|
+
pool_price_change_24h: import("zod").ZodNullable<import("zod").ZodString>;
|
|
354
|
+
pool_volume_change_24h: import("zod").ZodNullable<import("zod").ZodString>;
|
|
355
|
+
pool_volume_usd_24h: import("zod").ZodNullable<import("zod").ZodString>;
|
|
356
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
357
|
+
pool_liquidity: string | null;
|
|
358
|
+
pool_market_cap: string | null;
|
|
359
|
+
pool_price: string | null;
|
|
360
|
+
pool_price_scale: string | null;
|
|
361
|
+
pool_price_change_24h: string | null;
|
|
362
|
+
pool_volume_change_24h: string | null;
|
|
363
|
+
pool_volume_usd_24h: string | null;
|
|
364
|
+
}, {
|
|
365
|
+
pool_liquidity: string | null;
|
|
366
|
+
pool_market_cap: string | null;
|
|
367
|
+
pool_price: string | null;
|
|
368
|
+
pool_price_scale: string | null;
|
|
369
|
+
pool_price_change_24h: string | null;
|
|
370
|
+
pool_volume_change_24h: string | null;
|
|
371
|
+
pool_volume_usd_24h: string | null;
|
|
372
|
+
}>>, {
|
|
373
|
+
pool_liquidity: string | null;
|
|
374
|
+
pool_market_cap: string | null;
|
|
375
|
+
pool_price: string | null;
|
|
376
|
+
pool_price_scale: string | null;
|
|
377
|
+
pool_price_change_24h: string | null;
|
|
378
|
+
pool_volume_change_24h: string | null;
|
|
379
|
+
pool_volume_usd_24h: string | null;
|
|
380
|
+
} | null, unknown>;
|
|
297
381
|
base_token: import("zod").ZodObject<{
|
|
298
|
-
token_address: import("zod").
|
|
382
|
+
token_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
299
383
|
token_name: import("zod").ZodString;
|
|
300
384
|
token_description: import("zod").ZodNullable<import("zod").ZodString>;
|
|
301
385
|
token_symbol: import("zod").ZodString;
|
|
@@ -364,9 +448,9 @@ export declare const rootContract: {
|
|
|
364
448
|
}[] | undefined;
|
|
365
449
|
}>>;
|
|
366
450
|
token_image_public_url: import("zod").ZodNullable<import("zod").ZodString>;
|
|
367
|
-
token_creator_address: import("zod").
|
|
368
|
-
token_fee_receiver_address: import("zod").
|
|
369
|
-
token_vesting_recipient_addresses: import("zod").ZodArray<import("zod").
|
|
451
|
+
token_creator_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
452
|
+
token_fee_receiver_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
453
|
+
token_vesting_recipient_addresses: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, "many">;
|
|
370
454
|
integrator_address: import("zod").ZodString;
|
|
371
455
|
}, "strip", import("zod").ZodTypeAny, {
|
|
372
456
|
token_address: `0x${string}`;
|
|
@@ -424,14 +508,25 @@ export declare const rootContract: {
|
|
|
424
508
|
pool_current_price: string;
|
|
425
509
|
pool_current_sqrt_price: string;
|
|
426
510
|
pool_current_fdv: string;
|
|
427
|
-
pool_current_fdv_usd: string | null;
|
|
428
511
|
pool_current_liquidity: string;
|
|
429
512
|
pool_current_tick: number;
|
|
430
513
|
pool_current_market_cap: string;
|
|
431
|
-
pool_current_market_cap_usd: string | null;
|
|
432
514
|
pool_address: `0x${string}`;
|
|
433
515
|
pool_migration_timestamp: Date | null;
|
|
434
516
|
pool_type: string;
|
|
517
|
+
pool_volume_24h_base: string | null;
|
|
518
|
+
pool_volume_24h_quote: string | null;
|
|
519
|
+
pool_volume_24h_swap_count: number | null;
|
|
520
|
+
pool_volume_last_updated: string | null;
|
|
521
|
+
pool_market_data: {
|
|
522
|
+
pool_liquidity: string | null;
|
|
523
|
+
pool_market_cap: string | null;
|
|
524
|
+
pool_price: string | null;
|
|
525
|
+
pool_price_scale: string | null;
|
|
526
|
+
pool_price_change_24h: string | null;
|
|
527
|
+
pool_volume_change_24h: string | null;
|
|
528
|
+
pool_volume_usd_24h: string | null;
|
|
529
|
+
} | null;
|
|
435
530
|
base_token: {
|
|
436
531
|
token_address: `0x${string}`;
|
|
437
532
|
token_name: string;
|
|
@@ -462,14 +557,16 @@ export declare const rootContract: {
|
|
|
462
557
|
pool_current_price: string;
|
|
463
558
|
pool_current_sqrt_price: string;
|
|
464
559
|
pool_current_fdv: string;
|
|
465
|
-
pool_current_fdv_usd: string | null;
|
|
466
560
|
pool_current_liquidity: string;
|
|
467
561
|
pool_current_tick: number;
|
|
468
562
|
pool_current_market_cap: string;
|
|
469
|
-
pool_current_market_cap_usd: string | null;
|
|
470
563
|
pool_address: string;
|
|
471
564
|
pool_migration_timestamp: Date | null;
|
|
472
565
|
pool_type: string;
|
|
566
|
+
pool_volume_24h_base: string | null;
|
|
567
|
+
pool_volume_24h_quote: string | null;
|
|
568
|
+
pool_volume_24h_swap_count: number | null;
|
|
569
|
+
pool_volume_last_updated: string | null;
|
|
473
570
|
base_token: {
|
|
474
571
|
token_address: string;
|
|
475
572
|
token_name: string;
|
|
@@ -497,6 +594,7 @@ export declare const rootContract: {
|
|
|
497
594
|
token_vesting_recipient_addresses: string[];
|
|
498
595
|
integrator_address: string;
|
|
499
596
|
};
|
|
597
|
+
pool_market_data?: unknown;
|
|
500
598
|
}>;
|
|
501
599
|
}, "strip", import("zod").ZodTypeAny, {
|
|
502
600
|
asset_address: `0x${string}`;
|
|
@@ -509,12 +607,10 @@ export declare const rootContract: {
|
|
|
509
607
|
pool_current_price: string;
|
|
510
608
|
pool_current_sqrt_price: string;
|
|
511
609
|
pool_current_fdv: string;
|
|
512
|
-
pool_current_fdv_usd: string | null;
|
|
513
610
|
pool_current_liquidity: string;
|
|
514
611
|
pool_current_tick: number;
|
|
515
612
|
pool_last_epoch: number;
|
|
516
613
|
pool_current_market_cap: string;
|
|
517
|
-
pool_current_market_cap_usd: string | null;
|
|
518
614
|
pool_current_fees_accrued: string;
|
|
519
615
|
pool_current_total_proceeds: string;
|
|
520
616
|
pool_current_total_tokens_sold: string;
|
|
@@ -529,6 +625,19 @@ export declare const rootContract: {
|
|
|
529
625
|
pool_config_ending_time: string;
|
|
530
626
|
pool_migration_timestamp: Date | null;
|
|
531
627
|
pool_type: string;
|
|
628
|
+
pool_volume_24h_base: string | null;
|
|
629
|
+
pool_volume_24h_quote: string | null;
|
|
630
|
+
pool_volume_24h_swap_count: number | null;
|
|
631
|
+
pool_volume_last_updated: string | null;
|
|
632
|
+
pool_market_data: {
|
|
633
|
+
pool_liquidity: string | null;
|
|
634
|
+
pool_market_cap: string | null;
|
|
635
|
+
pool_price: string | null;
|
|
636
|
+
pool_price_scale: string | null;
|
|
637
|
+
pool_price_change_24h: string | null;
|
|
638
|
+
pool_volume_change_24h: string | null;
|
|
639
|
+
pool_volume_usd_24h: string | null;
|
|
640
|
+
} | null;
|
|
532
641
|
base_token: {
|
|
533
642
|
token_address: `0x${string}`;
|
|
534
643
|
token_name: string;
|
|
@@ -559,14 +668,25 @@ export declare const rootContract: {
|
|
|
559
668
|
pool_current_price: string;
|
|
560
669
|
pool_current_sqrt_price: string;
|
|
561
670
|
pool_current_fdv: string;
|
|
562
|
-
pool_current_fdv_usd: string | null;
|
|
563
671
|
pool_current_liquidity: string;
|
|
564
672
|
pool_current_tick: number;
|
|
565
673
|
pool_current_market_cap: string;
|
|
566
|
-
pool_current_market_cap_usd: string | null;
|
|
567
674
|
pool_address: `0x${string}`;
|
|
568
675
|
pool_migration_timestamp: Date | null;
|
|
569
676
|
pool_type: string;
|
|
677
|
+
pool_volume_24h_base: string | null;
|
|
678
|
+
pool_volume_24h_quote: string | null;
|
|
679
|
+
pool_volume_24h_swap_count: number | null;
|
|
680
|
+
pool_volume_last_updated: string | null;
|
|
681
|
+
pool_market_data: {
|
|
682
|
+
pool_liquidity: string | null;
|
|
683
|
+
pool_market_cap: string | null;
|
|
684
|
+
pool_price: string | null;
|
|
685
|
+
pool_price_scale: string | null;
|
|
686
|
+
pool_price_change_24h: string | null;
|
|
687
|
+
pool_volume_change_24h: string | null;
|
|
688
|
+
pool_volume_usd_24h: string | null;
|
|
689
|
+
} | null;
|
|
570
690
|
base_token: {
|
|
571
691
|
token_address: `0x${string}`;
|
|
572
692
|
token_name: string;
|
|
@@ -604,12 +724,10 @@ export declare const rootContract: {
|
|
|
604
724
|
pool_current_price: string;
|
|
605
725
|
pool_current_sqrt_price: string;
|
|
606
726
|
pool_current_fdv: string;
|
|
607
|
-
pool_current_fdv_usd: string | null;
|
|
608
727
|
pool_current_liquidity: string;
|
|
609
728
|
pool_current_tick: number;
|
|
610
729
|
pool_last_epoch: number;
|
|
611
730
|
pool_current_market_cap: string;
|
|
612
|
-
pool_current_market_cap_usd: string | null;
|
|
613
731
|
pool_current_fees_accrued: string;
|
|
614
732
|
pool_current_total_proceeds: string;
|
|
615
733
|
pool_current_total_tokens_sold: string;
|
|
@@ -624,6 +742,10 @@ export declare const rootContract: {
|
|
|
624
742
|
pool_config_ending_time: string;
|
|
625
743
|
pool_migration_timestamp: Date | null;
|
|
626
744
|
pool_type: string;
|
|
745
|
+
pool_volume_24h_base: string | null;
|
|
746
|
+
pool_volume_24h_quote: string | null;
|
|
747
|
+
pool_volume_24h_swap_count: number | null;
|
|
748
|
+
pool_volume_last_updated: string | null;
|
|
627
749
|
base_token: {
|
|
628
750
|
token_address: string;
|
|
629
751
|
token_name: string;
|
|
@@ -650,19 +772,22 @@ export declare const rootContract: {
|
|
|
650
772
|
token_fee_receiver_address: string;
|
|
651
773
|
token_vesting_recipient_addresses: string[];
|
|
652
774
|
};
|
|
775
|
+
pool_market_data?: unknown;
|
|
653
776
|
};
|
|
654
777
|
graduation_pool: {
|
|
655
778
|
pool_current_price: string;
|
|
656
779
|
pool_current_sqrt_price: string;
|
|
657
780
|
pool_current_fdv: string;
|
|
658
|
-
pool_current_fdv_usd: string | null;
|
|
659
781
|
pool_current_liquidity: string;
|
|
660
782
|
pool_current_tick: number;
|
|
661
783
|
pool_current_market_cap: string;
|
|
662
|
-
pool_current_market_cap_usd: string | null;
|
|
663
784
|
pool_address: string;
|
|
664
785
|
pool_migration_timestamp: Date | null;
|
|
665
786
|
pool_type: string;
|
|
787
|
+
pool_volume_24h_base: string | null;
|
|
788
|
+
pool_volume_24h_quote: string | null;
|
|
789
|
+
pool_volume_24h_swap_count: number | null;
|
|
790
|
+
pool_volume_last_updated: string | null;
|
|
666
791
|
base_token: {
|
|
667
792
|
token_address: string;
|
|
668
793
|
token_name: string;
|
|
@@ -690,6 +815,7 @@ export declare const rootContract: {
|
|
|
690
815
|
token_vesting_recipient_addresses: string[];
|
|
691
816
|
integrator_address: string;
|
|
692
817
|
};
|
|
818
|
+
pool_market_data?: unknown;
|
|
693
819
|
};
|
|
694
820
|
asset_status?: import("..").AssetStatus | undefined;
|
|
695
821
|
}>, {
|
|
@@ -703,12 +829,10 @@ export declare const rootContract: {
|
|
|
703
829
|
pool_current_price: string;
|
|
704
830
|
pool_current_sqrt_price: string;
|
|
705
831
|
pool_current_fdv: string;
|
|
706
|
-
pool_current_fdv_usd: string | null;
|
|
707
832
|
pool_current_liquidity: string;
|
|
708
833
|
pool_current_tick: number;
|
|
709
834
|
pool_last_epoch: number;
|
|
710
835
|
pool_current_market_cap: string;
|
|
711
|
-
pool_current_market_cap_usd: string | null;
|
|
712
836
|
pool_current_fees_accrued: string;
|
|
713
837
|
pool_current_total_proceeds: string;
|
|
714
838
|
pool_current_total_tokens_sold: string;
|
|
@@ -723,6 +847,19 @@ export declare const rootContract: {
|
|
|
723
847
|
pool_config_ending_time: string;
|
|
724
848
|
pool_migration_timestamp: Date | null;
|
|
725
849
|
pool_type: string;
|
|
850
|
+
pool_volume_24h_base: string | null;
|
|
851
|
+
pool_volume_24h_quote: string | null;
|
|
852
|
+
pool_volume_24h_swap_count: number | null;
|
|
853
|
+
pool_volume_last_updated: string | null;
|
|
854
|
+
pool_market_data: {
|
|
855
|
+
pool_liquidity: string | null;
|
|
856
|
+
pool_market_cap: string | null;
|
|
857
|
+
pool_price: string | null;
|
|
858
|
+
pool_price_scale: string | null;
|
|
859
|
+
pool_price_change_24h: string | null;
|
|
860
|
+
pool_volume_change_24h: string | null;
|
|
861
|
+
pool_volume_usd_24h: string | null;
|
|
862
|
+
} | null;
|
|
726
863
|
base_token: {
|
|
727
864
|
token_address: `0x${string}`;
|
|
728
865
|
token_name: string;
|
|
@@ -753,14 +890,25 @@ export declare const rootContract: {
|
|
|
753
890
|
pool_current_price: string;
|
|
754
891
|
pool_current_sqrt_price: string;
|
|
755
892
|
pool_current_fdv: string;
|
|
756
|
-
pool_current_fdv_usd: string | null;
|
|
757
893
|
pool_current_liquidity: string;
|
|
758
894
|
pool_current_tick: number;
|
|
759
895
|
pool_current_market_cap: string;
|
|
760
|
-
pool_current_market_cap_usd: string | null;
|
|
761
896
|
pool_address: `0x${string}`;
|
|
762
897
|
pool_migration_timestamp: Date | null;
|
|
763
898
|
pool_type: string;
|
|
899
|
+
pool_volume_24h_base: string | null;
|
|
900
|
+
pool_volume_24h_quote: string | null;
|
|
901
|
+
pool_volume_24h_swap_count: number | null;
|
|
902
|
+
pool_volume_last_updated: string | null;
|
|
903
|
+
pool_market_data: {
|
|
904
|
+
pool_liquidity: string | null;
|
|
905
|
+
pool_market_cap: string | null;
|
|
906
|
+
pool_price: string | null;
|
|
907
|
+
pool_price_scale: string | null;
|
|
908
|
+
pool_price_change_24h: string | null;
|
|
909
|
+
pool_volume_change_24h: string | null;
|
|
910
|
+
pool_volume_usd_24h: string | null;
|
|
911
|
+
} | null;
|
|
764
912
|
base_token: {
|
|
765
913
|
token_address: `0x${string}`;
|
|
766
914
|
token_name: string;
|
|
@@ -798,12 +946,10 @@ export declare const rootContract: {
|
|
|
798
946
|
pool_current_price: string;
|
|
799
947
|
pool_current_sqrt_price: string;
|
|
800
948
|
pool_current_fdv: string;
|
|
801
|
-
pool_current_fdv_usd: string | null;
|
|
802
949
|
pool_current_liquidity: string;
|
|
803
950
|
pool_current_tick: number;
|
|
804
951
|
pool_last_epoch: number;
|
|
805
952
|
pool_current_market_cap: string;
|
|
806
|
-
pool_current_market_cap_usd: string | null;
|
|
807
953
|
pool_current_fees_accrued: string;
|
|
808
954
|
pool_current_total_proceeds: string;
|
|
809
955
|
pool_current_total_tokens_sold: string;
|
|
@@ -818,6 +964,10 @@ export declare const rootContract: {
|
|
|
818
964
|
pool_config_ending_time: string;
|
|
819
965
|
pool_migration_timestamp: Date | null;
|
|
820
966
|
pool_type: string;
|
|
967
|
+
pool_volume_24h_base: string | null;
|
|
968
|
+
pool_volume_24h_quote: string | null;
|
|
969
|
+
pool_volume_24h_swap_count: number | null;
|
|
970
|
+
pool_volume_last_updated: string | null;
|
|
821
971
|
base_token: {
|
|
822
972
|
token_address: string;
|
|
823
973
|
token_name: string;
|
|
@@ -844,19 +994,22 @@ export declare const rootContract: {
|
|
|
844
994
|
token_fee_receiver_address: string;
|
|
845
995
|
token_vesting_recipient_addresses: string[];
|
|
846
996
|
};
|
|
997
|
+
pool_market_data?: unknown;
|
|
847
998
|
};
|
|
848
999
|
graduation_pool: {
|
|
849
1000
|
pool_current_price: string;
|
|
850
1001
|
pool_current_sqrt_price: string;
|
|
851
1002
|
pool_current_fdv: string;
|
|
852
|
-
pool_current_fdv_usd: string | null;
|
|
853
1003
|
pool_current_liquidity: string;
|
|
854
1004
|
pool_current_tick: number;
|
|
855
1005
|
pool_current_market_cap: string;
|
|
856
|
-
pool_current_market_cap_usd: string | null;
|
|
857
1006
|
pool_address: string;
|
|
858
1007
|
pool_migration_timestamp: Date | null;
|
|
859
1008
|
pool_type: string;
|
|
1009
|
+
pool_volume_24h_base: string | null;
|
|
1010
|
+
pool_volume_24h_quote: string | null;
|
|
1011
|
+
pool_volume_24h_swap_count: number | null;
|
|
1012
|
+
pool_volume_last_updated: string | null;
|
|
860
1013
|
base_token: {
|
|
861
1014
|
token_address: string;
|
|
862
1015
|
token_name: string;
|
|
@@ -884,6 +1037,7 @@ export declare const rootContract: {
|
|
|
884
1037
|
token_vesting_recipient_addresses: string[];
|
|
885
1038
|
integrator_address: string;
|
|
886
1039
|
};
|
|
1040
|
+
pool_market_data?: unknown;
|
|
887
1041
|
};
|
|
888
1042
|
asset_status?: import("..").AssetStatus | undefined;
|
|
889
1043
|
}>, "many">;
|
|
@@ -899,12 +1053,10 @@ export declare const rootContract: {
|
|
|
899
1053
|
pool_current_price: string;
|
|
900
1054
|
pool_current_sqrt_price: string;
|
|
901
1055
|
pool_current_fdv: string;
|
|
902
|
-
pool_current_fdv_usd: string | null;
|
|
903
1056
|
pool_current_liquidity: string;
|
|
904
1057
|
pool_current_tick: number;
|
|
905
1058
|
pool_last_epoch: number;
|
|
906
1059
|
pool_current_market_cap: string;
|
|
907
|
-
pool_current_market_cap_usd: string | null;
|
|
908
1060
|
pool_current_fees_accrued: string;
|
|
909
1061
|
pool_current_total_proceeds: string;
|
|
910
1062
|
pool_current_total_tokens_sold: string;
|
|
@@ -919,6 +1071,19 @@ export declare const rootContract: {
|
|
|
919
1071
|
pool_config_ending_time: string;
|
|
920
1072
|
pool_migration_timestamp: Date | null;
|
|
921
1073
|
pool_type: string;
|
|
1074
|
+
pool_volume_24h_base: string | null;
|
|
1075
|
+
pool_volume_24h_quote: string | null;
|
|
1076
|
+
pool_volume_24h_swap_count: number | null;
|
|
1077
|
+
pool_volume_last_updated: string | null;
|
|
1078
|
+
pool_market_data: {
|
|
1079
|
+
pool_liquidity: string | null;
|
|
1080
|
+
pool_market_cap: string | null;
|
|
1081
|
+
pool_price: string | null;
|
|
1082
|
+
pool_price_scale: string | null;
|
|
1083
|
+
pool_price_change_24h: string | null;
|
|
1084
|
+
pool_volume_change_24h: string | null;
|
|
1085
|
+
pool_volume_usd_24h: string | null;
|
|
1086
|
+
} | null;
|
|
922
1087
|
base_token: {
|
|
923
1088
|
token_address: `0x${string}`;
|
|
924
1089
|
token_name: string;
|
|
@@ -949,14 +1114,25 @@ export declare const rootContract: {
|
|
|
949
1114
|
pool_current_price: string;
|
|
950
1115
|
pool_current_sqrt_price: string;
|
|
951
1116
|
pool_current_fdv: string;
|
|
952
|
-
pool_current_fdv_usd: string | null;
|
|
953
1117
|
pool_current_liquidity: string;
|
|
954
1118
|
pool_current_tick: number;
|
|
955
1119
|
pool_current_market_cap: string;
|
|
956
|
-
pool_current_market_cap_usd: string | null;
|
|
957
1120
|
pool_address: `0x${string}`;
|
|
958
1121
|
pool_migration_timestamp: Date | null;
|
|
959
1122
|
pool_type: string;
|
|
1123
|
+
pool_volume_24h_base: string | null;
|
|
1124
|
+
pool_volume_24h_quote: string | null;
|
|
1125
|
+
pool_volume_24h_swap_count: number | null;
|
|
1126
|
+
pool_volume_last_updated: string | null;
|
|
1127
|
+
pool_market_data: {
|
|
1128
|
+
pool_liquidity: string | null;
|
|
1129
|
+
pool_market_cap: string | null;
|
|
1130
|
+
pool_price: string | null;
|
|
1131
|
+
pool_price_scale: string | null;
|
|
1132
|
+
pool_price_change_24h: string | null;
|
|
1133
|
+
pool_volume_change_24h: string | null;
|
|
1134
|
+
pool_volume_usd_24h: string | null;
|
|
1135
|
+
} | null;
|
|
960
1136
|
base_token: {
|
|
961
1137
|
token_address: `0x${string}`;
|
|
962
1138
|
token_name: string;
|
|
@@ -996,12 +1172,10 @@ export declare const rootContract: {
|
|
|
996
1172
|
pool_current_price: string;
|
|
997
1173
|
pool_current_sqrt_price: string;
|
|
998
1174
|
pool_current_fdv: string;
|
|
999
|
-
pool_current_fdv_usd: string | null;
|
|
1000
1175
|
pool_current_liquidity: string;
|
|
1001
1176
|
pool_current_tick: number;
|
|
1002
1177
|
pool_last_epoch: number;
|
|
1003
1178
|
pool_current_market_cap: string;
|
|
1004
|
-
pool_current_market_cap_usd: string | null;
|
|
1005
1179
|
pool_current_fees_accrued: string;
|
|
1006
1180
|
pool_current_total_proceeds: string;
|
|
1007
1181
|
pool_current_total_tokens_sold: string;
|
|
@@ -1016,6 +1190,10 @@ export declare const rootContract: {
|
|
|
1016
1190
|
pool_config_ending_time: string;
|
|
1017
1191
|
pool_migration_timestamp: Date | null;
|
|
1018
1192
|
pool_type: string;
|
|
1193
|
+
pool_volume_24h_base: string | null;
|
|
1194
|
+
pool_volume_24h_quote: string | null;
|
|
1195
|
+
pool_volume_24h_swap_count: number | null;
|
|
1196
|
+
pool_volume_last_updated: string | null;
|
|
1019
1197
|
base_token: {
|
|
1020
1198
|
token_address: string;
|
|
1021
1199
|
token_name: string;
|
|
@@ -1042,19 +1220,22 @@ export declare const rootContract: {
|
|
|
1042
1220
|
token_fee_receiver_address: string;
|
|
1043
1221
|
token_vesting_recipient_addresses: string[];
|
|
1044
1222
|
};
|
|
1223
|
+
pool_market_data?: unknown;
|
|
1045
1224
|
};
|
|
1046
1225
|
graduation_pool: {
|
|
1047
1226
|
pool_current_price: string;
|
|
1048
1227
|
pool_current_sqrt_price: string;
|
|
1049
1228
|
pool_current_fdv: string;
|
|
1050
|
-
pool_current_fdv_usd: string | null;
|
|
1051
1229
|
pool_current_liquidity: string;
|
|
1052
1230
|
pool_current_tick: number;
|
|
1053
1231
|
pool_current_market_cap: string;
|
|
1054
|
-
pool_current_market_cap_usd: string | null;
|
|
1055
1232
|
pool_address: string;
|
|
1056
1233
|
pool_migration_timestamp: Date | null;
|
|
1057
1234
|
pool_type: string;
|
|
1235
|
+
pool_volume_24h_base: string | null;
|
|
1236
|
+
pool_volume_24h_quote: string | null;
|
|
1237
|
+
pool_volume_24h_swap_count: number | null;
|
|
1238
|
+
pool_volume_last_updated: string | null;
|
|
1058
1239
|
base_token: {
|
|
1059
1240
|
token_address: string;
|
|
1060
1241
|
token_name: string;
|
|
@@ -1082,6 +1263,7 @@ export declare const rootContract: {
|
|
|
1082
1263
|
token_vesting_recipient_addresses: string[];
|
|
1083
1264
|
integrator_address: string;
|
|
1084
1265
|
};
|
|
1266
|
+
pool_market_data?: unknown;
|
|
1085
1267
|
};
|
|
1086
1268
|
asset_status?: import("..").AssetStatus | undefined;
|
|
1087
1269
|
}[];
|
|
@@ -1108,8 +1290,8 @@ export declare const rootContract: {
|
|
|
1108
1290
|
responses: {
|
|
1109
1291
|
200: import("zod").ZodObject<{
|
|
1110
1292
|
result: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodObject<{
|
|
1111
|
-
asset_address: import("zod").ZodPipeline<import("zod").ZodString, import("zod").
|
|
1112
|
-
asset_numeraire_address: import("zod").
|
|
1293
|
+
asset_address: import("zod").ZodPipeline<import("zod").ZodString, import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>;
|
|
1294
|
+
asset_numeraire_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
1113
1295
|
asset_creation_timestamp: import("zod").ZodDate;
|
|
1114
1296
|
asset_current_pool: import("zod").ZodString;
|
|
1115
1297
|
asset_migration_timestamp: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
@@ -1118,12 +1300,10 @@ export declare const rootContract: {
|
|
|
1118
1300
|
pool_current_price: import("zod").ZodString;
|
|
1119
1301
|
pool_current_sqrt_price: import("zod").ZodString;
|
|
1120
1302
|
pool_current_fdv: import("zod").ZodString;
|
|
1121
|
-
pool_current_fdv_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1122
1303
|
pool_current_liquidity: import("zod").ZodString;
|
|
1123
1304
|
pool_current_tick: import("zod").ZodNumber;
|
|
1124
1305
|
pool_last_epoch: import("zod").ZodNumber;
|
|
1125
1306
|
pool_current_market_cap: import("zod").ZodString;
|
|
1126
|
-
pool_current_market_cap_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1127
1307
|
pool_current_fees_accrued: import("zod").ZodString;
|
|
1128
1308
|
pool_current_total_proceeds: import("zod").ZodString;
|
|
1129
1309
|
pool_current_total_tokens_sold: import("zod").ZodString;
|
|
@@ -1133,13 +1313,50 @@ export declare const rootContract: {
|
|
|
1133
1313
|
pool_config_min_proceeds: import("zod").ZodString;
|
|
1134
1314
|
pool_config_num_tokens_to_sell: import("zod").ZodString;
|
|
1135
1315
|
pool_id: import("zod").ZodString;
|
|
1136
|
-
pool_address: import("zod").
|
|
1316
|
+
pool_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
1137
1317
|
pool_config_starting_time: import("zod").ZodString;
|
|
1138
1318
|
pool_config_ending_time: import("zod").ZodString;
|
|
1139
1319
|
pool_migration_timestamp: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
1140
1320
|
pool_type: import("zod").ZodString;
|
|
1321
|
+
pool_volume_24h_base: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1322
|
+
pool_volume_24h_quote: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1323
|
+
pool_volume_24h_swap_count: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
1324
|
+
pool_volume_last_updated: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1325
|
+
pool_market_data: import("zod").ZodEffects<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
1326
|
+
pool_liquidity: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1327
|
+
pool_market_cap: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1328
|
+
pool_price: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1329
|
+
pool_price_scale: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1330
|
+
pool_price_change_24h: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1331
|
+
pool_volume_change_24h: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1332
|
+
pool_volume_usd_24h: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1333
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1334
|
+
pool_liquidity: string | null;
|
|
1335
|
+
pool_market_cap: string | null;
|
|
1336
|
+
pool_price: string | null;
|
|
1337
|
+
pool_price_scale: string | null;
|
|
1338
|
+
pool_price_change_24h: string | null;
|
|
1339
|
+
pool_volume_change_24h: string | null;
|
|
1340
|
+
pool_volume_usd_24h: string | null;
|
|
1341
|
+
}, {
|
|
1342
|
+
pool_liquidity: string | null;
|
|
1343
|
+
pool_market_cap: string | null;
|
|
1344
|
+
pool_price: string | null;
|
|
1345
|
+
pool_price_scale: string | null;
|
|
1346
|
+
pool_price_change_24h: string | null;
|
|
1347
|
+
pool_volume_change_24h: string | null;
|
|
1348
|
+
pool_volume_usd_24h: string | null;
|
|
1349
|
+
}>>, {
|
|
1350
|
+
pool_liquidity: string | null;
|
|
1351
|
+
pool_market_cap: string | null;
|
|
1352
|
+
pool_price: string | null;
|
|
1353
|
+
pool_price_scale: string | null;
|
|
1354
|
+
pool_price_change_24h: string | null;
|
|
1355
|
+
pool_volume_change_24h: string | null;
|
|
1356
|
+
pool_volume_usd_24h: string | null;
|
|
1357
|
+
} | null, unknown>;
|
|
1141
1358
|
base_token: import("zod").ZodObject<{
|
|
1142
|
-
token_address: import("zod").
|
|
1359
|
+
token_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
1143
1360
|
token_name: import("zod").ZodString;
|
|
1144
1361
|
token_description: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1145
1362
|
token_symbol: import("zod").ZodString;
|
|
@@ -1208,9 +1425,9 @@ export declare const rootContract: {
|
|
|
1208
1425
|
}[] | undefined;
|
|
1209
1426
|
}>>;
|
|
1210
1427
|
token_image_public_url: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1211
|
-
token_creator_address: import("zod").
|
|
1212
|
-
token_fee_receiver_address: import("zod").
|
|
1213
|
-
token_vesting_recipient_addresses: import("zod").ZodArray<import("zod").
|
|
1428
|
+
token_creator_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
1429
|
+
token_fee_receiver_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
1430
|
+
token_vesting_recipient_addresses: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, "many">;
|
|
1214
1431
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1215
1432
|
token_address: `0x${string}`;
|
|
1216
1433
|
token_name: string;
|
|
@@ -1265,12 +1482,10 @@ export declare const rootContract: {
|
|
|
1265
1482
|
pool_current_price: string;
|
|
1266
1483
|
pool_current_sqrt_price: string;
|
|
1267
1484
|
pool_current_fdv: string;
|
|
1268
|
-
pool_current_fdv_usd: string | null;
|
|
1269
1485
|
pool_current_liquidity: string;
|
|
1270
1486
|
pool_current_tick: number;
|
|
1271
1487
|
pool_last_epoch: number;
|
|
1272
1488
|
pool_current_market_cap: string;
|
|
1273
|
-
pool_current_market_cap_usd: string | null;
|
|
1274
1489
|
pool_current_fees_accrued: string;
|
|
1275
1490
|
pool_current_total_proceeds: string;
|
|
1276
1491
|
pool_current_total_tokens_sold: string;
|
|
@@ -1285,6 +1500,19 @@ export declare const rootContract: {
|
|
|
1285
1500
|
pool_config_ending_time: string;
|
|
1286
1501
|
pool_migration_timestamp: Date | null;
|
|
1287
1502
|
pool_type: string;
|
|
1503
|
+
pool_volume_24h_base: string | null;
|
|
1504
|
+
pool_volume_24h_quote: string | null;
|
|
1505
|
+
pool_volume_24h_swap_count: number | null;
|
|
1506
|
+
pool_volume_last_updated: string | null;
|
|
1507
|
+
pool_market_data: {
|
|
1508
|
+
pool_liquidity: string | null;
|
|
1509
|
+
pool_market_cap: string | null;
|
|
1510
|
+
pool_price: string | null;
|
|
1511
|
+
pool_price_scale: string | null;
|
|
1512
|
+
pool_price_change_24h: string | null;
|
|
1513
|
+
pool_volume_change_24h: string | null;
|
|
1514
|
+
pool_volume_usd_24h: string | null;
|
|
1515
|
+
} | null;
|
|
1288
1516
|
base_token: {
|
|
1289
1517
|
token_address: `0x${string}`;
|
|
1290
1518
|
token_name: string;
|
|
@@ -1314,12 +1542,10 @@ export declare const rootContract: {
|
|
|
1314
1542
|
pool_current_price: string;
|
|
1315
1543
|
pool_current_sqrt_price: string;
|
|
1316
1544
|
pool_current_fdv: string;
|
|
1317
|
-
pool_current_fdv_usd: string | null;
|
|
1318
1545
|
pool_current_liquidity: string;
|
|
1319
1546
|
pool_current_tick: number;
|
|
1320
1547
|
pool_last_epoch: number;
|
|
1321
1548
|
pool_current_market_cap: string;
|
|
1322
|
-
pool_current_market_cap_usd: string | null;
|
|
1323
1549
|
pool_current_fees_accrued: string;
|
|
1324
1550
|
pool_current_total_proceeds: string;
|
|
1325
1551
|
pool_current_total_tokens_sold: string;
|
|
@@ -1334,6 +1560,10 @@ export declare const rootContract: {
|
|
|
1334
1560
|
pool_config_ending_time: string;
|
|
1335
1561
|
pool_migration_timestamp: Date | null;
|
|
1336
1562
|
pool_type: string;
|
|
1563
|
+
pool_volume_24h_base: string | null;
|
|
1564
|
+
pool_volume_24h_quote: string | null;
|
|
1565
|
+
pool_volume_24h_swap_count: number | null;
|
|
1566
|
+
pool_volume_last_updated: string | null;
|
|
1337
1567
|
base_token: {
|
|
1338
1568
|
token_address: string;
|
|
1339
1569
|
token_name: string;
|
|
@@ -1360,21 +1590,57 @@ export declare const rootContract: {
|
|
|
1360
1590
|
token_fee_receiver_address: string;
|
|
1361
1591
|
token_vesting_recipient_addresses: string[];
|
|
1362
1592
|
};
|
|
1593
|
+
pool_market_data?: unknown;
|
|
1363
1594
|
}>;
|
|
1364
1595
|
graduation_pool: import("zod").ZodObject<{
|
|
1365
1596
|
pool_current_price: import("zod").ZodString;
|
|
1366
1597
|
pool_current_sqrt_price: import("zod").ZodString;
|
|
1367
1598
|
pool_current_fdv: import("zod").ZodString;
|
|
1368
|
-
pool_current_fdv_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1369
1599
|
pool_current_liquidity: import("zod").ZodString;
|
|
1370
1600
|
pool_current_tick: import("zod").ZodNumber;
|
|
1371
1601
|
pool_current_market_cap: import("zod").ZodString;
|
|
1372
|
-
|
|
1373
|
-
pool_address: import("zod").ZodPipeline<import("zod").ZodString, import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>;
|
|
1602
|
+
pool_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
1374
1603
|
pool_migration_timestamp: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
1375
1604
|
pool_type: import("zod").ZodString;
|
|
1605
|
+
pool_volume_24h_base: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1606
|
+
pool_volume_24h_quote: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1607
|
+
pool_volume_24h_swap_count: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
1608
|
+
pool_volume_last_updated: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1609
|
+
pool_market_data: import("zod").ZodEffects<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
1610
|
+
pool_liquidity: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1611
|
+
pool_market_cap: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1612
|
+
pool_price: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1613
|
+
pool_price_scale: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1614
|
+
pool_price_change_24h: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1615
|
+
pool_volume_change_24h: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1616
|
+
pool_volume_usd_24h: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1617
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1618
|
+
pool_liquidity: string | null;
|
|
1619
|
+
pool_market_cap: string | null;
|
|
1620
|
+
pool_price: string | null;
|
|
1621
|
+
pool_price_scale: string | null;
|
|
1622
|
+
pool_price_change_24h: string | null;
|
|
1623
|
+
pool_volume_change_24h: string | null;
|
|
1624
|
+
pool_volume_usd_24h: string | null;
|
|
1625
|
+
}, {
|
|
1626
|
+
pool_liquidity: string | null;
|
|
1627
|
+
pool_market_cap: string | null;
|
|
1628
|
+
pool_price: string | null;
|
|
1629
|
+
pool_price_scale: string | null;
|
|
1630
|
+
pool_price_change_24h: string | null;
|
|
1631
|
+
pool_volume_change_24h: string | null;
|
|
1632
|
+
pool_volume_usd_24h: string | null;
|
|
1633
|
+
}>>, {
|
|
1634
|
+
pool_liquidity: string | null;
|
|
1635
|
+
pool_market_cap: string | null;
|
|
1636
|
+
pool_price: string | null;
|
|
1637
|
+
pool_price_scale: string | null;
|
|
1638
|
+
pool_price_change_24h: string | null;
|
|
1639
|
+
pool_volume_change_24h: string | null;
|
|
1640
|
+
pool_volume_usd_24h: string | null;
|
|
1641
|
+
} | null, unknown>;
|
|
1376
1642
|
base_token: import("zod").ZodObject<{
|
|
1377
|
-
token_address: import("zod").
|
|
1643
|
+
token_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
1378
1644
|
token_name: import("zod").ZodString;
|
|
1379
1645
|
token_description: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1380
1646
|
token_symbol: import("zod").ZodString;
|
|
@@ -1443,9 +1709,9 @@ export declare const rootContract: {
|
|
|
1443
1709
|
}[] | undefined;
|
|
1444
1710
|
}>>;
|
|
1445
1711
|
token_image_public_url: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1446
|
-
token_creator_address: import("zod").
|
|
1447
|
-
token_fee_receiver_address: import("zod").
|
|
1448
|
-
token_vesting_recipient_addresses: import("zod").ZodArray<import("zod").
|
|
1712
|
+
token_creator_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
1713
|
+
token_fee_receiver_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
1714
|
+
token_vesting_recipient_addresses: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, "many">;
|
|
1449
1715
|
integrator_address: import("zod").ZodString;
|
|
1450
1716
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1451
1717
|
token_address: `0x${string}`;
|
|
@@ -1503,14 +1769,25 @@ export declare const rootContract: {
|
|
|
1503
1769
|
pool_current_price: string;
|
|
1504
1770
|
pool_current_sqrt_price: string;
|
|
1505
1771
|
pool_current_fdv: string;
|
|
1506
|
-
pool_current_fdv_usd: string | null;
|
|
1507
1772
|
pool_current_liquidity: string;
|
|
1508
1773
|
pool_current_tick: number;
|
|
1509
1774
|
pool_current_market_cap: string;
|
|
1510
|
-
pool_current_market_cap_usd: string | null;
|
|
1511
1775
|
pool_address: `0x${string}`;
|
|
1512
1776
|
pool_migration_timestamp: Date | null;
|
|
1513
1777
|
pool_type: string;
|
|
1778
|
+
pool_volume_24h_base: string | null;
|
|
1779
|
+
pool_volume_24h_quote: string | null;
|
|
1780
|
+
pool_volume_24h_swap_count: number | null;
|
|
1781
|
+
pool_volume_last_updated: string | null;
|
|
1782
|
+
pool_market_data: {
|
|
1783
|
+
pool_liquidity: string | null;
|
|
1784
|
+
pool_market_cap: string | null;
|
|
1785
|
+
pool_price: string | null;
|
|
1786
|
+
pool_price_scale: string | null;
|
|
1787
|
+
pool_price_change_24h: string | null;
|
|
1788
|
+
pool_volume_change_24h: string | null;
|
|
1789
|
+
pool_volume_usd_24h: string | null;
|
|
1790
|
+
} | null;
|
|
1514
1791
|
base_token: {
|
|
1515
1792
|
token_address: `0x${string}`;
|
|
1516
1793
|
token_name: string;
|
|
@@ -1541,14 +1818,16 @@ export declare const rootContract: {
|
|
|
1541
1818
|
pool_current_price: string;
|
|
1542
1819
|
pool_current_sqrt_price: string;
|
|
1543
1820
|
pool_current_fdv: string;
|
|
1544
|
-
pool_current_fdv_usd: string | null;
|
|
1545
1821
|
pool_current_liquidity: string;
|
|
1546
1822
|
pool_current_tick: number;
|
|
1547
1823
|
pool_current_market_cap: string;
|
|
1548
|
-
pool_current_market_cap_usd: string | null;
|
|
1549
1824
|
pool_address: string;
|
|
1550
1825
|
pool_migration_timestamp: Date | null;
|
|
1551
1826
|
pool_type: string;
|
|
1827
|
+
pool_volume_24h_base: string | null;
|
|
1828
|
+
pool_volume_24h_quote: string | null;
|
|
1829
|
+
pool_volume_24h_swap_count: number | null;
|
|
1830
|
+
pool_volume_last_updated: string | null;
|
|
1552
1831
|
base_token: {
|
|
1553
1832
|
token_address: string;
|
|
1554
1833
|
token_name: string;
|
|
@@ -1576,6 +1855,7 @@ export declare const rootContract: {
|
|
|
1576
1855
|
token_vesting_recipient_addresses: string[];
|
|
1577
1856
|
integrator_address: string;
|
|
1578
1857
|
};
|
|
1858
|
+
pool_market_data?: unknown;
|
|
1579
1859
|
}>;
|
|
1580
1860
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1581
1861
|
asset_address: `0x${string}`;
|
|
@@ -1588,12 +1868,10 @@ export declare const rootContract: {
|
|
|
1588
1868
|
pool_current_price: string;
|
|
1589
1869
|
pool_current_sqrt_price: string;
|
|
1590
1870
|
pool_current_fdv: string;
|
|
1591
|
-
pool_current_fdv_usd: string | null;
|
|
1592
1871
|
pool_current_liquidity: string;
|
|
1593
1872
|
pool_current_tick: number;
|
|
1594
1873
|
pool_last_epoch: number;
|
|
1595
1874
|
pool_current_market_cap: string;
|
|
1596
|
-
pool_current_market_cap_usd: string | null;
|
|
1597
1875
|
pool_current_fees_accrued: string;
|
|
1598
1876
|
pool_current_total_proceeds: string;
|
|
1599
1877
|
pool_current_total_tokens_sold: string;
|
|
@@ -1608,6 +1886,19 @@ export declare const rootContract: {
|
|
|
1608
1886
|
pool_config_ending_time: string;
|
|
1609
1887
|
pool_migration_timestamp: Date | null;
|
|
1610
1888
|
pool_type: string;
|
|
1889
|
+
pool_volume_24h_base: string | null;
|
|
1890
|
+
pool_volume_24h_quote: string | null;
|
|
1891
|
+
pool_volume_24h_swap_count: number | null;
|
|
1892
|
+
pool_volume_last_updated: string | null;
|
|
1893
|
+
pool_market_data: {
|
|
1894
|
+
pool_liquidity: string | null;
|
|
1895
|
+
pool_market_cap: string | null;
|
|
1896
|
+
pool_price: string | null;
|
|
1897
|
+
pool_price_scale: string | null;
|
|
1898
|
+
pool_price_change_24h: string | null;
|
|
1899
|
+
pool_volume_change_24h: string | null;
|
|
1900
|
+
pool_volume_usd_24h: string | null;
|
|
1901
|
+
} | null;
|
|
1611
1902
|
base_token: {
|
|
1612
1903
|
token_address: `0x${string}`;
|
|
1613
1904
|
token_name: string;
|
|
@@ -1638,14 +1929,25 @@ export declare const rootContract: {
|
|
|
1638
1929
|
pool_current_price: string;
|
|
1639
1930
|
pool_current_sqrt_price: string;
|
|
1640
1931
|
pool_current_fdv: string;
|
|
1641
|
-
pool_current_fdv_usd: string | null;
|
|
1642
1932
|
pool_current_liquidity: string;
|
|
1643
1933
|
pool_current_tick: number;
|
|
1644
1934
|
pool_current_market_cap: string;
|
|
1645
|
-
pool_current_market_cap_usd: string | null;
|
|
1646
1935
|
pool_address: `0x${string}`;
|
|
1647
1936
|
pool_migration_timestamp: Date | null;
|
|
1648
1937
|
pool_type: string;
|
|
1938
|
+
pool_volume_24h_base: string | null;
|
|
1939
|
+
pool_volume_24h_quote: string | null;
|
|
1940
|
+
pool_volume_24h_swap_count: number | null;
|
|
1941
|
+
pool_volume_last_updated: string | null;
|
|
1942
|
+
pool_market_data: {
|
|
1943
|
+
pool_liquidity: string | null;
|
|
1944
|
+
pool_market_cap: string | null;
|
|
1945
|
+
pool_price: string | null;
|
|
1946
|
+
pool_price_scale: string | null;
|
|
1947
|
+
pool_price_change_24h: string | null;
|
|
1948
|
+
pool_volume_change_24h: string | null;
|
|
1949
|
+
pool_volume_usd_24h: string | null;
|
|
1950
|
+
} | null;
|
|
1649
1951
|
base_token: {
|
|
1650
1952
|
token_address: `0x${string}`;
|
|
1651
1953
|
token_name: string;
|
|
@@ -1683,12 +1985,10 @@ export declare const rootContract: {
|
|
|
1683
1985
|
pool_current_price: string;
|
|
1684
1986
|
pool_current_sqrt_price: string;
|
|
1685
1987
|
pool_current_fdv: string;
|
|
1686
|
-
pool_current_fdv_usd: string | null;
|
|
1687
1988
|
pool_current_liquidity: string;
|
|
1688
1989
|
pool_current_tick: number;
|
|
1689
1990
|
pool_last_epoch: number;
|
|
1690
1991
|
pool_current_market_cap: string;
|
|
1691
|
-
pool_current_market_cap_usd: string | null;
|
|
1692
1992
|
pool_current_fees_accrued: string;
|
|
1693
1993
|
pool_current_total_proceeds: string;
|
|
1694
1994
|
pool_current_total_tokens_sold: string;
|
|
@@ -1703,6 +2003,10 @@ export declare const rootContract: {
|
|
|
1703
2003
|
pool_config_ending_time: string;
|
|
1704
2004
|
pool_migration_timestamp: Date | null;
|
|
1705
2005
|
pool_type: string;
|
|
2006
|
+
pool_volume_24h_base: string | null;
|
|
2007
|
+
pool_volume_24h_quote: string | null;
|
|
2008
|
+
pool_volume_24h_swap_count: number | null;
|
|
2009
|
+
pool_volume_last_updated: string | null;
|
|
1706
2010
|
base_token: {
|
|
1707
2011
|
token_address: string;
|
|
1708
2012
|
token_name: string;
|
|
@@ -1729,19 +2033,22 @@ export declare const rootContract: {
|
|
|
1729
2033
|
token_fee_receiver_address: string;
|
|
1730
2034
|
token_vesting_recipient_addresses: string[];
|
|
1731
2035
|
};
|
|
2036
|
+
pool_market_data?: unknown;
|
|
1732
2037
|
};
|
|
1733
2038
|
graduation_pool: {
|
|
1734
2039
|
pool_current_price: string;
|
|
1735
2040
|
pool_current_sqrt_price: string;
|
|
1736
2041
|
pool_current_fdv: string;
|
|
1737
|
-
pool_current_fdv_usd: string | null;
|
|
1738
2042
|
pool_current_liquidity: string;
|
|
1739
2043
|
pool_current_tick: number;
|
|
1740
2044
|
pool_current_market_cap: string;
|
|
1741
|
-
pool_current_market_cap_usd: string | null;
|
|
1742
2045
|
pool_address: string;
|
|
1743
2046
|
pool_migration_timestamp: Date | null;
|
|
1744
2047
|
pool_type: string;
|
|
2048
|
+
pool_volume_24h_base: string | null;
|
|
2049
|
+
pool_volume_24h_quote: string | null;
|
|
2050
|
+
pool_volume_24h_swap_count: number | null;
|
|
2051
|
+
pool_volume_last_updated: string | null;
|
|
1745
2052
|
base_token: {
|
|
1746
2053
|
token_address: string;
|
|
1747
2054
|
token_name: string;
|
|
@@ -1769,6 +2076,7 @@ export declare const rootContract: {
|
|
|
1769
2076
|
token_vesting_recipient_addresses: string[];
|
|
1770
2077
|
integrator_address: string;
|
|
1771
2078
|
};
|
|
2079
|
+
pool_market_data?: unknown;
|
|
1772
2080
|
};
|
|
1773
2081
|
asset_status?: import("..").AssetStatus | undefined;
|
|
1774
2082
|
}>, {
|
|
@@ -1782,12 +2090,10 @@ export declare const rootContract: {
|
|
|
1782
2090
|
pool_current_price: string;
|
|
1783
2091
|
pool_current_sqrt_price: string;
|
|
1784
2092
|
pool_current_fdv: string;
|
|
1785
|
-
pool_current_fdv_usd: string | null;
|
|
1786
2093
|
pool_current_liquidity: string;
|
|
1787
2094
|
pool_current_tick: number;
|
|
1788
2095
|
pool_last_epoch: number;
|
|
1789
2096
|
pool_current_market_cap: string;
|
|
1790
|
-
pool_current_market_cap_usd: string | null;
|
|
1791
2097
|
pool_current_fees_accrued: string;
|
|
1792
2098
|
pool_current_total_proceeds: string;
|
|
1793
2099
|
pool_current_total_tokens_sold: string;
|
|
@@ -1802,6 +2108,19 @@ export declare const rootContract: {
|
|
|
1802
2108
|
pool_config_ending_time: string;
|
|
1803
2109
|
pool_migration_timestamp: Date | null;
|
|
1804
2110
|
pool_type: string;
|
|
2111
|
+
pool_volume_24h_base: string | null;
|
|
2112
|
+
pool_volume_24h_quote: string | null;
|
|
2113
|
+
pool_volume_24h_swap_count: number | null;
|
|
2114
|
+
pool_volume_last_updated: string | null;
|
|
2115
|
+
pool_market_data: {
|
|
2116
|
+
pool_liquidity: string | null;
|
|
2117
|
+
pool_market_cap: string | null;
|
|
2118
|
+
pool_price: string | null;
|
|
2119
|
+
pool_price_scale: string | null;
|
|
2120
|
+
pool_price_change_24h: string | null;
|
|
2121
|
+
pool_volume_change_24h: string | null;
|
|
2122
|
+
pool_volume_usd_24h: string | null;
|
|
2123
|
+
} | null;
|
|
1805
2124
|
base_token: {
|
|
1806
2125
|
token_address: `0x${string}`;
|
|
1807
2126
|
token_name: string;
|
|
@@ -1832,14 +2151,25 @@ export declare const rootContract: {
|
|
|
1832
2151
|
pool_current_price: string;
|
|
1833
2152
|
pool_current_sqrt_price: string;
|
|
1834
2153
|
pool_current_fdv: string;
|
|
1835
|
-
pool_current_fdv_usd: string | null;
|
|
1836
2154
|
pool_current_liquidity: string;
|
|
1837
2155
|
pool_current_tick: number;
|
|
1838
2156
|
pool_current_market_cap: string;
|
|
1839
|
-
pool_current_market_cap_usd: string | null;
|
|
1840
2157
|
pool_address: `0x${string}`;
|
|
1841
2158
|
pool_migration_timestamp: Date | null;
|
|
1842
2159
|
pool_type: string;
|
|
2160
|
+
pool_volume_24h_base: string | null;
|
|
2161
|
+
pool_volume_24h_quote: string | null;
|
|
2162
|
+
pool_volume_24h_swap_count: number | null;
|
|
2163
|
+
pool_volume_last_updated: string | null;
|
|
2164
|
+
pool_market_data: {
|
|
2165
|
+
pool_liquidity: string | null;
|
|
2166
|
+
pool_market_cap: string | null;
|
|
2167
|
+
pool_price: string | null;
|
|
2168
|
+
pool_price_scale: string | null;
|
|
2169
|
+
pool_price_change_24h: string | null;
|
|
2170
|
+
pool_volume_change_24h: string | null;
|
|
2171
|
+
pool_volume_usd_24h: string | null;
|
|
2172
|
+
} | null;
|
|
1843
2173
|
base_token: {
|
|
1844
2174
|
token_address: `0x${string}`;
|
|
1845
2175
|
token_name: string;
|
|
@@ -1877,12 +2207,10 @@ export declare const rootContract: {
|
|
|
1877
2207
|
pool_current_price: string;
|
|
1878
2208
|
pool_current_sqrt_price: string;
|
|
1879
2209
|
pool_current_fdv: string;
|
|
1880
|
-
pool_current_fdv_usd: string | null;
|
|
1881
2210
|
pool_current_liquidity: string;
|
|
1882
2211
|
pool_current_tick: number;
|
|
1883
2212
|
pool_last_epoch: number;
|
|
1884
2213
|
pool_current_market_cap: string;
|
|
1885
|
-
pool_current_market_cap_usd: string | null;
|
|
1886
2214
|
pool_current_fees_accrued: string;
|
|
1887
2215
|
pool_current_total_proceeds: string;
|
|
1888
2216
|
pool_current_total_tokens_sold: string;
|
|
@@ -1897,6 +2225,10 @@ export declare const rootContract: {
|
|
|
1897
2225
|
pool_config_ending_time: string;
|
|
1898
2226
|
pool_migration_timestamp: Date | null;
|
|
1899
2227
|
pool_type: string;
|
|
2228
|
+
pool_volume_24h_base: string | null;
|
|
2229
|
+
pool_volume_24h_quote: string | null;
|
|
2230
|
+
pool_volume_24h_swap_count: number | null;
|
|
2231
|
+
pool_volume_last_updated: string | null;
|
|
1900
2232
|
base_token: {
|
|
1901
2233
|
token_address: string;
|
|
1902
2234
|
token_name: string;
|
|
@@ -1923,19 +2255,22 @@ export declare const rootContract: {
|
|
|
1923
2255
|
token_fee_receiver_address: string;
|
|
1924
2256
|
token_vesting_recipient_addresses: string[];
|
|
1925
2257
|
};
|
|
2258
|
+
pool_market_data?: unknown;
|
|
1926
2259
|
};
|
|
1927
2260
|
graduation_pool: {
|
|
1928
2261
|
pool_current_price: string;
|
|
1929
2262
|
pool_current_sqrt_price: string;
|
|
1930
2263
|
pool_current_fdv: string;
|
|
1931
|
-
pool_current_fdv_usd: string | null;
|
|
1932
2264
|
pool_current_liquidity: string;
|
|
1933
2265
|
pool_current_tick: number;
|
|
1934
2266
|
pool_current_market_cap: string;
|
|
1935
|
-
pool_current_market_cap_usd: string | null;
|
|
1936
2267
|
pool_address: string;
|
|
1937
2268
|
pool_migration_timestamp: Date | null;
|
|
1938
2269
|
pool_type: string;
|
|
2270
|
+
pool_volume_24h_base: string | null;
|
|
2271
|
+
pool_volume_24h_quote: string | null;
|
|
2272
|
+
pool_volume_24h_swap_count: number | null;
|
|
2273
|
+
pool_volume_last_updated: string | null;
|
|
1939
2274
|
base_token: {
|
|
1940
2275
|
token_address: string;
|
|
1941
2276
|
token_name: string;
|
|
@@ -1963,6 +2298,7 @@ export declare const rootContract: {
|
|
|
1963
2298
|
token_vesting_recipient_addresses: string[];
|
|
1964
2299
|
integrator_address: string;
|
|
1965
2300
|
};
|
|
2301
|
+
pool_market_data?: unknown;
|
|
1966
2302
|
};
|
|
1967
2303
|
asset_status?: import("..").AssetStatus | undefined;
|
|
1968
2304
|
}>, "many">;
|
|
@@ -1978,12 +2314,10 @@ export declare const rootContract: {
|
|
|
1978
2314
|
pool_current_price: string;
|
|
1979
2315
|
pool_current_sqrt_price: string;
|
|
1980
2316
|
pool_current_fdv: string;
|
|
1981
|
-
pool_current_fdv_usd: string | null;
|
|
1982
2317
|
pool_current_liquidity: string;
|
|
1983
2318
|
pool_current_tick: number;
|
|
1984
2319
|
pool_last_epoch: number;
|
|
1985
2320
|
pool_current_market_cap: string;
|
|
1986
|
-
pool_current_market_cap_usd: string | null;
|
|
1987
2321
|
pool_current_fees_accrued: string;
|
|
1988
2322
|
pool_current_total_proceeds: string;
|
|
1989
2323
|
pool_current_total_tokens_sold: string;
|
|
@@ -1998,6 +2332,19 @@ export declare const rootContract: {
|
|
|
1998
2332
|
pool_config_ending_time: string;
|
|
1999
2333
|
pool_migration_timestamp: Date | null;
|
|
2000
2334
|
pool_type: string;
|
|
2335
|
+
pool_volume_24h_base: string | null;
|
|
2336
|
+
pool_volume_24h_quote: string | null;
|
|
2337
|
+
pool_volume_24h_swap_count: number | null;
|
|
2338
|
+
pool_volume_last_updated: string | null;
|
|
2339
|
+
pool_market_data: {
|
|
2340
|
+
pool_liquidity: string | null;
|
|
2341
|
+
pool_market_cap: string | null;
|
|
2342
|
+
pool_price: string | null;
|
|
2343
|
+
pool_price_scale: string | null;
|
|
2344
|
+
pool_price_change_24h: string | null;
|
|
2345
|
+
pool_volume_change_24h: string | null;
|
|
2346
|
+
pool_volume_usd_24h: string | null;
|
|
2347
|
+
} | null;
|
|
2001
2348
|
base_token: {
|
|
2002
2349
|
token_address: `0x${string}`;
|
|
2003
2350
|
token_name: string;
|
|
@@ -2028,14 +2375,25 @@ export declare const rootContract: {
|
|
|
2028
2375
|
pool_current_price: string;
|
|
2029
2376
|
pool_current_sqrt_price: string;
|
|
2030
2377
|
pool_current_fdv: string;
|
|
2031
|
-
pool_current_fdv_usd: string | null;
|
|
2032
2378
|
pool_current_liquidity: string;
|
|
2033
2379
|
pool_current_tick: number;
|
|
2034
2380
|
pool_current_market_cap: string;
|
|
2035
|
-
pool_current_market_cap_usd: string | null;
|
|
2036
2381
|
pool_address: `0x${string}`;
|
|
2037
2382
|
pool_migration_timestamp: Date | null;
|
|
2038
2383
|
pool_type: string;
|
|
2384
|
+
pool_volume_24h_base: string | null;
|
|
2385
|
+
pool_volume_24h_quote: string | null;
|
|
2386
|
+
pool_volume_24h_swap_count: number | null;
|
|
2387
|
+
pool_volume_last_updated: string | null;
|
|
2388
|
+
pool_market_data: {
|
|
2389
|
+
pool_liquidity: string | null;
|
|
2390
|
+
pool_market_cap: string | null;
|
|
2391
|
+
pool_price: string | null;
|
|
2392
|
+
pool_price_scale: string | null;
|
|
2393
|
+
pool_price_change_24h: string | null;
|
|
2394
|
+
pool_volume_change_24h: string | null;
|
|
2395
|
+
pool_volume_usd_24h: string | null;
|
|
2396
|
+
} | null;
|
|
2039
2397
|
base_token: {
|
|
2040
2398
|
token_address: `0x${string}`;
|
|
2041
2399
|
token_name: string;
|
|
@@ -2075,12 +2433,10 @@ export declare const rootContract: {
|
|
|
2075
2433
|
pool_current_price: string;
|
|
2076
2434
|
pool_current_sqrt_price: string;
|
|
2077
2435
|
pool_current_fdv: string;
|
|
2078
|
-
pool_current_fdv_usd: string | null;
|
|
2079
2436
|
pool_current_liquidity: string;
|
|
2080
2437
|
pool_current_tick: number;
|
|
2081
2438
|
pool_last_epoch: number;
|
|
2082
2439
|
pool_current_market_cap: string;
|
|
2083
|
-
pool_current_market_cap_usd: string | null;
|
|
2084
2440
|
pool_current_fees_accrued: string;
|
|
2085
2441
|
pool_current_total_proceeds: string;
|
|
2086
2442
|
pool_current_total_tokens_sold: string;
|
|
@@ -2095,6 +2451,10 @@ export declare const rootContract: {
|
|
|
2095
2451
|
pool_config_ending_time: string;
|
|
2096
2452
|
pool_migration_timestamp: Date | null;
|
|
2097
2453
|
pool_type: string;
|
|
2454
|
+
pool_volume_24h_base: string | null;
|
|
2455
|
+
pool_volume_24h_quote: string | null;
|
|
2456
|
+
pool_volume_24h_swap_count: number | null;
|
|
2457
|
+
pool_volume_last_updated: string | null;
|
|
2098
2458
|
base_token: {
|
|
2099
2459
|
token_address: string;
|
|
2100
2460
|
token_name: string;
|
|
@@ -2121,19 +2481,22 @@ export declare const rootContract: {
|
|
|
2121
2481
|
token_fee_receiver_address: string;
|
|
2122
2482
|
token_vesting_recipient_addresses: string[];
|
|
2123
2483
|
};
|
|
2484
|
+
pool_market_data?: unknown;
|
|
2124
2485
|
};
|
|
2125
2486
|
graduation_pool: {
|
|
2126
2487
|
pool_current_price: string;
|
|
2127
2488
|
pool_current_sqrt_price: string;
|
|
2128
2489
|
pool_current_fdv: string;
|
|
2129
|
-
pool_current_fdv_usd: string | null;
|
|
2130
2490
|
pool_current_liquidity: string;
|
|
2131
2491
|
pool_current_tick: number;
|
|
2132
2492
|
pool_current_market_cap: string;
|
|
2133
|
-
pool_current_market_cap_usd: string | null;
|
|
2134
2493
|
pool_address: string;
|
|
2135
2494
|
pool_migration_timestamp: Date | null;
|
|
2136
2495
|
pool_type: string;
|
|
2496
|
+
pool_volume_24h_base: string | null;
|
|
2497
|
+
pool_volume_24h_quote: string | null;
|
|
2498
|
+
pool_volume_24h_swap_count: number | null;
|
|
2499
|
+
pool_volume_last_updated: string | null;
|
|
2137
2500
|
base_token: {
|
|
2138
2501
|
token_address: string;
|
|
2139
2502
|
token_name: string;
|
|
@@ -2161,6 +2524,7 @@ export declare const rootContract: {
|
|
|
2161
2524
|
token_vesting_recipient_addresses: string[];
|
|
2162
2525
|
integrator_address: string;
|
|
2163
2526
|
};
|
|
2527
|
+
pool_market_data?: unknown;
|
|
2164
2528
|
};
|
|
2165
2529
|
asset_status?: import("..").AssetStatus | undefined;
|
|
2166
2530
|
}[];
|
|
@@ -2170,7 +2534,7 @@ export declare const rootContract: {
|
|
|
2170
2534
|
getAssetByAddress: {
|
|
2171
2535
|
description: "Get an asset by its address";
|
|
2172
2536
|
pathParams: import("zod").ZodObject<{
|
|
2173
|
-
assetAddress: import("zod").
|
|
2537
|
+
assetAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
2174
2538
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2175
2539
|
assetAddress: `0x${string}`;
|
|
2176
2540
|
}, {
|
|
@@ -2188,8 +2552,8 @@ export declare const rootContract: {
|
|
|
2188
2552
|
responses: {
|
|
2189
2553
|
200: import("zod").ZodObject<{
|
|
2190
2554
|
result: import("zod").ZodEffects<import("zod").ZodObject<{
|
|
2191
|
-
asset_address: import("zod").ZodPipeline<import("zod").ZodString, import("zod").
|
|
2192
|
-
asset_numeraire_address: import("zod").
|
|
2555
|
+
asset_address: import("zod").ZodPipeline<import("zod").ZodString, import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>;
|
|
2556
|
+
asset_numeraire_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
2193
2557
|
asset_creation_timestamp: import("zod").ZodDate;
|
|
2194
2558
|
asset_current_pool: import("zod").ZodString;
|
|
2195
2559
|
asset_migration_timestamp: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
@@ -2198,12 +2562,10 @@ export declare const rootContract: {
|
|
|
2198
2562
|
pool_current_price: import("zod").ZodString;
|
|
2199
2563
|
pool_current_sqrt_price: import("zod").ZodString;
|
|
2200
2564
|
pool_current_fdv: import("zod").ZodString;
|
|
2201
|
-
pool_current_fdv_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2202
2565
|
pool_current_liquidity: import("zod").ZodString;
|
|
2203
2566
|
pool_current_tick: import("zod").ZodNumber;
|
|
2204
2567
|
pool_last_epoch: import("zod").ZodNumber;
|
|
2205
2568
|
pool_current_market_cap: import("zod").ZodString;
|
|
2206
|
-
pool_current_market_cap_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2207
2569
|
pool_current_fees_accrued: import("zod").ZodString;
|
|
2208
2570
|
pool_current_total_proceeds: import("zod").ZodString;
|
|
2209
2571
|
pool_current_total_tokens_sold: import("zod").ZodString;
|
|
@@ -2213,13 +2575,50 @@ export declare const rootContract: {
|
|
|
2213
2575
|
pool_config_min_proceeds: import("zod").ZodString;
|
|
2214
2576
|
pool_config_num_tokens_to_sell: import("zod").ZodString;
|
|
2215
2577
|
pool_id: import("zod").ZodString;
|
|
2216
|
-
pool_address: import("zod").
|
|
2578
|
+
pool_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
2217
2579
|
pool_config_starting_time: import("zod").ZodString;
|
|
2218
2580
|
pool_config_ending_time: import("zod").ZodString;
|
|
2219
2581
|
pool_migration_timestamp: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
2220
2582
|
pool_type: import("zod").ZodString;
|
|
2583
|
+
pool_volume_24h_base: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2584
|
+
pool_volume_24h_quote: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2585
|
+
pool_volume_24h_swap_count: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
2586
|
+
pool_volume_last_updated: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2587
|
+
pool_market_data: import("zod").ZodEffects<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
2588
|
+
pool_liquidity: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2589
|
+
pool_market_cap: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2590
|
+
pool_price: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2591
|
+
pool_price_scale: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2592
|
+
pool_price_change_24h: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2593
|
+
pool_volume_change_24h: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2594
|
+
pool_volume_usd_24h: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2595
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2596
|
+
pool_liquidity: string | null;
|
|
2597
|
+
pool_market_cap: string | null;
|
|
2598
|
+
pool_price: string | null;
|
|
2599
|
+
pool_price_scale: string | null;
|
|
2600
|
+
pool_price_change_24h: string | null;
|
|
2601
|
+
pool_volume_change_24h: string | null;
|
|
2602
|
+
pool_volume_usd_24h: string | null;
|
|
2603
|
+
}, {
|
|
2604
|
+
pool_liquidity: string | null;
|
|
2605
|
+
pool_market_cap: string | null;
|
|
2606
|
+
pool_price: string | null;
|
|
2607
|
+
pool_price_scale: string | null;
|
|
2608
|
+
pool_price_change_24h: string | null;
|
|
2609
|
+
pool_volume_change_24h: string | null;
|
|
2610
|
+
pool_volume_usd_24h: string | null;
|
|
2611
|
+
}>>, {
|
|
2612
|
+
pool_liquidity: string | null;
|
|
2613
|
+
pool_market_cap: string | null;
|
|
2614
|
+
pool_price: string | null;
|
|
2615
|
+
pool_price_scale: string | null;
|
|
2616
|
+
pool_price_change_24h: string | null;
|
|
2617
|
+
pool_volume_change_24h: string | null;
|
|
2618
|
+
pool_volume_usd_24h: string | null;
|
|
2619
|
+
} | null, unknown>;
|
|
2221
2620
|
base_token: import("zod").ZodObject<{
|
|
2222
|
-
token_address: import("zod").
|
|
2621
|
+
token_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
2223
2622
|
token_name: import("zod").ZodString;
|
|
2224
2623
|
token_description: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2225
2624
|
token_symbol: import("zod").ZodString;
|
|
@@ -2288,9 +2687,9 @@ export declare const rootContract: {
|
|
|
2288
2687
|
}[] | undefined;
|
|
2289
2688
|
}>>;
|
|
2290
2689
|
token_image_public_url: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2291
|
-
token_creator_address: import("zod").
|
|
2292
|
-
token_fee_receiver_address: import("zod").
|
|
2293
|
-
token_vesting_recipient_addresses: import("zod").ZodArray<import("zod").
|
|
2690
|
+
token_creator_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
2691
|
+
token_fee_receiver_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
2692
|
+
token_vesting_recipient_addresses: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, "many">;
|
|
2294
2693
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2295
2694
|
token_address: `0x${string}`;
|
|
2296
2695
|
token_name: string;
|
|
@@ -2345,12 +2744,10 @@ export declare const rootContract: {
|
|
|
2345
2744
|
pool_current_price: string;
|
|
2346
2745
|
pool_current_sqrt_price: string;
|
|
2347
2746
|
pool_current_fdv: string;
|
|
2348
|
-
pool_current_fdv_usd: string | null;
|
|
2349
2747
|
pool_current_liquidity: string;
|
|
2350
2748
|
pool_current_tick: number;
|
|
2351
2749
|
pool_last_epoch: number;
|
|
2352
2750
|
pool_current_market_cap: string;
|
|
2353
|
-
pool_current_market_cap_usd: string | null;
|
|
2354
2751
|
pool_current_fees_accrued: string;
|
|
2355
2752
|
pool_current_total_proceeds: string;
|
|
2356
2753
|
pool_current_total_tokens_sold: string;
|
|
@@ -2365,6 +2762,19 @@ export declare const rootContract: {
|
|
|
2365
2762
|
pool_config_ending_time: string;
|
|
2366
2763
|
pool_migration_timestamp: Date | null;
|
|
2367
2764
|
pool_type: string;
|
|
2765
|
+
pool_volume_24h_base: string | null;
|
|
2766
|
+
pool_volume_24h_quote: string | null;
|
|
2767
|
+
pool_volume_24h_swap_count: number | null;
|
|
2768
|
+
pool_volume_last_updated: string | null;
|
|
2769
|
+
pool_market_data: {
|
|
2770
|
+
pool_liquidity: string | null;
|
|
2771
|
+
pool_market_cap: string | null;
|
|
2772
|
+
pool_price: string | null;
|
|
2773
|
+
pool_price_scale: string | null;
|
|
2774
|
+
pool_price_change_24h: string | null;
|
|
2775
|
+
pool_volume_change_24h: string | null;
|
|
2776
|
+
pool_volume_usd_24h: string | null;
|
|
2777
|
+
} | null;
|
|
2368
2778
|
base_token: {
|
|
2369
2779
|
token_address: `0x${string}`;
|
|
2370
2780
|
token_name: string;
|
|
@@ -2394,12 +2804,10 @@ export declare const rootContract: {
|
|
|
2394
2804
|
pool_current_price: string;
|
|
2395
2805
|
pool_current_sqrt_price: string;
|
|
2396
2806
|
pool_current_fdv: string;
|
|
2397
|
-
pool_current_fdv_usd: string | null;
|
|
2398
2807
|
pool_current_liquidity: string;
|
|
2399
2808
|
pool_current_tick: number;
|
|
2400
2809
|
pool_last_epoch: number;
|
|
2401
2810
|
pool_current_market_cap: string;
|
|
2402
|
-
pool_current_market_cap_usd: string | null;
|
|
2403
2811
|
pool_current_fees_accrued: string;
|
|
2404
2812
|
pool_current_total_proceeds: string;
|
|
2405
2813
|
pool_current_total_tokens_sold: string;
|
|
@@ -2414,6 +2822,10 @@ export declare const rootContract: {
|
|
|
2414
2822
|
pool_config_ending_time: string;
|
|
2415
2823
|
pool_migration_timestamp: Date | null;
|
|
2416
2824
|
pool_type: string;
|
|
2825
|
+
pool_volume_24h_base: string | null;
|
|
2826
|
+
pool_volume_24h_quote: string | null;
|
|
2827
|
+
pool_volume_24h_swap_count: number | null;
|
|
2828
|
+
pool_volume_last_updated: string | null;
|
|
2417
2829
|
base_token: {
|
|
2418
2830
|
token_address: string;
|
|
2419
2831
|
token_name: string;
|
|
@@ -2440,21 +2852,57 @@ export declare const rootContract: {
|
|
|
2440
2852
|
token_fee_receiver_address: string;
|
|
2441
2853
|
token_vesting_recipient_addresses: string[];
|
|
2442
2854
|
};
|
|
2855
|
+
pool_market_data?: unknown;
|
|
2443
2856
|
}>;
|
|
2444
2857
|
graduation_pool: import("zod").ZodObject<{
|
|
2445
2858
|
pool_current_price: import("zod").ZodString;
|
|
2446
2859
|
pool_current_sqrt_price: import("zod").ZodString;
|
|
2447
2860
|
pool_current_fdv: import("zod").ZodString;
|
|
2448
|
-
pool_current_fdv_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2449
2861
|
pool_current_liquidity: import("zod").ZodString;
|
|
2450
2862
|
pool_current_tick: import("zod").ZodNumber;
|
|
2451
2863
|
pool_current_market_cap: import("zod").ZodString;
|
|
2452
|
-
|
|
2453
|
-
pool_address: import("zod").ZodPipeline<import("zod").ZodString, import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>;
|
|
2864
|
+
pool_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
2454
2865
|
pool_migration_timestamp: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
2455
2866
|
pool_type: import("zod").ZodString;
|
|
2867
|
+
pool_volume_24h_base: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2868
|
+
pool_volume_24h_quote: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2869
|
+
pool_volume_24h_swap_count: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
2870
|
+
pool_volume_last_updated: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2871
|
+
pool_market_data: import("zod").ZodEffects<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
2872
|
+
pool_liquidity: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2873
|
+
pool_market_cap: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2874
|
+
pool_price: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2875
|
+
pool_price_scale: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2876
|
+
pool_price_change_24h: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2877
|
+
pool_volume_change_24h: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2878
|
+
pool_volume_usd_24h: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2879
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2880
|
+
pool_liquidity: string | null;
|
|
2881
|
+
pool_market_cap: string | null;
|
|
2882
|
+
pool_price: string | null;
|
|
2883
|
+
pool_price_scale: string | null;
|
|
2884
|
+
pool_price_change_24h: string | null;
|
|
2885
|
+
pool_volume_change_24h: string | null;
|
|
2886
|
+
pool_volume_usd_24h: string | null;
|
|
2887
|
+
}, {
|
|
2888
|
+
pool_liquidity: string | null;
|
|
2889
|
+
pool_market_cap: string | null;
|
|
2890
|
+
pool_price: string | null;
|
|
2891
|
+
pool_price_scale: string | null;
|
|
2892
|
+
pool_price_change_24h: string | null;
|
|
2893
|
+
pool_volume_change_24h: string | null;
|
|
2894
|
+
pool_volume_usd_24h: string | null;
|
|
2895
|
+
}>>, {
|
|
2896
|
+
pool_liquidity: string | null;
|
|
2897
|
+
pool_market_cap: string | null;
|
|
2898
|
+
pool_price: string | null;
|
|
2899
|
+
pool_price_scale: string | null;
|
|
2900
|
+
pool_price_change_24h: string | null;
|
|
2901
|
+
pool_volume_change_24h: string | null;
|
|
2902
|
+
pool_volume_usd_24h: string | null;
|
|
2903
|
+
} | null, unknown>;
|
|
2456
2904
|
base_token: import("zod").ZodObject<{
|
|
2457
|
-
token_address: import("zod").
|
|
2905
|
+
token_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
2458
2906
|
token_name: import("zod").ZodString;
|
|
2459
2907
|
token_description: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2460
2908
|
token_symbol: import("zod").ZodString;
|
|
@@ -2523,9 +2971,9 @@ export declare const rootContract: {
|
|
|
2523
2971
|
}[] | undefined;
|
|
2524
2972
|
}>>;
|
|
2525
2973
|
token_image_public_url: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2526
|
-
token_creator_address: import("zod").
|
|
2527
|
-
token_fee_receiver_address: import("zod").
|
|
2528
|
-
token_vesting_recipient_addresses: import("zod").ZodArray<import("zod").
|
|
2974
|
+
token_creator_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
2975
|
+
token_fee_receiver_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
2976
|
+
token_vesting_recipient_addresses: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, "many">;
|
|
2529
2977
|
integrator_address: import("zod").ZodString;
|
|
2530
2978
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2531
2979
|
token_address: `0x${string}`;
|
|
@@ -2583,14 +3031,25 @@ export declare const rootContract: {
|
|
|
2583
3031
|
pool_current_price: string;
|
|
2584
3032
|
pool_current_sqrt_price: string;
|
|
2585
3033
|
pool_current_fdv: string;
|
|
2586
|
-
pool_current_fdv_usd: string | null;
|
|
2587
3034
|
pool_current_liquidity: string;
|
|
2588
3035
|
pool_current_tick: number;
|
|
2589
3036
|
pool_current_market_cap: string;
|
|
2590
|
-
pool_current_market_cap_usd: string | null;
|
|
2591
3037
|
pool_address: `0x${string}`;
|
|
2592
3038
|
pool_migration_timestamp: Date | null;
|
|
2593
3039
|
pool_type: string;
|
|
3040
|
+
pool_volume_24h_base: string | null;
|
|
3041
|
+
pool_volume_24h_quote: string | null;
|
|
3042
|
+
pool_volume_24h_swap_count: number | null;
|
|
3043
|
+
pool_volume_last_updated: string | null;
|
|
3044
|
+
pool_market_data: {
|
|
3045
|
+
pool_liquidity: string | null;
|
|
3046
|
+
pool_market_cap: string | null;
|
|
3047
|
+
pool_price: string | null;
|
|
3048
|
+
pool_price_scale: string | null;
|
|
3049
|
+
pool_price_change_24h: string | null;
|
|
3050
|
+
pool_volume_change_24h: string | null;
|
|
3051
|
+
pool_volume_usd_24h: string | null;
|
|
3052
|
+
} | null;
|
|
2594
3053
|
base_token: {
|
|
2595
3054
|
token_address: `0x${string}`;
|
|
2596
3055
|
token_name: string;
|
|
@@ -2621,14 +3080,16 @@ export declare const rootContract: {
|
|
|
2621
3080
|
pool_current_price: string;
|
|
2622
3081
|
pool_current_sqrt_price: string;
|
|
2623
3082
|
pool_current_fdv: string;
|
|
2624
|
-
pool_current_fdv_usd: string | null;
|
|
2625
3083
|
pool_current_liquidity: string;
|
|
2626
3084
|
pool_current_tick: number;
|
|
2627
3085
|
pool_current_market_cap: string;
|
|
2628
|
-
pool_current_market_cap_usd: string | null;
|
|
2629
3086
|
pool_address: string;
|
|
2630
3087
|
pool_migration_timestamp: Date | null;
|
|
2631
3088
|
pool_type: string;
|
|
3089
|
+
pool_volume_24h_base: string | null;
|
|
3090
|
+
pool_volume_24h_quote: string | null;
|
|
3091
|
+
pool_volume_24h_swap_count: number | null;
|
|
3092
|
+
pool_volume_last_updated: string | null;
|
|
2632
3093
|
base_token: {
|
|
2633
3094
|
token_address: string;
|
|
2634
3095
|
token_name: string;
|
|
@@ -2656,6 +3117,7 @@ export declare const rootContract: {
|
|
|
2656
3117
|
token_vesting_recipient_addresses: string[];
|
|
2657
3118
|
integrator_address: string;
|
|
2658
3119
|
};
|
|
3120
|
+
pool_market_data?: unknown;
|
|
2659
3121
|
}>;
|
|
2660
3122
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2661
3123
|
asset_address: `0x${string}`;
|
|
@@ -2668,12 +3130,10 @@ export declare const rootContract: {
|
|
|
2668
3130
|
pool_current_price: string;
|
|
2669
3131
|
pool_current_sqrt_price: string;
|
|
2670
3132
|
pool_current_fdv: string;
|
|
2671
|
-
pool_current_fdv_usd: string | null;
|
|
2672
3133
|
pool_current_liquidity: string;
|
|
2673
3134
|
pool_current_tick: number;
|
|
2674
3135
|
pool_last_epoch: number;
|
|
2675
3136
|
pool_current_market_cap: string;
|
|
2676
|
-
pool_current_market_cap_usd: string | null;
|
|
2677
3137
|
pool_current_fees_accrued: string;
|
|
2678
3138
|
pool_current_total_proceeds: string;
|
|
2679
3139
|
pool_current_total_tokens_sold: string;
|
|
@@ -2688,6 +3148,19 @@ export declare const rootContract: {
|
|
|
2688
3148
|
pool_config_ending_time: string;
|
|
2689
3149
|
pool_migration_timestamp: Date | null;
|
|
2690
3150
|
pool_type: string;
|
|
3151
|
+
pool_volume_24h_base: string | null;
|
|
3152
|
+
pool_volume_24h_quote: string | null;
|
|
3153
|
+
pool_volume_24h_swap_count: number | null;
|
|
3154
|
+
pool_volume_last_updated: string | null;
|
|
3155
|
+
pool_market_data: {
|
|
3156
|
+
pool_liquidity: string | null;
|
|
3157
|
+
pool_market_cap: string | null;
|
|
3158
|
+
pool_price: string | null;
|
|
3159
|
+
pool_price_scale: string | null;
|
|
3160
|
+
pool_price_change_24h: string | null;
|
|
3161
|
+
pool_volume_change_24h: string | null;
|
|
3162
|
+
pool_volume_usd_24h: string | null;
|
|
3163
|
+
} | null;
|
|
2691
3164
|
base_token: {
|
|
2692
3165
|
token_address: `0x${string}`;
|
|
2693
3166
|
token_name: string;
|
|
@@ -2718,14 +3191,25 @@ export declare const rootContract: {
|
|
|
2718
3191
|
pool_current_price: string;
|
|
2719
3192
|
pool_current_sqrt_price: string;
|
|
2720
3193
|
pool_current_fdv: string;
|
|
2721
|
-
pool_current_fdv_usd: string | null;
|
|
2722
3194
|
pool_current_liquidity: string;
|
|
2723
3195
|
pool_current_tick: number;
|
|
2724
3196
|
pool_current_market_cap: string;
|
|
2725
|
-
pool_current_market_cap_usd: string | null;
|
|
2726
3197
|
pool_address: `0x${string}`;
|
|
2727
3198
|
pool_migration_timestamp: Date | null;
|
|
2728
3199
|
pool_type: string;
|
|
3200
|
+
pool_volume_24h_base: string | null;
|
|
3201
|
+
pool_volume_24h_quote: string | null;
|
|
3202
|
+
pool_volume_24h_swap_count: number | null;
|
|
3203
|
+
pool_volume_last_updated: string | null;
|
|
3204
|
+
pool_market_data: {
|
|
3205
|
+
pool_liquidity: string | null;
|
|
3206
|
+
pool_market_cap: string | null;
|
|
3207
|
+
pool_price: string | null;
|
|
3208
|
+
pool_price_scale: string | null;
|
|
3209
|
+
pool_price_change_24h: string | null;
|
|
3210
|
+
pool_volume_change_24h: string | null;
|
|
3211
|
+
pool_volume_usd_24h: string | null;
|
|
3212
|
+
} | null;
|
|
2729
3213
|
base_token: {
|
|
2730
3214
|
token_address: `0x${string}`;
|
|
2731
3215
|
token_name: string;
|
|
@@ -2763,12 +3247,10 @@ export declare const rootContract: {
|
|
|
2763
3247
|
pool_current_price: string;
|
|
2764
3248
|
pool_current_sqrt_price: string;
|
|
2765
3249
|
pool_current_fdv: string;
|
|
2766
|
-
pool_current_fdv_usd: string | null;
|
|
2767
3250
|
pool_current_liquidity: string;
|
|
2768
3251
|
pool_current_tick: number;
|
|
2769
3252
|
pool_last_epoch: number;
|
|
2770
3253
|
pool_current_market_cap: string;
|
|
2771
|
-
pool_current_market_cap_usd: string | null;
|
|
2772
3254
|
pool_current_fees_accrued: string;
|
|
2773
3255
|
pool_current_total_proceeds: string;
|
|
2774
3256
|
pool_current_total_tokens_sold: string;
|
|
@@ -2783,6 +3265,10 @@ export declare const rootContract: {
|
|
|
2783
3265
|
pool_config_ending_time: string;
|
|
2784
3266
|
pool_migration_timestamp: Date | null;
|
|
2785
3267
|
pool_type: string;
|
|
3268
|
+
pool_volume_24h_base: string | null;
|
|
3269
|
+
pool_volume_24h_quote: string | null;
|
|
3270
|
+
pool_volume_24h_swap_count: number | null;
|
|
3271
|
+
pool_volume_last_updated: string | null;
|
|
2786
3272
|
base_token: {
|
|
2787
3273
|
token_address: string;
|
|
2788
3274
|
token_name: string;
|
|
@@ -2809,19 +3295,22 @@ export declare const rootContract: {
|
|
|
2809
3295
|
token_fee_receiver_address: string;
|
|
2810
3296
|
token_vesting_recipient_addresses: string[];
|
|
2811
3297
|
};
|
|
3298
|
+
pool_market_data?: unknown;
|
|
2812
3299
|
};
|
|
2813
3300
|
graduation_pool: {
|
|
2814
3301
|
pool_current_price: string;
|
|
2815
3302
|
pool_current_sqrt_price: string;
|
|
2816
3303
|
pool_current_fdv: string;
|
|
2817
|
-
pool_current_fdv_usd: string | null;
|
|
2818
3304
|
pool_current_liquidity: string;
|
|
2819
3305
|
pool_current_tick: number;
|
|
2820
3306
|
pool_current_market_cap: string;
|
|
2821
|
-
pool_current_market_cap_usd: string | null;
|
|
2822
3307
|
pool_address: string;
|
|
2823
3308
|
pool_migration_timestamp: Date | null;
|
|
2824
3309
|
pool_type: string;
|
|
3310
|
+
pool_volume_24h_base: string | null;
|
|
3311
|
+
pool_volume_24h_quote: string | null;
|
|
3312
|
+
pool_volume_24h_swap_count: number | null;
|
|
3313
|
+
pool_volume_last_updated: string | null;
|
|
2825
3314
|
base_token: {
|
|
2826
3315
|
token_address: string;
|
|
2827
3316
|
token_name: string;
|
|
@@ -2849,6 +3338,7 @@ export declare const rootContract: {
|
|
|
2849
3338
|
token_vesting_recipient_addresses: string[];
|
|
2850
3339
|
integrator_address: string;
|
|
2851
3340
|
};
|
|
3341
|
+
pool_market_data?: unknown;
|
|
2852
3342
|
};
|
|
2853
3343
|
asset_status?: import("..").AssetStatus | undefined;
|
|
2854
3344
|
}>, {
|
|
@@ -2862,12 +3352,10 @@ export declare const rootContract: {
|
|
|
2862
3352
|
pool_current_price: string;
|
|
2863
3353
|
pool_current_sqrt_price: string;
|
|
2864
3354
|
pool_current_fdv: string;
|
|
2865
|
-
pool_current_fdv_usd: string | null;
|
|
2866
3355
|
pool_current_liquidity: string;
|
|
2867
3356
|
pool_current_tick: number;
|
|
2868
3357
|
pool_last_epoch: number;
|
|
2869
3358
|
pool_current_market_cap: string;
|
|
2870
|
-
pool_current_market_cap_usd: string | null;
|
|
2871
3359
|
pool_current_fees_accrued: string;
|
|
2872
3360
|
pool_current_total_proceeds: string;
|
|
2873
3361
|
pool_current_total_tokens_sold: string;
|
|
@@ -2882,6 +3370,19 @@ export declare const rootContract: {
|
|
|
2882
3370
|
pool_config_ending_time: string;
|
|
2883
3371
|
pool_migration_timestamp: Date | null;
|
|
2884
3372
|
pool_type: string;
|
|
3373
|
+
pool_volume_24h_base: string | null;
|
|
3374
|
+
pool_volume_24h_quote: string | null;
|
|
3375
|
+
pool_volume_24h_swap_count: number | null;
|
|
3376
|
+
pool_volume_last_updated: string | null;
|
|
3377
|
+
pool_market_data: {
|
|
3378
|
+
pool_liquidity: string | null;
|
|
3379
|
+
pool_market_cap: string | null;
|
|
3380
|
+
pool_price: string | null;
|
|
3381
|
+
pool_price_scale: string | null;
|
|
3382
|
+
pool_price_change_24h: string | null;
|
|
3383
|
+
pool_volume_change_24h: string | null;
|
|
3384
|
+
pool_volume_usd_24h: string | null;
|
|
3385
|
+
} | null;
|
|
2885
3386
|
base_token: {
|
|
2886
3387
|
token_address: `0x${string}`;
|
|
2887
3388
|
token_name: string;
|
|
@@ -2912,14 +3413,25 @@ export declare const rootContract: {
|
|
|
2912
3413
|
pool_current_price: string;
|
|
2913
3414
|
pool_current_sqrt_price: string;
|
|
2914
3415
|
pool_current_fdv: string;
|
|
2915
|
-
pool_current_fdv_usd: string | null;
|
|
2916
3416
|
pool_current_liquidity: string;
|
|
2917
3417
|
pool_current_tick: number;
|
|
2918
3418
|
pool_current_market_cap: string;
|
|
2919
|
-
pool_current_market_cap_usd: string | null;
|
|
2920
3419
|
pool_address: `0x${string}`;
|
|
2921
3420
|
pool_migration_timestamp: Date | null;
|
|
2922
3421
|
pool_type: string;
|
|
3422
|
+
pool_volume_24h_base: string | null;
|
|
3423
|
+
pool_volume_24h_quote: string | null;
|
|
3424
|
+
pool_volume_24h_swap_count: number | null;
|
|
3425
|
+
pool_volume_last_updated: string | null;
|
|
3426
|
+
pool_market_data: {
|
|
3427
|
+
pool_liquidity: string | null;
|
|
3428
|
+
pool_market_cap: string | null;
|
|
3429
|
+
pool_price: string | null;
|
|
3430
|
+
pool_price_scale: string | null;
|
|
3431
|
+
pool_price_change_24h: string | null;
|
|
3432
|
+
pool_volume_change_24h: string | null;
|
|
3433
|
+
pool_volume_usd_24h: string | null;
|
|
3434
|
+
} | null;
|
|
2923
3435
|
base_token: {
|
|
2924
3436
|
token_address: `0x${string}`;
|
|
2925
3437
|
token_name: string;
|
|
@@ -2957,12 +3469,10 @@ export declare const rootContract: {
|
|
|
2957
3469
|
pool_current_price: string;
|
|
2958
3470
|
pool_current_sqrt_price: string;
|
|
2959
3471
|
pool_current_fdv: string;
|
|
2960
|
-
pool_current_fdv_usd: string | null;
|
|
2961
3472
|
pool_current_liquidity: string;
|
|
2962
3473
|
pool_current_tick: number;
|
|
2963
3474
|
pool_last_epoch: number;
|
|
2964
3475
|
pool_current_market_cap: string;
|
|
2965
|
-
pool_current_market_cap_usd: string | null;
|
|
2966
3476
|
pool_current_fees_accrued: string;
|
|
2967
3477
|
pool_current_total_proceeds: string;
|
|
2968
3478
|
pool_current_total_tokens_sold: string;
|
|
@@ -2977,6 +3487,10 @@ export declare const rootContract: {
|
|
|
2977
3487
|
pool_config_ending_time: string;
|
|
2978
3488
|
pool_migration_timestamp: Date | null;
|
|
2979
3489
|
pool_type: string;
|
|
3490
|
+
pool_volume_24h_base: string | null;
|
|
3491
|
+
pool_volume_24h_quote: string | null;
|
|
3492
|
+
pool_volume_24h_swap_count: number | null;
|
|
3493
|
+
pool_volume_last_updated: string | null;
|
|
2980
3494
|
base_token: {
|
|
2981
3495
|
token_address: string;
|
|
2982
3496
|
token_name: string;
|
|
@@ -3003,19 +3517,22 @@ export declare const rootContract: {
|
|
|
3003
3517
|
token_fee_receiver_address: string;
|
|
3004
3518
|
token_vesting_recipient_addresses: string[];
|
|
3005
3519
|
};
|
|
3520
|
+
pool_market_data?: unknown;
|
|
3006
3521
|
};
|
|
3007
3522
|
graduation_pool: {
|
|
3008
3523
|
pool_current_price: string;
|
|
3009
3524
|
pool_current_sqrt_price: string;
|
|
3010
3525
|
pool_current_fdv: string;
|
|
3011
|
-
pool_current_fdv_usd: string | null;
|
|
3012
3526
|
pool_current_liquidity: string;
|
|
3013
3527
|
pool_current_tick: number;
|
|
3014
3528
|
pool_current_market_cap: string;
|
|
3015
|
-
pool_current_market_cap_usd: string | null;
|
|
3016
3529
|
pool_address: string;
|
|
3017
3530
|
pool_migration_timestamp: Date | null;
|
|
3018
3531
|
pool_type: string;
|
|
3532
|
+
pool_volume_24h_base: string | null;
|
|
3533
|
+
pool_volume_24h_quote: string | null;
|
|
3534
|
+
pool_volume_24h_swap_count: number | null;
|
|
3535
|
+
pool_volume_last_updated: string | null;
|
|
3019
3536
|
base_token: {
|
|
3020
3537
|
token_address: string;
|
|
3021
3538
|
token_name: string;
|
|
@@ -3043,6 +3560,7 @@ export declare const rootContract: {
|
|
|
3043
3560
|
token_vesting_recipient_addresses: string[];
|
|
3044
3561
|
integrator_address: string;
|
|
3045
3562
|
};
|
|
3563
|
+
pool_market_data?: unknown;
|
|
3046
3564
|
};
|
|
3047
3565
|
asset_status?: import("..").AssetStatus | undefined;
|
|
3048
3566
|
}>;
|
|
@@ -3058,12 +3576,10 @@ export declare const rootContract: {
|
|
|
3058
3576
|
pool_current_price: string;
|
|
3059
3577
|
pool_current_sqrt_price: string;
|
|
3060
3578
|
pool_current_fdv: string;
|
|
3061
|
-
pool_current_fdv_usd: string | null;
|
|
3062
3579
|
pool_current_liquidity: string;
|
|
3063
3580
|
pool_current_tick: number;
|
|
3064
3581
|
pool_last_epoch: number;
|
|
3065
3582
|
pool_current_market_cap: string;
|
|
3066
|
-
pool_current_market_cap_usd: string | null;
|
|
3067
3583
|
pool_current_fees_accrued: string;
|
|
3068
3584
|
pool_current_total_proceeds: string;
|
|
3069
3585
|
pool_current_total_tokens_sold: string;
|
|
@@ -3078,6 +3594,19 @@ export declare const rootContract: {
|
|
|
3078
3594
|
pool_config_ending_time: string;
|
|
3079
3595
|
pool_migration_timestamp: Date | null;
|
|
3080
3596
|
pool_type: string;
|
|
3597
|
+
pool_volume_24h_base: string | null;
|
|
3598
|
+
pool_volume_24h_quote: string | null;
|
|
3599
|
+
pool_volume_24h_swap_count: number | null;
|
|
3600
|
+
pool_volume_last_updated: string | null;
|
|
3601
|
+
pool_market_data: {
|
|
3602
|
+
pool_liquidity: string | null;
|
|
3603
|
+
pool_market_cap: string | null;
|
|
3604
|
+
pool_price: string | null;
|
|
3605
|
+
pool_price_scale: string | null;
|
|
3606
|
+
pool_price_change_24h: string | null;
|
|
3607
|
+
pool_volume_change_24h: string | null;
|
|
3608
|
+
pool_volume_usd_24h: string | null;
|
|
3609
|
+
} | null;
|
|
3081
3610
|
base_token: {
|
|
3082
3611
|
token_address: `0x${string}`;
|
|
3083
3612
|
token_name: string;
|
|
@@ -3108,14 +3637,25 @@ export declare const rootContract: {
|
|
|
3108
3637
|
pool_current_price: string;
|
|
3109
3638
|
pool_current_sqrt_price: string;
|
|
3110
3639
|
pool_current_fdv: string;
|
|
3111
|
-
pool_current_fdv_usd: string | null;
|
|
3112
3640
|
pool_current_liquidity: string;
|
|
3113
3641
|
pool_current_tick: number;
|
|
3114
3642
|
pool_current_market_cap: string;
|
|
3115
|
-
pool_current_market_cap_usd: string | null;
|
|
3116
3643
|
pool_address: `0x${string}`;
|
|
3117
3644
|
pool_migration_timestamp: Date | null;
|
|
3118
3645
|
pool_type: string;
|
|
3646
|
+
pool_volume_24h_base: string | null;
|
|
3647
|
+
pool_volume_24h_quote: string | null;
|
|
3648
|
+
pool_volume_24h_swap_count: number | null;
|
|
3649
|
+
pool_volume_last_updated: string | null;
|
|
3650
|
+
pool_market_data: {
|
|
3651
|
+
pool_liquidity: string | null;
|
|
3652
|
+
pool_market_cap: string | null;
|
|
3653
|
+
pool_price: string | null;
|
|
3654
|
+
pool_price_scale: string | null;
|
|
3655
|
+
pool_price_change_24h: string | null;
|
|
3656
|
+
pool_volume_change_24h: string | null;
|
|
3657
|
+
pool_volume_usd_24h: string | null;
|
|
3658
|
+
} | null;
|
|
3119
3659
|
base_token: {
|
|
3120
3660
|
token_address: `0x${string}`;
|
|
3121
3661
|
token_name: string;
|
|
@@ -3155,12 +3695,10 @@ export declare const rootContract: {
|
|
|
3155
3695
|
pool_current_price: string;
|
|
3156
3696
|
pool_current_sqrt_price: string;
|
|
3157
3697
|
pool_current_fdv: string;
|
|
3158
|
-
pool_current_fdv_usd: string | null;
|
|
3159
3698
|
pool_current_liquidity: string;
|
|
3160
3699
|
pool_current_tick: number;
|
|
3161
3700
|
pool_last_epoch: number;
|
|
3162
3701
|
pool_current_market_cap: string;
|
|
3163
|
-
pool_current_market_cap_usd: string | null;
|
|
3164
3702
|
pool_current_fees_accrued: string;
|
|
3165
3703
|
pool_current_total_proceeds: string;
|
|
3166
3704
|
pool_current_total_tokens_sold: string;
|
|
@@ -3175,6 +3713,10 @@ export declare const rootContract: {
|
|
|
3175
3713
|
pool_config_ending_time: string;
|
|
3176
3714
|
pool_migration_timestamp: Date | null;
|
|
3177
3715
|
pool_type: string;
|
|
3716
|
+
pool_volume_24h_base: string | null;
|
|
3717
|
+
pool_volume_24h_quote: string | null;
|
|
3718
|
+
pool_volume_24h_swap_count: number | null;
|
|
3719
|
+
pool_volume_last_updated: string | null;
|
|
3178
3720
|
base_token: {
|
|
3179
3721
|
token_address: string;
|
|
3180
3722
|
token_name: string;
|
|
@@ -3201,19 +3743,22 @@ export declare const rootContract: {
|
|
|
3201
3743
|
token_fee_receiver_address: string;
|
|
3202
3744
|
token_vesting_recipient_addresses: string[];
|
|
3203
3745
|
};
|
|
3746
|
+
pool_market_data?: unknown;
|
|
3204
3747
|
};
|
|
3205
3748
|
graduation_pool: {
|
|
3206
3749
|
pool_current_price: string;
|
|
3207
3750
|
pool_current_sqrt_price: string;
|
|
3208
3751
|
pool_current_fdv: string;
|
|
3209
|
-
pool_current_fdv_usd: string | null;
|
|
3210
3752
|
pool_current_liquidity: string;
|
|
3211
3753
|
pool_current_tick: number;
|
|
3212
3754
|
pool_current_market_cap: string;
|
|
3213
|
-
pool_current_market_cap_usd: string | null;
|
|
3214
3755
|
pool_address: string;
|
|
3215
3756
|
pool_migration_timestamp: Date | null;
|
|
3216
3757
|
pool_type: string;
|
|
3758
|
+
pool_volume_24h_base: string | null;
|
|
3759
|
+
pool_volume_24h_quote: string | null;
|
|
3760
|
+
pool_volume_24h_swap_count: number | null;
|
|
3761
|
+
pool_volume_last_updated: string | null;
|
|
3217
3762
|
base_token: {
|
|
3218
3763
|
token_address: string;
|
|
3219
3764
|
token_name: string;
|
|
@@ -3241,6 +3786,7 @@ export declare const rootContract: {
|
|
|
3241
3786
|
token_vesting_recipient_addresses: string[];
|
|
3242
3787
|
integrator_address: string;
|
|
3243
3788
|
};
|
|
3789
|
+
pool_market_data?: unknown;
|
|
3244
3790
|
};
|
|
3245
3791
|
asset_status?: import("..").AssetStatus | undefined;
|
|
3246
3792
|
};
|
|
@@ -3318,7 +3864,7 @@ export declare const rootContract: {
|
|
|
3318
3864
|
getAuctionByPoolAddress: {
|
|
3319
3865
|
description: "Get an auction by its pool address";
|
|
3320
3866
|
pathParams: import("zod").ZodObject<{
|
|
3321
|
-
poolAddress: import("zod").
|
|
3867
|
+
poolAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
3322
3868
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3323
3869
|
poolAddress: `0x${string}`;
|
|
3324
3870
|
}, {
|
|
@@ -3458,9 +4004,9 @@ export declare const rootContract: {
|
|
|
3458
4004
|
token_name: import("zod").ZodString;
|
|
3459
4005
|
token_symbol: import("zod").ZodString;
|
|
3460
4006
|
token_uri: import("zod").ZodDefault<import("zod").ZodString>;
|
|
3461
|
-
user_address: import("zod").
|
|
4007
|
+
user_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
3462
4008
|
beneficiaries: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
3463
|
-
beneficiary: import("zod").
|
|
4009
|
+
beneficiary: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
3464
4010
|
shares: import("zod").ZodString;
|
|
3465
4011
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3466
4012
|
beneficiary: `0x${string}`;
|
|
@@ -3520,19 +4066,19 @@ export declare const rootContract: {
|
|
|
3520
4066
|
200: import("zod").ZodObject<{
|
|
3521
4067
|
result: import("zod").ZodObject<{
|
|
3522
4068
|
params: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3523
|
-
governance_factory: import("zod").
|
|
3524
|
-
governance_factory_data: import("zod").
|
|
3525
|
-
pool_initializer: import("zod").
|
|
3526
|
-
pool_initializer_data: import("zod").
|
|
3527
|
-
liquidity_migrator: import("zod").
|
|
3528
|
-
liquidity_migrator_data: import("zod").
|
|
3529
|
-
integrator: import("zod").
|
|
3530
|
-
salt: import("zod").
|
|
4069
|
+
governance_factory: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
4070
|
+
governance_factory_data: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
4071
|
+
pool_initializer: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
4072
|
+
pool_initializer_data: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
4073
|
+
liquidity_migrator: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
4074
|
+
liquidity_migrator_data: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
4075
|
+
integrator: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
4076
|
+
salt: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
3531
4077
|
initial_supply: import("zod").ZodString;
|
|
3532
4078
|
num_tokens_to_sell: import("zod").ZodString;
|
|
3533
|
-
numeraire: import("zod").
|
|
3534
|
-
token_factory: import("zod").
|
|
3535
|
-
token_factory_data: import("zod").
|
|
4079
|
+
numeraire: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
4080
|
+
token_factory: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
4081
|
+
token_factory_data: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
3536
4082
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3537
4083
|
governance_factory: `0x${string}`;
|
|
3538
4084
|
governance_factory_data: `0x${string}`;
|
|
@@ -3562,9 +4108,9 @@ export declare const rootContract: {
|
|
|
3562
4108
|
token_factory: string;
|
|
3563
4109
|
token_factory_data: string;
|
|
3564
4110
|
}>>;
|
|
3565
|
-
hook_address: import("zod").ZodOptional<import("zod").
|
|
3566
|
-
token_address: import("zod").ZodOptional<import("zod").
|
|
3567
|
-
encoded_payload: import("zod").
|
|
4111
|
+
hook_address: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>;
|
|
4112
|
+
token_address: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>;
|
|
4113
|
+
encoded_payload: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
3568
4114
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3569
4115
|
encoded_payload: `0x${string}`;
|
|
3570
4116
|
params?: {
|
|
@@ -3650,6 +4196,138 @@ export declare const rootContract: {
|
|
|
3650
4196
|
};
|
|
3651
4197
|
};
|
|
3652
4198
|
};
|
|
4199
|
+
charts: {
|
|
4200
|
+
getBars: {
|
|
4201
|
+
description: "Get OHLCV chart bars for a token or trading pair";
|
|
4202
|
+
query: import("zod").ZodObject<{
|
|
4203
|
+
symbol: import("zod").ZodString;
|
|
4204
|
+
from: import("zod").ZodNumber;
|
|
4205
|
+
to: import("zod").ZodNumber;
|
|
4206
|
+
resolution: import("zod").ZodEnum<["1S", "5S", "15S", "30S", "1", "5", "15", "30", "60", "240", "720", "1D", "7D"]>;
|
|
4207
|
+
currency: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodEnum<["USD", "TOKEN"]>>>;
|
|
4208
|
+
countback: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4209
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4210
|
+
symbol: string;
|
|
4211
|
+
resolution: "1" | "1S" | "5S" | "15S" | "30S" | "5" | "15" | "30" | "60" | "240" | "720" | "1D" | "7D";
|
|
4212
|
+
currency: "USD" | "TOKEN";
|
|
4213
|
+
from: number;
|
|
4214
|
+
to: number;
|
|
4215
|
+
countback?: number | undefined;
|
|
4216
|
+
}, {
|
|
4217
|
+
symbol: string;
|
|
4218
|
+
resolution: "1" | "1S" | "5S" | "15S" | "30S" | "5" | "15" | "30" | "60" | "240" | "720" | "1D" | "7D";
|
|
4219
|
+
from: number;
|
|
4220
|
+
to: number;
|
|
4221
|
+
currency?: "USD" | "TOKEN" | undefined;
|
|
4222
|
+
countback?: number | undefined;
|
|
4223
|
+
}>;
|
|
4224
|
+
method: "GET";
|
|
4225
|
+
path: "/charts/bars";
|
|
4226
|
+
responses: {
|
|
4227
|
+
200: import("zod").ZodObject<{
|
|
4228
|
+
result: import("zod").ZodObject<{
|
|
4229
|
+
bars: import("zod").ZodArray<import("zod").ZodObject<{
|
|
4230
|
+
timestamp: import("zod").ZodNumber;
|
|
4231
|
+
open: import("zod").ZodNumber;
|
|
4232
|
+
high: import("zod").ZodNumber;
|
|
4233
|
+
low: import("zod").ZodNumber;
|
|
4234
|
+
close: import("zod").ZodNumber;
|
|
4235
|
+
volume: import("zod").ZodNumber;
|
|
4236
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4237
|
+
timestamp: number;
|
|
4238
|
+
open: number;
|
|
4239
|
+
high: number;
|
|
4240
|
+
low: number;
|
|
4241
|
+
close: number;
|
|
4242
|
+
volume: number;
|
|
4243
|
+
}, {
|
|
4244
|
+
timestamp: number;
|
|
4245
|
+
open: number;
|
|
4246
|
+
high: number;
|
|
4247
|
+
low: number;
|
|
4248
|
+
close: number;
|
|
4249
|
+
volume: number;
|
|
4250
|
+
}>, "many">;
|
|
4251
|
+
symbol: import("zod").ZodString;
|
|
4252
|
+
resolution: import("zod").ZodEnum<["1S", "5S", "15S", "30S", "1", "5", "15", "30", "60", "240", "720", "1D", "7D"]>;
|
|
4253
|
+
currency: import("zod").ZodEnum<["USD", "TOKEN"]>;
|
|
4254
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4255
|
+
symbol: string;
|
|
4256
|
+
bars: {
|
|
4257
|
+
timestamp: number;
|
|
4258
|
+
open: number;
|
|
4259
|
+
high: number;
|
|
4260
|
+
low: number;
|
|
4261
|
+
close: number;
|
|
4262
|
+
volume: number;
|
|
4263
|
+
}[];
|
|
4264
|
+
resolution: "1" | "1S" | "5S" | "15S" | "30S" | "5" | "15" | "30" | "60" | "240" | "720" | "1D" | "7D";
|
|
4265
|
+
currency: "USD" | "TOKEN";
|
|
4266
|
+
}, {
|
|
4267
|
+
symbol: string;
|
|
4268
|
+
bars: {
|
|
4269
|
+
timestamp: number;
|
|
4270
|
+
open: number;
|
|
4271
|
+
high: number;
|
|
4272
|
+
low: number;
|
|
4273
|
+
close: number;
|
|
4274
|
+
volume: number;
|
|
4275
|
+
}[];
|
|
4276
|
+
resolution: "1" | "1S" | "5S" | "15S" | "30S" | "5" | "15" | "30" | "60" | "240" | "720" | "1D" | "7D";
|
|
4277
|
+
currency: "USD" | "TOKEN";
|
|
4278
|
+
}>;
|
|
4279
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4280
|
+
result: {
|
|
4281
|
+
symbol: string;
|
|
4282
|
+
bars: {
|
|
4283
|
+
timestamp: number;
|
|
4284
|
+
open: number;
|
|
4285
|
+
high: number;
|
|
4286
|
+
low: number;
|
|
4287
|
+
close: number;
|
|
4288
|
+
volume: number;
|
|
4289
|
+
}[];
|
|
4290
|
+
resolution: "1" | "1S" | "5S" | "15S" | "30S" | "5" | "15" | "30" | "60" | "240" | "720" | "1D" | "7D";
|
|
4291
|
+
currency: "USD" | "TOKEN";
|
|
4292
|
+
};
|
|
4293
|
+
}, {
|
|
4294
|
+
result: {
|
|
4295
|
+
symbol: string;
|
|
4296
|
+
bars: {
|
|
4297
|
+
timestamp: number;
|
|
4298
|
+
open: number;
|
|
4299
|
+
high: number;
|
|
4300
|
+
low: number;
|
|
4301
|
+
close: number;
|
|
4302
|
+
volume: number;
|
|
4303
|
+
}[];
|
|
4304
|
+
resolution: "1" | "1S" | "5S" | "15S" | "30S" | "5" | "15" | "30" | "60" | "240" | "720" | "1D" | "7D";
|
|
4305
|
+
currency: "USD" | "TOKEN";
|
|
4306
|
+
};
|
|
4307
|
+
}>;
|
|
4308
|
+
400: import("zod").ZodObject<{
|
|
4309
|
+
code: import("zod").ZodLiteral<"BAD_REQUEST">;
|
|
4310
|
+
message: import("zod").ZodString;
|
|
4311
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4312
|
+
code: "BAD_REQUEST";
|
|
4313
|
+
message: string;
|
|
4314
|
+
}, {
|
|
4315
|
+
code: "BAD_REQUEST";
|
|
4316
|
+
message: string;
|
|
4317
|
+
}>;
|
|
4318
|
+
500: import("zod").ZodObject<{
|
|
4319
|
+
code: import("zod").ZodLiteral<"INTERNAL_SERVER_ERROR">;
|
|
4320
|
+
message: import("zod").ZodString;
|
|
4321
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4322
|
+
code: "INTERNAL_SERVER_ERROR";
|
|
4323
|
+
message: string;
|
|
4324
|
+
}, {
|
|
4325
|
+
code: "INTERNAL_SERVER_ERROR";
|
|
4326
|
+
message: string;
|
|
4327
|
+
}>;
|
|
4328
|
+
};
|
|
4329
|
+
};
|
|
4330
|
+
};
|
|
3653
4331
|
communities: {
|
|
3654
4332
|
listCommunities: {
|
|
3655
4333
|
method: "GET";
|
|
@@ -3829,17 +4507,1396 @@ export declare const rootContract: {
|
|
|
3829
4507
|
};
|
|
3830
4508
|
};
|
|
3831
4509
|
};
|
|
4510
|
+
market: {
|
|
4511
|
+
getEthPrice: {
|
|
4512
|
+
description: "Get the current ETH price in USD";
|
|
4513
|
+
query: import("zod").ZodObject<{
|
|
4514
|
+
chainId: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
|
|
4515
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4516
|
+
chainId: number;
|
|
4517
|
+
}, {
|
|
4518
|
+
chainId?: number | undefined;
|
|
4519
|
+
}>;
|
|
4520
|
+
method: "GET";
|
|
4521
|
+
path: "/market/price/eth";
|
|
4522
|
+
responses: {
|
|
4523
|
+
200: import("zod").ZodObject<{
|
|
4524
|
+
result: import("zod").ZodObject<{
|
|
4525
|
+
price: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
4526
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4527
|
+
price: number | null;
|
|
4528
|
+
}, {
|
|
4529
|
+
price: number | null;
|
|
4530
|
+
}>;
|
|
4531
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4532
|
+
result: {
|
|
4533
|
+
price: number | null;
|
|
4534
|
+
};
|
|
4535
|
+
}, {
|
|
4536
|
+
result: {
|
|
4537
|
+
price: number | null;
|
|
4538
|
+
};
|
|
4539
|
+
}>;
|
|
4540
|
+
500: import("zod").ZodObject<{
|
|
4541
|
+
code: import("zod").ZodString;
|
|
4542
|
+
message: import("zod").ZodString;
|
|
4543
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4544
|
+
code: string;
|
|
4545
|
+
message: string;
|
|
4546
|
+
}, {
|
|
4547
|
+
code: string;
|
|
4548
|
+
message: string;
|
|
4549
|
+
}>;
|
|
4550
|
+
};
|
|
4551
|
+
};
|
|
4552
|
+
getTokenPrice: {
|
|
4553
|
+
description: "Get the current price of a token in USD by its contract address";
|
|
4554
|
+
pathParams: import("zod").ZodObject<{
|
|
4555
|
+
tokenAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
4556
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4557
|
+
tokenAddress: `0x${string}`;
|
|
4558
|
+
}, {
|
|
4559
|
+
tokenAddress: string;
|
|
4560
|
+
}>;
|
|
4561
|
+
query: import("zod").ZodObject<{
|
|
4562
|
+
chainId: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
|
|
4563
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4564
|
+
chainId: number;
|
|
4565
|
+
}, {
|
|
4566
|
+
chainId?: number | undefined;
|
|
4567
|
+
}>;
|
|
4568
|
+
method: "GET";
|
|
4569
|
+
path: "/market/price/:tokenAddress";
|
|
4570
|
+
responses: {
|
|
4571
|
+
200: import("zod").ZodObject<{
|
|
4572
|
+
result: import("zod").ZodObject<{
|
|
4573
|
+
price: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
4574
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4575
|
+
price: number | null;
|
|
4576
|
+
}, {
|
|
4577
|
+
price: number | null;
|
|
4578
|
+
}>;
|
|
4579
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4580
|
+
result: {
|
|
4581
|
+
price: number | null;
|
|
4582
|
+
};
|
|
4583
|
+
}, {
|
|
4584
|
+
result: {
|
|
4585
|
+
price: number | null;
|
|
4586
|
+
};
|
|
4587
|
+
}>;
|
|
4588
|
+
500: import("zod").ZodObject<{
|
|
4589
|
+
code: import("zod").ZodString;
|
|
4590
|
+
message: import("zod").ZodString;
|
|
4591
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4592
|
+
code: string;
|
|
4593
|
+
message: string;
|
|
4594
|
+
}, {
|
|
4595
|
+
code: string;
|
|
4596
|
+
message: string;
|
|
4597
|
+
}>;
|
|
4598
|
+
};
|
|
4599
|
+
};
|
|
4600
|
+
getPoolsStats: {
|
|
4601
|
+
description: "Get statistics for one or more pools. Returns a single object for one pool, or an array for multiple pools.";
|
|
4602
|
+
pathParams: import("zod").ZodObject<{
|
|
4603
|
+
poolAddresses: import("zod").ZodString;
|
|
4604
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4605
|
+
poolAddresses: string;
|
|
4606
|
+
}, {
|
|
4607
|
+
poolAddresses: string;
|
|
4608
|
+
}>;
|
|
4609
|
+
query: import("zod").ZodObject<{
|
|
4610
|
+
chainId: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
|
|
4611
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4612
|
+
chainId: number;
|
|
4613
|
+
}, {
|
|
4614
|
+
chainId?: number | undefined;
|
|
4615
|
+
}>;
|
|
4616
|
+
method: "GET";
|
|
4617
|
+
path: "/market/pools/:poolAddresses/stats";
|
|
4618
|
+
responses: {
|
|
4619
|
+
200: import("zod").ZodObject<{
|
|
4620
|
+
result: import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
4621
|
+
address: import("zod").ZodString;
|
|
4622
|
+
name: import("zod").ZodString;
|
|
4623
|
+
pool_created_at: import("zod").ZodNullable<import("zod").ZodString>;
|
|
4624
|
+
base_token_price_usd: import("zod").ZodString;
|
|
4625
|
+
base_token_price_native_currency: import("zod").ZodString;
|
|
4626
|
+
quote_token_price_usd: import("zod").ZodString;
|
|
4627
|
+
quote_token_price_native_currency: import("zod").ZodString;
|
|
4628
|
+
base_token_price_quote_token: import("zod").ZodString;
|
|
4629
|
+
quote_token_price_base_token: import("zod").ZodString;
|
|
4630
|
+
fdv_usd: import("zod").ZodString;
|
|
4631
|
+
market_cap_usd: import("zod").ZodString;
|
|
4632
|
+
price_change_percentage: import("zod").ZodObject<{
|
|
4633
|
+
m5: import("zod").ZodString;
|
|
4634
|
+
m15: import("zod").ZodString;
|
|
4635
|
+
m30: import("zod").ZodString;
|
|
4636
|
+
h1: import("zod").ZodString;
|
|
4637
|
+
h6: import("zod").ZodString;
|
|
4638
|
+
h24: import("zod").ZodString;
|
|
4639
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4640
|
+
m5: string;
|
|
4641
|
+
m15: string;
|
|
4642
|
+
m30: string;
|
|
4643
|
+
h1: string;
|
|
4644
|
+
h6: string;
|
|
4645
|
+
h24: string;
|
|
4646
|
+
}, {
|
|
4647
|
+
m5: string;
|
|
4648
|
+
m15: string;
|
|
4649
|
+
m30: string;
|
|
4650
|
+
h1: string;
|
|
4651
|
+
h6: string;
|
|
4652
|
+
h24: string;
|
|
4653
|
+
}>;
|
|
4654
|
+
transactions: import("zod").ZodObject<{
|
|
4655
|
+
m5: import("zod").ZodObject<{
|
|
4656
|
+
buys: import("zod").ZodNumber;
|
|
4657
|
+
sells: import("zod").ZodNumber;
|
|
4658
|
+
buyers: import("zod").ZodNumber;
|
|
4659
|
+
sellers: import("zod").ZodNumber;
|
|
4660
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4661
|
+
buys: number;
|
|
4662
|
+
sells: number;
|
|
4663
|
+
buyers: number;
|
|
4664
|
+
sellers: number;
|
|
4665
|
+
}, {
|
|
4666
|
+
buys: number;
|
|
4667
|
+
sells: number;
|
|
4668
|
+
buyers: number;
|
|
4669
|
+
sellers: number;
|
|
4670
|
+
}>;
|
|
4671
|
+
m15: import("zod").ZodObject<{
|
|
4672
|
+
buys: import("zod").ZodNumber;
|
|
4673
|
+
sells: import("zod").ZodNumber;
|
|
4674
|
+
buyers: import("zod").ZodNumber;
|
|
4675
|
+
sellers: import("zod").ZodNumber;
|
|
4676
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4677
|
+
buys: number;
|
|
4678
|
+
sells: number;
|
|
4679
|
+
buyers: number;
|
|
4680
|
+
sellers: number;
|
|
4681
|
+
}, {
|
|
4682
|
+
buys: number;
|
|
4683
|
+
sells: number;
|
|
4684
|
+
buyers: number;
|
|
4685
|
+
sellers: number;
|
|
4686
|
+
}>;
|
|
4687
|
+
m30: import("zod").ZodObject<{
|
|
4688
|
+
buys: import("zod").ZodNumber;
|
|
4689
|
+
sells: import("zod").ZodNumber;
|
|
4690
|
+
buyers: import("zod").ZodNumber;
|
|
4691
|
+
sellers: import("zod").ZodNumber;
|
|
4692
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4693
|
+
buys: number;
|
|
4694
|
+
sells: number;
|
|
4695
|
+
buyers: number;
|
|
4696
|
+
sellers: number;
|
|
4697
|
+
}, {
|
|
4698
|
+
buys: number;
|
|
4699
|
+
sells: number;
|
|
4700
|
+
buyers: number;
|
|
4701
|
+
sellers: number;
|
|
4702
|
+
}>;
|
|
4703
|
+
h1: import("zod").ZodObject<{
|
|
4704
|
+
buys: import("zod").ZodNumber;
|
|
4705
|
+
sells: import("zod").ZodNumber;
|
|
4706
|
+
buyers: import("zod").ZodNumber;
|
|
4707
|
+
sellers: import("zod").ZodNumber;
|
|
4708
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4709
|
+
buys: number;
|
|
4710
|
+
sells: number;
|
|
4711
|
+
buyers: number;
|
|
4712
|
+
sellers: number;
|
|
4713
|
+
}, {
|
|
4714
|
+
buys: number;
|
|
4715
|
+
sells: number;
|
|
4716
|
+
buyers: number;
|
|
4717
|
+
sellers: number;
|
|
4718
|
+
}>;
|
|
4719
|
+
h6: import("zod").ZodObject<{
|
|
4720
|
+
buys: import("zod").ZodNumber;
|
|
4721
|
+
sells: import("zod").ZodNumber;
|
|
4722
|
+
buyers: import("zod").ZodNumber;
|
|
4723
|
+
sellers: import("zod").ZodNumber;
|
|
4724
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4725
|
+
buys: number;
|
|
4726
|
+
sells: number;
|
|
4727
|
+
buyers: number;
|
|
4728
|
+
sellers: number;
|
|
4729
|
+
}, {
|
|
4730
|
+
buys: number;
|
|
4731
|
+
sells: number;
|
|
4732
|
+
buyers: number;
|
|
4733
|
+
sellers: number;
|
|
4734
|
+
}>;
|
|
4735
|
+
h24: import("zod").ZodObject<{
|
|
4736
|
+
buys: import("zod").ZodNumber;
|
|
4737
|
+
sells: import("zod").ZodNumber;
|
|
4738
|
+
buyers: import("zod").ZodNumber;
|
|
4739
|
+
sellers: import("zod").ZodNumber;
|
|
4740
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4741
|
+
buys: number;
|
|
4742
|
+
sells: number;
|
|
4743
|
+
buyers: number;
|
|
4744
|
+
sellers: number;
|
|
4745
|
+
}, {
|
|
4746
|
+
buys: number;
|
|
4747
|
+
sells: number;
|
|
4748
|
+
buyers: number;
|
|
4749
|
+
sellers: number;
|
|
4750
|
+
}>;
|
|
4751
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4752
|
+
m5: {
|
|
4753
|
+
buys: number;
|
|
4754
|
+
sells: number;
|
|
4755
|
+
buyers: number;
|
|
4756
|
+
sellers: number;
|
|
4757
|
+
};
|
|
4758
|
+
m15: {
|
|
4759
|
+
buys: number;
|
|
4760
|
+
sells: number;
|
|
4761
|
+
buyers: number;
|
|
4762
|
+
sellers: number;
|
|
4763
|
+
};
|
|
4764
|
+
m30: {
|
|
4765
|
+
buys: number;
|
|
4766
|
+
sells: number;
|
|
4767
|
+
buyers: number;
|
|
4768
|
+
sellers: number;
|
|
4769
|
+
};
|
|
4770
|
+
h1: {
|
|
4771
|
+
buys: number;
|
|
4772
|
+
sells: number;
|
|
4773
|
+
buyers: number;
|
|
4774
|
+
sellers: number;
|
|
4775
|
+
};
|
|
4776
|
+
h6: {
|
|
4777
|
+
buys: number;
|
|
4778
|
+
sells: number;
|
|
4779
|
+
buyers: number;
|
|
4780
|
+
sellers: number;
|
|
4781
|
+
};
|
|
4782
|
+
h24: {
|
|
4783
|
+
buys: number;
|
|
4784
|
+
sells: number;
|
|
4785
|
+
buyers: number;
|
|
4786
|
+
sellers: number;
|
|
4787
|
+
};
|
|
4788
|
+
}, {
|
|
4789
|
+
m5: {
|
|
4790
|
+
buys: number;
|
|
4791
|
+
sells: number;
|
|
4792
|
+
buyers: number;
|
|
4793
|
+
sellers: number;
|
|
4794
|
+
};
|
|
4795
|
+
m15: {
|
|
4796
|
+
buys: number;
|
|
4797
|
+
sells: number;
|
|
4798
|
+
buyers: number;
|
|
4799
|
+
sellers: number;
|
|
4800
|
+
};
|
|
4801
|
+
m30: {
|
|
4802
|
+
buys: number;
|
|
4803
|
+
sells: number;
|
|
4804
|
+
buyers: number;
|
|
4805
|
+
sellers: number;
|
|
4806
|
+
};
|
|
4807
|
+
h1: {
|
|
4808
|
+
buys: number;
|
|
4809
|
+
sells: number;
|
|
4810
|
+
buyers: number;
|
|
4811
|
+
sellers: number;
|
|
4812
|
+
};
|
|
4813
|
+
h6: {
|
|
4814
|
+
buys: number;
|
|
4815
|
+
sells: number;
|
|
4816
|
+
buyers: number;
|
|
4817
|
+
sellers: number;
|
|
4818
|
+
};
|
|
4819
|
+
h24: {
|
|
4820
|
+
buys: number;
|
|
4821
|
+
sells: number;
|
|
4822
|
+
buyers: number;
|
|
4823
|
+
sellers: number;
|
|
4824
|
+
};
|
|
4825
|
+
}>;
|
|
4826
|
+
volume_usd: import("zod").ZodObject<{
|
|
4827
|
+
m5: import("zod").ZodString;
|
|
4828
|
+
m15: import("zod").ZodString;
|
|
4829
|
+
m30: import("zod").ZodString;
|
|
4830
|
+
h1: import("zod").ZodString;
|
|
4831
|
+
h6: import("zod").ZodString;
|
|
4832
|
+
h24: import("zod").ZodString;
|
|
4833
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4834
|
+
m5: string;
|
|
4835
|
+
m15: string;
|
|
4836
|
+
m30: string;
|
|
4837
|
+
h1: string;
|
|
4838
|
+
h6: string;
|
|
4839
|
+
h24: string;
|
|
4840
|
+
}, {
|
|
4841
|
+
m5: string;
|
|
4842
|
+
m15: string;
|
|
4843
|
+
m30: string;
|
|
4844
|
+
h1: string;
|
|
4845
|
+
h6: string;
|
|
4846
|
+
h24: string;
|
|
4847
|
+
}>;
|
|
4848
|
+
reserve_in_usd: import("zod").ZodString;
|
|
4849
|
+
liquidity: import("zod").ZodString;
|
|
4850
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4851
|
+
liquidity: string;
|
|
4852
|
+
name: string;
|
|
4853
|
+
address: string;
|
|
4854
|
+
pool_created_at: string | null;
|
|
4855
|
+
base_token_price_usd: string;
|
|
4856
|
+
base_token_price_native_currency: string;
|
|
4857
|
+
quote_token_price_usd: string;
|
|
4858
|
+
quote_token_price_native_currency: string;
|
|
4859
|
+
base_token_price_quote_token: string;
|
|
4860
|
+
quote_token_price_base_token: string;
|
|
4861
|
+
fdv_usd: string;
|
|
4862
|
+
market_cap_usd: string;
|
|
4863
|
+
price_change_percentage: {
|
|
4864
|
+
m5: string;
|
|
4865
|
+
m15: string;
|
|
4866
|
+
m30: string;
|
|
4867
|
+
h1: string;
|
|
4868
|
+
h6: string;
|
|
4869
|
+
h24: string;
|
|
4870
|
+
};
|
|
4871
|
+
transactions: {
|
|
4872
|
+
m5: {
|
|
4873
|
+
buys: number;
|
|
4874
|
+
sells: number;
|
|
4875
|
+
buyers: number;
|
|
4876
|
+
sellers: number;
|
|
4877
|
+
};
|
|
4878
|
+
m15: {
|
|
4879
|
+
buys: number;
|
|
4880
|
+
sells: number;
|
|
4881
|
+
buyers: number;
|
|
4882
|
+
sellers: number;
|
|
4883
|
+
};
|
|
4884
|
+
m30: {
|
|
4885
|
+
buys: number;
|
|
4886
|
+
sells: number;
|
|
4887
|
+
buyers: number;
|
|
4888
|
+
sellers: number;
|
|
4889
|
+
};
|
|
4890
|
+
h1: {
|
|
4891
|
+
buys: number;
|
|
4892
|
+
sells: number;
|
|
4893
|
+
buyers: number;
|
|
4894
|
+
sellers: number;
|
|
4895
|
+
};
|
|
4896
|
+
h6: {
|
|
4897
|
+
buys: number;
|
|
4898
|
+
sells: number;
|
|
4899
|
+
buyers: number;
|
|
4900
|
+
sellers: number;
|
|
4901
|
+
};
|
|
4902
|
+
h24: {
|
|
4903
|
+
buys: number;
|
|
4904
|
+
sells: number;
|
|
4905
|
+
buyers: number;
|
|
4906
|
+
sellers: number;
|
|
4907
|
+
};
|
|
4908
|
+
};
|
|
4909
|
+
volume_usd: {
|
|
4910
|
+
m5: string;
|
|
4911
|
+
m15: string;
|
|
4912
|
+
m30: string;
|
|
4913
|
+
h1: string;
|
|
4914
|
+
h6: string;
|
|
4915
|
+
h24: string;
|
|
4916
|
+
};
|
|
4917
|
+
reserve_in_usd: string;
|
|
4918
|
+
}, {
|
|
4919
|
+
liquidity: string;
|
|
4920
|
+
name: string;
|
|
4921
|
+
address: string;
|
|
4922
|
+
pool_created_at: string | null;
|
|
4923
|
+
base_token_price_usd: string;
|
|
4924
|
+
base_token_price_native_currency: string;
|
|
4925
|
+
quote_token_price_usd: string;
|
|
4926
|
+
quote_token_price_native_currency: string;
|
|
4927
|
+
base_token_price_quote_token: string;
|
|
4928
|
+
quote_token_price_base_token: string;
|
|
4929
|
+
fdv_usd: string;
|
|
4930
|
+
market_cap_usd: string;
|
|
4931
|
+
price_change_percentage: {
|
|
4932
|
+
m5: string;
|
|
4933
|
+
m15: string;
|
|
4934
|
+
m30: string;
|
|
4935
|
+
h1: string;
|
|
4936
|
+
h6: string;
|
|
4937
|
+
h24: string;
|
|
4938
|
+
};
|
|
4939
|
+
transactions: {
|
|
4940
|
+
m5: {
|
|
4941
|
+
buys: number;
|
|
4942
|
+
sells: number;
|
|
4943
|
+
buyers: number;
|
|
4944
|
+
sellers: number;
|
|
4945
|
+
};
|
|
4946
|
+
m15: {
|
|
4947
|
+
buys: number;
|
|
4948
|
+
sells: number;
|
|
4949
|
+
buyers: number;
|
|
4950
|
+
sellers: number;
|
|
4951
|
+
};
|
|
4952
|
+
m30: {
|
|
4953
|
+
buys: number;
|
|
4954
|
+
sells: number;
|
|
4955
|
+
buyers: number;
|
|
4956
|
+
sellers: number;
|
|
4957
|
+
};
|
|
4958
|
+
h1: {
|
|
4959
|
+
buys: number;
|
|
4960
|
+
sells: number;
|
|
4961
|
+
buyers: number;
|
|
4962
|
+
sellers: number;
|
|
4963
|
+
};
|
|
4964
|
+
h6: {
|
|
4965
|
+
buys: number;
|
|
4966
|
+
sells: number;
|
|
4967
|
+
buyers: number;
|
|
4968
|
+
sellers: number;
|
|
4969
|
+
};
|
|
4970
|
+
h24: {
|
|
4971
|
+
buys: number;
|
|
4972
|
+
sells: number;
|
|
4973
|
+
buyers: number;
|
|
4974
|
+
sellers: number;
|
|
4975
|
+
};
|
|
4976
|
+
};
|
|
4977
|
+
volume_usd: {
|
|
4978
|
+
m5: string;
|
|
4979
|
+
m15: string;
|
|
4980
|
+
m30: string;
|
|
4981
|
+
h1: string;
|
|
4982
|
+
h6: string;
|
|
4983
|
+
h24: string;
|
|
4984
|
+
};
|
|
4985
|
+
reserve_in_usd: string;
|
|
4986
|
+
}>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
4987
|
+
address: import("zod").ZodString;
|
|
4988
|
+
name: import("zod").ZodString;
|
|
4989
|
+
pool_created_at: import("zod").ZodNullable<import("zod").ZodString>;
|
|
4990
|
+
base_token_price_usd: import("zod").ZodString;
|
|
4991
|
+
base_token_price_native_currency: import("zod").ZodString;
|
|
4992
|
+
quote_token_price_usd: import("zod").ZodString;
|
|
4993
|
+
quote_token_price_native_currency: import("zod").ZodString;
|
|
4994
|
+
base_token_price_quote_token: import("zod").ZodString;
|
|
4995
|
+
quote_token_price_base_token: import("zod").ZodString;
|
|
4996
|
+
fdv_usd: import("zod").ZodString;
|
|
4997
|
+
market_cap_usd: import("zod").ZodString;
|
|
4998
|
+
price_change_percentage: import("zod").ZodObject<{
|
|
4999
|
+
m5: import("zod").ZodString;
|
|
5000
|
+
m15: import("zod").ZodString;
|
|
5001
|
+
m30: import("zod").ZodString;
|
|
5002
|
+
h1: import("zod").ZodString;
|
|
5003
|
+
h6: import("zod").ZodString;
|
|
5004
|
+
h24: import("zod").ZodString;
|
|
5005
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5006
|
+
m5: string;
|
|
5007
|
+
m15: string;
|
|
5008
|
+
m30: string;
|
|
5009
|
+
h1: string;
|
|
5010
|
+
h6: string;
|
|
5011
|
+
h24: string;
|
|
5012
|
+
}, {
|
|
5013
|
+
m5: string;
|
|
5014
|
+
m15: string;
|
|
5015
|
+
m30: string;
|
|
5016
|
+
h1: string;
|
|
5017
|
+
h6: string;
|
|
5018
|
+
h24: string;
|
|
5019
|
+
}>;
|
|
5020
|
+
transactions: import("zod").ZodObject<{
|
|
5021
|
+
m5: import("zod").ZodObject<{
|
|
5022
|
+
buys: import("zod").ZodNumber;
|
|
5023
|
+
sells: import("zod").ZodNumber;
|
|
5024
|
+
buyers: import("zod").ZodNumber;
|
|
5025
|
+
sellers: import("zod").ZodNumber;
|
|
5026
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5027
|
+
buys: number;
|
|
5028
|
+
sells: number;
|
|
5029
|
+
buyers: number;
|
|
5030
|
+
sellers: number;
|
|
5031
|
+
}, {
|
|
5032
|
+
buys: number;
|
|
5033
|
+
sells: number;
|
|
5034
|
+
buyers: number;
|
|
5035
|
+
sellers: number;
|
|
5036
|
+
}>;
|
|
5037
|
+
m15: import("zod").ZodObject<{
|
|
5038
|
+
buys: import("zod").ZodNumber;
|
|
5039
|
+
sells: import("zod").ZodNumber;
|
|
5040
|
+
buyers: import("zod").ZodNumber;
|
|
5041
|
+
sellers: import("zod").ZodNumber;
|
|
5042
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5043
|
+
buys: number;
|
|
5044
|
+
sells: number;
|
|
5045
|
+
buyers: number;
|
|
5046
|
+
sellers: number;
|
|
5047
|
+
}, {
|
|
5048
|
+
buys: number;
|
|
5049
|
+
sells: number;
|
|
5050
|
+
buyers: number;
|
|
5051
|
+
sellers: number;
|
|
5052
|
+
}>;
|
|
5053
|
+
m30: import("zod").ZodObject<{
|
|
5054
|
+
buys: import("zod").ZodNumber;
|
|
5055
|
+
sells: import("zod").ZodNumber;
|
|
5056
|
+
buyers: import("zod").ZodNumber;
|
|
5057
|
+
sellers: import("zod").ZodNumber;
|
|
5058
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5059
|
+
buys: number;
|
|
5060
|
+
sells: number;
|
|
5061
|
+
buyers: number;
|
|
5062
|
+
sellers: number;
|
|
5063
|
+
}, {
|
|
5064
|
+
buys: number;
|
|
5065
|
+
sells: number;
|
|
5066
|
+
buyers: number;
|
|
5067
|
+
sellers: number;
|
|
5068
|
+
}>;
|
|
5069
|
+
h1: import("zod").ZodObject<{
|
|
5070
|
+
buys: import("zod").ZodNumber;
|
|
5071
|
+
sells: import("zod").ZodNumber;
|
|
5072
|
+
buyers: import("zod").ZodNumber;
|
|
5073
|
+
sellers: import("zod").ZodNumber;
|
|
5074
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5075
|
+
buys: number;
|
|
5076
|
+
sells: number;
|
|
5077
|
+
buyers: number;
|
|
5078
|
+
sellers: number;
|
|
5079
|
+
}, {
|
|
5080
|
+
buys: number;
|
|
5081
|
+
sells: number;
|
|
5082
|
+
buyers: number;
|
|
5083
|
+
sellers: number;
|
|
5084
|
+
}>;
|
|
5085
|
+
h6: import("zod").ZodObject<{
|
|
5086
|
+
buys: import("zod").ZodNumber;
|
|
5087
|
+
sells: import("zod").ZodNumber;
|
|
5088
|
+
buyers: import("zod").ZodNumber;
|
|
5089
|
+
sellers: import("zod").ZodNumber;
|
|
5090
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5091
|
+
buys: number;
|
|
5092
|
+
sells: number;
|
|
5093
|
+
buyers: number;
|
|
5094
|
+
sellers: number;
|
|
5095
|
+
}, {
|
|
5096
|
+
buys: number;
|
|
5097
|
+
sells: number;
|
|
5098
|
+
buyers: number;
|
|
5099
|
+
sellers: number;
|
|
5100
|
+
}>;
|
|
5101
|
+
h24: import("zod").ZodObject<{
|
|
5102
|
+
buys: import("zod").ZodNumber;
|
|
5103
|
+
sells: import("zod").ZodNumber;
|
|
5104
|
+
buyers: import("zod").ZodNumber;
|
|
5105
|
+
sellers: import("zod").ZodNumber;
|
|
5106
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5107
|
+
buys: number;
|
|
5108
|
+
sells: number;
|
|
5109
|
+
buyers: number;
|
|
5110
|
+
sellers: number;
|
|
5111
|
+
}, {
|
|
5112
|
+
buys: number;
|
|
5113
|
+
sells: number;
|
|
5114
|
+
buyers: number;
|
|
5115
|
+
sellers: number;
|
|
5116
|
+
}>;
|
|
5117
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5118
|
+
m5: {
|
|
5119
|
+
buys: number;
|
|
5120
|
+
sells: number;
|
|
5121
|
+
buyers: number;
|
|
5122
|
+
sellers: number;
|
|
5123
|
+
};
|
|
5124
|
+
m15: {
|
|
5125
|
+
buys: number;
|
|
5126
|
+
sells: number;
|
|
5127
|
+
buyers: number;
|
|
5128
|
+
sellers: number;
|
|
5129
|
+
};
|
|
5130
|
+
m30: {
|
|
5131
|
+
buys: number;
|
|
5132
|
+
sells: number;
|
|
5133
|
+
buyers: number;
|
|
5134
|
+
sellers: number;
|
|
5135
|
+
};
|
|
5136
|
+
h1: {
|
|
5137
|
+
buys: number;
|
|
5138
|
+
sells: number;
|
|
5139
|
+
buyers: number;
|
|
5140
|
+
sellers: number;
|
|
5141
|
+
};
|
|
5142
|
+
h6: {
|
|
5143
|
+
buys: number;
|
|
5144
|
+
sells: number;
|
|
5145
|
+
buyers: number;
|
|
5146
|
+
sellers: number;
|
|
5147
|
+
};
|
|
5148
|
+
h24: {
|
|
5149
|
+
buys: number;
|
|
5150
|
+
sells: number;
|
|
5151
|
+
buyers: number;
|
|
5152
|
+
sellers: number;
|
|
5153
|
+
};
|
|
5154
|
+
}, {
|
|
5155
|
+
m5: {
|
|
5156
|
+
buys: number;
|
|
5157
|
+
sells: number;
|
|
5158
|
+
buyers: number;
|
|
5159
|
+
sellers: number;
|
|
5160
|
+
};
|
|
5161
|
+
m15: {
|
|
5162
|
+
buys: number;
|
|
5163
|
+
sells: number;
|
|
5164
|
+
buyers: number;
|
|
5165
|
+
sellers: number;
|
|
5166
|
+
};
|
|
5167
|
+
m30: {
|
|
5168
|
+
buys: number;
|
|
5169
|
+
sells: number;
|
|
5170
|
+
buyers: number;
|
|
5171
|
+
sellers: number;
|
|
5172
|
+
};
|
|
5173
|
+
h1: {
|
|
5174
|
+
buys: number;
|
|
5175
|
+
sells: number;
|
|
5176
|
+
buyers: number;
|
|
5177
|
+
sellers: number;
|
|
5178
|
+
};
|
|
5179
|
+
h6: {
|
|
5180
|
+
buys: number;
|
|
5181
|
+
sells: number;
|
|
5182
|
+
buyers: number;
|
|
5183
|
+
sellers: number;
|
|
5184
|
+
};
|
|
5185
|
+
h24: {
|
|
5186
|
+
buys: number;
|
|
5187
|
+
sells: number;
|
|
5188
|
+
buyers: number;
|
|
5189
|
+
sellers: number;
|
|
5190
|
+
};
|
|
5191
|
+
}>;
|
|
5192
|
+
volume_usd: import("zod").ZodObject<{
|
|
5193
|
+
m5: import("zod").ZodString;
|
|
5194
|
+
m15: import("zod").ZodString;
|
|
5195
|
+
m30: import("zod").ZodString;
|
|
5196
|
+
h1: import("zod").ZodString;
|
|
5197
|
+
h6: import("zod").ZodString;
|
|
5198
|
+
h24: import("zod").ZodString;
|
|
5199
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5200
|
+
m5: string;
|
|
5201
|
+
m15: string;
|
|
5202
|
+
m30: string;
|
|
5203
|
+
h1: string;
|
|
5204
|
+
h6: string;
|
|
5205
|
+
h24: string;
|
|
5206
|
+
}, {
|
|
5207
|
+
m5: string;
|
|
5208
|
+
m15: string;
|
|
5209
|
+
m30: string;
|
|
5210
|
+
h1: string;
|
|
5211
|
+
h6: string;
|
|
5212
|
+
h24: string;
|
|
5213
|
+
}>;
|
|
5214
|
+
reserve_in_usd: import("zod").ZodString;
|
|
5215
|
+
liquidity: import("zod").ZodString;
|
|
5216
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5217
|
+
liquidity: string;
|
|
5218
|
+
name: string;
|
|
5219
|
+
address: string;
|
|
5220
|
+
pool_created_at: string | null;
|
|
5221
|
+
base_token_price_usd: string;
|
|
5222
|
+
base_token_price_native_currency: string;
|
|
5223
|
+
quote_token_price_usd: string;
|
|
5224
|
+
quote_token_price_native_currency: string;
|
|
5225
|
+
base_token_price_quote_token: string;
|
|
5226
|
+
quote_token_price_base_token: string;
|
|
5227
|
+
fdv_usd: string;
|
|
5228
|
+
market_cap_usd: string;
|
|
5229
|
+
price_change_percentage: {
|
|
5230
|
+
m5: string;
|
|
5231
|
+
m15: string;
|
|
5232
|
+
m30: string;
|
|
5233
|
+
h1: string;
|
|
5234
|
+
h6: string;
|
|
5235
|
+
h24: string;
|
|
5236
|
+
};
|
|
5237
|
+
transactions: {
|
|
5238
|
+
m5: {
|
|
5239
|
+
buys: number;
|
|
5240
|
+
sells: number;
|
|
5241
|
+
buyers: number;
|
|
5242
|
+
sellers: number;
|
|
5243
|
+
};
|
|
5244
|
+
m15: {
|
|
5245
|
+
buys: number;
|
|
5246
|
+
sells: number;
|
|
5247
|
+
buyers: number;
|
|
5248
|
+
sellers: number;
|
|
5249
|
+
};
|
|
5250
|
+
m30: {
|
|
5251
|
+
buys: number;
|
|
5252
|
+
sells: number;
|
|
5253
|
+
buyers: number;
|
|
5254
|
+
sellers: number;
|
|
5255
|
+
};
|
|
5256
|
+
h1: {
|
|
5257
|
+
buys: number;
|
|
5258
|
+
sells: number;
|
|
5259
|
+
buyers: number;
|
|
5260
|
+
sellers: number;
|
|
5261
|
+
};
|
|
5262
|
+
h6: {
|
|
5263
|
+
buys: number;
|
|
5264
|
+
sells: number;
|
|
5265
|
+
buyers: number;
|
|
5266
|
+
sellers: number;
|
|
5267
|
+
};
|
|
5268
|
+
h24: {
|
|
5269
|
+
buys: number;
|
|
5270
|
+
sells: number;
|
|
5271
|
+
buyers: number;
|
|
5272
|
+
sellers: number;
|
|
5273
|
+
};
|
|
5274
|
+
};
|
|
5275
|
+
volume_usd: {
|
|
5276
|
+
m5: string;
|
|
5277
|
+
m15: string;
|
|
5278
|
+
m30: string;
|
|
5279
|
+
h1: string;
|
|
5280
|
+
h6: string;
|
|
5281
|
+
h24: string;
|
|
5282
|
+
};
|
|
5283
|
+
reserve_in_usd: string;
|
|
5284
|
+
}, {
|
|
5285
|
+
liquidity: string;
|
|
5286
|
+
name: string;
|
|
5287
|
+
address: string;
|
|
5288
|
+
pool_created_at: string | null;
|
|
5289
|
+
base_token_price_usd: string;
|
|
5290
|
+
base_token_price_native_currency: string;
|
|
5291
|
+
quote_token_price_usd: string;
|
|
5292
|
+
quote_token_price_native_currency: string;
|
|
5293
|
+
base_token_price_quote_token: string;
|
|
5294
|
+
quote_token_price_base_token: string;
|
|
5295
|
+
fdv_usd: string;
|
|
5296
|
+
market_cap_usd: string;
|
|
5297
|
+
price_change_percentage: {
|
|
5298
|
+
m5: string;
|
|
5299
|
+
m15: string;
|
|
5300
|
+
m30: string;
|
|
5301
|
+
h1: string;
|
|
5302
|
+
h6: string;
|
|
5303
|
+
h24: string;
|
|
5304
|
+
};
|
|
5305
|
+
transactions: {
|
|
5306
|
+
m5: {
|
|
5307
|
+
buys: number;
|
|
5308
|
+
sells: number;
|
|
5309
|
+
buyers: number;
|
|
5310
|
+
sellers: number;
|
|
5311
|
+
};
|
|
5312
|
+
m15: {
|
|
5313
|
+
buys: number;
|
|
5314
|
+
sells: number;
|
|
5315
|
+
buyers: number;
|
|
5316
|
+
sellers: number;
|
|
5317
|
+
};
|
|
5318
|
+
m30: {
|
|
5319
|
+
buys: number;
|
|
5320
|
+
sells: number;
|
|
5321
|
+
buyers: number;
|
|
5322
|
+
sellers: number;
|
|
5323
|
+
};
|
|
5324
|
+
h1: {
|
|
5325
|
+
buys: number;
|
|
5326
|
+
sells: number;
|
|
5327
|
+
buyers: number;
|
|
5328
|
+
sellers: number;
|
|
5329
|
+
};
|
|
5330
|
+
h6: {
|
|
5331
|
+
buys: number;
|
|
5332
|
+
sells: number;
|
|
5333
|
+
buyers: number;
|
|
5334
|
+
sellers: number;
|
|
5335
|
+
};
|
|
5336
|
+
h24: {
|
|
5337
|
+
buys: number;
|
|
5338
|
+
sells: number;
|
|
5339
|
+
buyers: number;
|
|
5340
|
+
sellers: number;
|
|
5341
|
+
};
|
|
5342
|
+
};
|
|
5343
|
+
volume_usd: {
|
|
5344
|
+
m5: string;
|
|
5345
|
+
m15: string;
|
|
5346
|
+
m30: string;
|
|
5347
|
+
h1: string;
|
|
5348
|
+
h6: string;
|
|
5349
|
+
h24: string;
|
|
5350
|
+
};
|
|
5351
|
+
reserve_in_usd: string;
|
|
5352
|
+
}>, "many">, import("zod").ZodNull]>;
|
|
5353
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5354
|
+
result: {
|
|
5355
|
+
liquidity: string;
|
|
5356
|
+
name: string;
|
|
5357
|
+
address: string;
|
|
5358
|
+
pool_created_at: string | null;
|
|
5359
|
+
base_token_price_usd: string;
|
|
5360
|
+
base_token_price_native_currency: string;
|
|
5361
|
+
quote_token_price_usd: string;
|
|
5362
|
+
quote_token_price_native_currency: string;
|
|
5363
|
+
base_token_price_quote_token: string;
|
|
5364
|
+
quote_token_price_base_token: string;
|
|
5365
|
+
fdv_usd: string;
|
|
5366
|
+
market_cap_usd: string;
|
|
5367
|
+
price_change_percentage: {
|
|
5368
|
+
m5: string;
|
|
5369
|
+
m15: string;
|
|
5370
|
+
m30: string;
|
|
5371
|
+
h1: string;
|
|
5372
|
+
h6: string;
|
|
5373
|
+
h24: string;
|
|
5374
|
+
};
|
|
5375
|
+
transactions: {
|
|
5376
|
+
m5: {
|
|
5377
|
+
buys: number;
|
|
5378
|
+
sells: number;
|
|
5379
|
+
buyers: number;
|
|
5380
|
+
sellers: number;
|
|
5381
|
+
};
|
|
5382
|
+
m15: {
|
|
5383
|
+
buys: number;
|
|
5384
|
+
sells: number;
|
|
5385
|
+
buyers: number;
|
|
5386
|
+
sellers: number;
|
|
5387
|
+
};
|
|
5388
|
+
m30: {
|
|
5389
|
+
buys: number;
|
|
5390
|
+
sells: number;
|
|
5391
|
+
buyers: number;
|
|
5392
|
+
sellers: number;
|
|
5393
|
+
};
|
|
5394
|
+
h1: {
|
|
5395
|
+
buys: number;
|
|
5396
|
+
sells: number;
|
|
5397
|
+
buyers: number;
|
|
5398
|
+
sellers: number;
|
|
5399
|
+
};
|
|
5400
|
+
h6: {
|
|
5401
|
+
buys: number;
|
|
5402
|
+
sells: number;
|
|
5403
|
+
buyers: number;
|
|
5404
|
+
sellers: number;
|
|
5405
|
+
};
|
|
5406
|
+
h24: {
|
|
5407
|
+
buys: number;
|
|
5408
|
+
sells: number;
|
|
5409
|
+
buyers: number;
|
|
5410
|
+
sellers: number;
|
|
5411
|
+
};
|
|
5412
|
+
};
|
|
5413
|
+
volume_usd: {
|
|
5414
|
+
m5: string;
|
|
5415
|
+
m15: string;
|
|
5416
|
+
m30: string;
|
|
5417
|
+
h1: string;
|
|
5418
|
+
h6: string;
|
|
5419
|
+
h24: string;
|
|
5420
|
+
};
|
|
5421
|
+
reserve_in_usd: string;
|
|
5422
|
+
} | {
|
|
5423
|
+
liquidity: string;
|
|
5424
|
+
name: string;
|
|
5425
|
+
address: string;
|
|
5426
|
+
pool_created_at: string | null;
|
|
5427
|
+
base_token_price_usd: string;
|
|
5428
|
+
base_token_price_native_currency: string;
|
|
5429
|
+
quote_token_price_usd: string;
|
|
5430
|
+
quote_token_price_native_currency: string;
|
|
5431
|
+
base_token_price_quote_token: string;
|
|
5432
|
+
quote_token_price_base_token: string;
|
|
5433
|
+
fdv_usd: string;
|
|
5434
|
+
market_cap_usd: string;
|
|
5435
|
+
price_change_percentage: {
|
|
5436
|
+
m5: string;
|
|
5437
|
+
m15: string;
|
|
5438
|
+
m30: string;
|
|
5439
|
+
h1: string;
|
|
5440
|
+
h6: string;
|
|
5441
|
+
h24: string;
|
|
5442
|
+
};
|
|
5443
|
+
transactions: {
|
|
5444
|
+
m5: {
|
|
5445
|
+
buys: number;
|
|
5446
|
+
sells: number;
|
|
5447
|
+
buyers: number;
|
|
5448
|
+
sellers: number;
|
|
5449
|
+
};
|
|
5450
|
+
m15: {
|
|
5451
|
+
buys: number;
|
|
5452
|
+
sells: number;
|
|
5453
|
+
buyers: number;
|
|
5454
|
+
sellers: number;
|
|
5455
|
+
};
|
|
5456
|
+
m30: {
|
|
5457
|
+
buys: number;
|
|
5458
|
+
sells: number;
|
|
5459
|
+
buyers: number;
|
|
5460
|
+
sellers: number;
|
|
5461
|
+
};
|
|
5462
|
+
h1: {
|
|
5463
|
+
buys: number;
|
|
5464
|
+
sells: number;
|
|
5465
|
+
buyers: number;
|
|
5466
|
+
sellers: number;
|
|
5467
|
+
};
|
|
5468
|
+
h6: {
|
|
5469
|
+
buys: number;
|
|
5470
|
+
sells: number;
|
|
5471
|
+
buyers: number;
|
|
5472
|
+
sellers: number;
|
|
5473
|
+
};
|
|
5474
|
+
h24: {
|
|
5475
|
+
buys: number;
|
|
5476
|
+
sells: number;
|
|
5477
|
+
buyers: number;
|
|
5478
|
+
sellers: number;
|
|
5479
|
+
};
|
|
5480
|
+
};
|
|
5481
|
+
volume_usd: {
|
|
5482
|
+
m5: string;
|
|
5483
|
+
m15: string;
|
|
5484
|
+
m30: string;
|
|
5485
|
+
h1: string;
|
|
5486
|
+
h6: string;
|
|
5487
|
+
h24: string;
|
|
5488
|
+
};
|
|
5489
|
+
reserve_in_usd: string;
|
|
5490
|
+
}[] | null;
|
|
5491
|
+
}, {
|
|
5492
|
+
result: {
|
|
5493
|
+
liquidity: string;
|
|
5494
|
+
name: string;
|
|
5495
|
+
address: string;
|
|
5496
|
+
pool_created_at: string | null;
|
|
5497
|
+
base_token_price_usd: string;
|
|
5498
|
+
base_token_price_native_currency: string;
|
|
5499
|
+
quote_token_price_usd: string;
|
|
5500
|
+
quote_token_price_native_currency: string;
|
|
5501
|
+
base_token_price_quote_token: string;
|
|
5502
|
+
quote_token_price_base_token: string;
|
|
5503
|
+
fdv_usd: string;
|
|
5504
|
+
market_cap_usd: string;
|
|
5505
|
+
price_change_percentage: {
|
|
5506
|
+
m5: string;
|
|
5507
|
+
m15: string;
|
|
5508
|
+
m30: string;
|
|
5509
|
+
h1: string;
|
|
5510
|
+
h6: string;
|
|
5511
|
+
h24: string;
|
|
5512
|
+
};
|
|
5513
|
+
transactions: {
|
|
5514
|
+
m5: {
|
|
5515
|
+
buys: number;
|
|
5516
|
+
sells: number;
|
|
5517
|
+
buyers: number;
|
|
5518
|
+
sellers: number;
|
|
5519
|
+
};
|
|
5520
|
+
m15: {
|
|
5521
|
+
buys: number;
|
|
5522
|
+
sells: number;
|
|
5523
|
+
buyers: number;
|
|
5524
|
+
sellers: number;
|
|
5525
|
+
};
|
|
5526
|
+
m30: {
|
|
5527
|
+
buys: number;
|
|
5528
|
+
sells: number;
|
|
5529
|
+
buyers: number;
|
|
5530
|
+
sellers: number;
|
|
5531
|
+
};
|
|
5532
|
+
h1: {
|
|
5533
|
+
buys: number;
|
|
5534
|
+
sells: number;
|
|
5535
|
+
buyers: number;
|
|
5536
|
+
sellers: number;
|
|
5537
|
+
};
|
|
5538
|
+
h6: {
|
|
5539
|
+
buys: number;
|
|
5540
|
+
sells: number;
|
|
5541
|
+
buyers: number;
|
|
5542
|
+
sellers: number;
|
|
5543
|
+
};
|
|
5544
|
+
h24: {
|
|
5545
|
+
buys: number;
|
|
5546
|
+
sells: number;
|
|
5547
|
+
buyers: number;
|
|
5548
|
+
sellers: number;
|
|
5549
|
+
};
|
|
5550
|
+
};
|
|
5551
|
+
volume_usd: {
|
|
5552
|
+
m5: string;
|
|
5553
|
+
m15: string;
|
|
5554
|
+
m30: string;
|
|
5555
|
+
h1: string;
|
|
5556
|
+
h6: string;
|
|
5557
|
+
h24: string;
|
|
5558
|
+
};
|
|
5559
|
+
reserve_in_usd: string;
|
|
5560
|
+
} | {
|
|
5561
|
+
liquidity: string;
|
|
5562
|
+
name: string;
|
|
5563
|
+
address: string;
|
|
5564
|
+
pool_created_at: string | null;
|
|
5565
|
+
base_token_price_usd: string;
|
|
5566
|
+
base_token_price_native_currency: string;
|
|
5567
|
+
quote_token_price_usd: string;
|
|
5568
|
+
quote_token_price_native_currency: string;
|
|
5569
|
+
base_token_price_quote_token: string;
|
|
5570
|
+
quote_token_price_base_token: string;
|
|
5571
|
+
fdv_usd: string;
|
|
5572
|
+
market_cap_usd: string;
|
|
5573
|
+
price_change_percentage: {
|
|
5574
|
+
m5: string;
|
|
5575
|
+
m15: string;
|
|
5576
|
+
m30: string;
|
|
5577
|
+
h1: string;
|
|
5578
|
+
h6: string;
|
|
5579
|
+
h24: string;
|
|
5580
|
+
};
|
|
5581
|
+
transactions: {
|
|
5582
|
+
m5: {
|
|
5583
|
+
buys: number;
|
|
5584
|
+
sells: number;
|
|
5585
|
+
buyers: number;
|
|
5586
|
+
sellers: number;
|
|
5587
|
+
};
|
|
5588
|
+
m15: {
|
|
5589
|
+
buys: number;
|
|
5590
|
+
sells: number;
|
|
5591
|
+
buyers: number;
|
|
5592
|
+
sellers: number;
|
|
5593
|
+
};
|
|
5594
|
+
m30: {
|
|
5595
|
+
buys: number;
|
|
5596
|
+
sells: number;
|
|
5597
|
+
buyers: number;
|
|
5598
|
+
sellers: number;
|
|
5599
|
+
};
|
|
5600
|
+
h1: {
|
|
5601
|
+
buys: number;
|
|
5602
|
+
sells: number;
|
|
5603
|
+
buyers: number;
|
|
5604
|
+
sellers: number;
|
|
5605
|
+
};
|
|
5606
|
+
h6: {
|
|
5607
|
+
buys: number;
|
|
5608
|
+
sells: number;
|
|
5609
|
+
buyers: number;
|
|
5610
|
+
sellers: number;
|
|
5611
|
+
};
|
|
5612
|
+
h24: {
|
|
5613
|
+
buys: number;
|
|
5614
|
+
sells: number;
|
|
5615
|
+
buyers: number;
|
|
5616
|
+
sellers: number;
|
|
5617
|
+
};
|
|
5618
|
+
};
|
|
5619
|
+
volume_usd: {
|
|
5620
|
+
m5: string;
|
|
5621
|
+
m15: string;
|
|
5622
|
+
m30: string;
|
|
5623
|
+
h1: string;
|
|
5624
|
+
h6: string;
|
|
5625
|
+
h24: string;
|
|
5626
|
+
};
|
|
5627
|
+
reserve_in_usd: string;
|
|
5628
|
+
}[] | null;
|
|
5629
|
+
}>;
|
|
5630
|
+
400: import("zod").ZodObject<{
|
|
5631
|
+
code: import("zod").ZodString;
|
|
5632
|
+
message: import("zod").ZodString;
|
|
5633
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5634
|
+
code: string;
|
|
5635
|
+
message: string;
|
|
5636
|
+
}, {
|
|
5637
|
+
code: string;
|
|
5638
|
+
message: string;
|
|
5639
|
+
}>;
|
|
5640
|
+
500: import("zod").ZodObject<{
|
|
5641
|
+
code: import("zod").ZodString;
|
|
5642
|
+
message: import("zod").ZodString;
|
|
5643
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5644
|
+
code: string;
|
|
5645
|
+
message: string;
|
|
5646
|
+
}, {
|
|
5647
|
+
code: string;
|
|
5648
|
+
message: string;
|
|
5649
|
+
}>;
|
|
5650
|
+
};
|
|
5651
|
+
};
|
|
5652
|
+
getTokensStats: {
|
|
5653
|
+
description: "Get statistics for one or more tokens. Returns a single object for one token, or an array for multiple tokens.";
|
|
5654
|
+
pathParams: import("zod").ZodObject<{
|
|
5655
|
+
tokenAddresses: import("zod").ZodString;
|
|
5656
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5657
|
+
tokenAddresses: string;
|
|
5658
|
+
}, {
|
|
5659
|
+
tokenAddresses: string;
|
|
5660
|
+
}>;
|
|
5661
|
+
query: import("zod").ZodObject<{
|
|
5662
|
+
chainId: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
|
|
5663
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5664
|
+
chainId: number;
|
|
5665
|
+
}, {
|
|
5666
|
+
chainId?: number | undefined;
|
|
5667
|
+
}>;
|
|
5668
|
+
method: "GET";
|
|
5669
|
+
path: "/market/tokens/:tokenAddresses/stats";
|
|
5670
|
+
responses: {
|
|
5671
|
+
200: import("zod").ZodObject<{
|
|
5672
|
+
result: import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
5673
|
+
address: import("zod").ZodString;
|
|
5674
|
+
name: import("zod").ZodString;
|
|
5675
|
+
symbol: import("zod").ZodString;
|
|
5676
|
+
decimals: import("zod").ZodNumber;
|
|
5677
|
+
price_usd: import("zod").ZodString;
|
|
5678
|
+
fdv_usd: import("zod").ZodString;
|
|
5679
|
+
market_cap_usd: import("zod").ZodString;
|
|
5680
|
+
volume_usd: import("zod").ZodObject<{
|
|
5681
|
+
m5: import("zod").ZodNumber;
|
|
5682
|
+
m15: import("zod").ZodNumber;
|
|
5683
|
+
m30: import("zod").ZodNumber;
|
|
5684
|
+
h1: import("zod").ZodNumber;
|
|
5685
|
+
h6: import("zod").ZodNumber;
|
|
5686
|
+
h24: import("zod").ZodNumber;
|
|
5687
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5688
|
+
m5: number;
|
|
5689
|
+
m15: number;
|
|
5690
|
+
m30: number;
|
|
5691
|
+
h1: number;
|
|
5692
|
+
h6: number;
|
|
5693
|
+
h24: number;
|
|
5694
|
+
}, {
|
|
5695
|
+
m5: number;
|
|
5696
|
+
m15: number;
|
|
5697
|
+
m30: number;
|
|
5698
|
+
h1: number;
|
|
5699
|
+
h6: number;
|
|
5700
|
+
h24: number;
|
|
5701
|
+
}>;
|
|
5702
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5703
|
+
symbol: string;
|
|
5704
|
+
name: string;
|
|
5705
|
+
address: string;
|
|
5706
|
+
fdv_usd: string;
|
|
5707
|
+
market_cap_usd: string;
|
|
5708
|
+
volume_usd: {
|
|
5709
|
+
m5: number;
|
|
5710
|
+
m15: number;
|
|
5711
|
+
m30: number;
|
|
5712
|
+
h1: number;
|
|
5713
|
+
h6: number;
|
|
5714
|
+
h24: number;
|
|
5715
|
+
};
|
|
5716
|
+
decimals: number;
|
|
5717
|
+
price_usd: string;
|
|
5718
|
+
}, {
|
|
5719
|
+
symbol: string;
|
|
5720
|
+
name: string;
|
|
5721
|
+
address: string;
|
|
5722
|
+
fdv_usd: string;
|
|
5723
|
+
market_cap_usd: string;
|
|
5724
|
+
volume_usd: {
|
|
5725
|
+
m5: number;
|
|
5726
|
+
m15: number;
|
|
5727
|
+
m30: number;
|
|
5728
|
+
h1: number;
|
|
5729
|
+
h6: number;
|
|
5730
|
+
h24: number;
|
|
5731
|
+
};
|
|
5732
|
+
decimals: number;
|
|
5733
|
+
price_usd: string;
|
|
5734
|
+
}>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
5735
|
+
address: import("zod").ZodString;
|
|
5736
|
+
name: import("zod").ZodString;
|
|
5737
|
+
symbol: import("zod").ZodString;
|
|
5738
|
+
decimals: import("zod").ZodNumber;
|
|
5739
|
+
price_usd: import("zod").ZodString;
|
|
5740
|
+
fdv_usd: import("zod").ZodString;
|
|
5741
|
+
market_cap_usd: import("zod").ZodString;
|
|
5742
|
+
volume_usd: import("zod").ZodObject<{
|
|
5743
|
+
m5: import("zod").ZodNumber;
|
|
5744
|
+
m15: import("zod").ZodNumber;
|
|
5745
|
+
m30: import("zod").ZodNumber;
|
|
5746
|
+
h1: import("zod").ZodNumber;
|
|
5747
|
+
h6: import("zod").ZodNumber;
|
|
5748
|
+
h24: import("zod").ZodNumber;
|
|
5749
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5750
|
+
m5: number;
|
|
5751
|
+
m15: number;
|
|
5752
|
+
m30: number;
|
|
5753
|
+
h1: number;
|
|
5754
|
+
h6: number;
|
|
5755
|
+
h24: number;
|
|
5756
|
+
}, {
|
|
5757
|
+
m5: number;
|
|
5758
|
+
m15: number;
|
|
5759
|
+
m30: number;
|
|
5760
|
+
h1: number;
|
|
5761
|
+
h6: number;
|
|
5762
|
+
h24: number;
|
|
5763
|
+
}>;
|
|
5764
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5765
|
+
symbol: string;
|
|
5766
|
+
name: string;
|
|
5767
|
+
address: string;
|
|
5768
|
+
fdv_usd: string;
|
|
5769
|
+
market_cap_usd: string;
|
|
5770
|
+
volume_usd: {
|
|
5771
|
+
m5: number;
|
|
5772
|
+
m15: number;
|
|
5773
|
+
m30: number;
|
|
5774
|
+
h1: number;
|
|
5775
|
+
h6: number;
|
|
5776
|
+
h24: number;
|
|
5777
|
+
};
|
|
5778
|
+
decimals: number;
|
|
5779
|
+
price_usd: string;
|
|
5780
|
+
}, {
|
|
5781
|
+
symbol: string;
|
|
5782
|
+
name: string;
|
|
5783
|
+
address: string;
|
|
5784
|
+
fdv_usd: string;
|
|
5785
|
+
market_cap_usd: string;
|
|
5786
|
+
volume_usd: {
|
|
5787
|
+
m5: number;
|
|
5788
|
+
m15: number;
|
|
5789
|
+
m30: number;
|
|
5790
|
+
h1: number;
|
|
5791
|
+
h6: number;
|
|
5792
|
+
h24: number;
|
|
5793
|
+
};
|
|
5794
|
+
decimals: number;
|
|
5795
|
+
price_usd: string;
|
|
5796
|
+
}>, "many">, import("zod").ZodNull]>;
|
|
5797
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5798
|
+
result: {
|
|
5799
|
+
symbol: string;
|
|
5800
|
+
name: string;
|
|
5801
|
+
address: string;
|
|
5802
|
+
fdv_usd: string;
|
|
5803
|
+
market_cap_usd: string;
|
|
5804
|
+
volume_usd: {
|
|
5805
|
+
m5: number;
|
|
5806
|
+
m15: number;
|
|
5807
|
+
m30: number;
|
|
5808
|
+
h1: number;
|
|
5809
|
+
h6: number;
|
|
5810
|
+
h24: number;
|
|
5811
|
+
};
|
|
5812
|
+
decimals: number;
|
|
5813
|
+
price_usd: string;
|
|
5814
|
+
} | {
|
|
5815
|
+
symbol: string;
|
|
5816
|
+
name: string;
|
|
5817
|
+
address: string;
|
|
5818
|
+
fdv_usd: string;
|
|
5819
|
+
market_cap_usd: string;
|
|
5820
|
+
volume_usd: {
|
|
5821
|
+
m5: number;
|
|
5822
|
+
m15: number;
|
|
5823
|
+
m30: number;
|
|
5824
|
+
h1: number;
|
|
5825
|
+
h6: number;
|
|
5826
|
+
h24: number;
|
|
5827
|
+
};
|
|
5828
|
+
decimals: number;
|
|
5829
|
+
price_usd: string;
|
|
5830
|
+
}[] | null;
|
|
5831
|
+
}, {
|
|
5832
|
+
result: {
|
|
5833
|
+
symbol: string;
|
|
5834
|
+
name: string;
|
|
5835
|
+
address: string;
|
|
5836
|
+
fdv_usd: string;
|
|
5837
|
+
market_cap_usd: string;
|
|
5838
|
+
volume_usd: {
|
|
5839
|
+
m5: number;
|
|
5840
|
+
m15: number;
|
|
5841
|
+
m30: number;
|
|
5842
|
+
h1: number;
|
|
5843
|
+
h6: number;
|
|
5844
|
+
h24: number;
|
|
5845
|
+
};
|
|
5846
|
+
decimals: number;
|
|
5847
|
+
price_usd: string;
|
|
5848
|
+
} | {
|
|
5849
|
+
symbol: string;
|
|
5850
|
+
name: string;
|
|
5851
|
+
address: string;
|
|
5852
|
+
fdv_usd: string;
|
|
5853
|
+
market_cap_usd: string;
|
|
5854
|
+
volume_usd: {
|
|
5855
|
+
m5: number;
|
|
5856
|
+
m15: number;
|
|
5857
|
+
m30: number;
|
|
5858
|
+
h1: number;
|
|
5859
|
+
h6: number;
|
|
5860
|
+
h24: number;
|
|
5861
|
+
};
|
|
5862
|
+
decimals: number;
|
|
5863
|
+
price_usd: string;
|
|
5864
|
+
}[] | null;
|
|
5865
|
+
}>;
|
|
5866
|
+
400: import("zod").ZodObject<{
|
|
5867
|
+
code: import("zod").ZodString;
|
|
5868
|
+
message: import("zod").ZodString;
|
|
5869
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5870
|
+
code: string;
|
|
5871
|
+
message: string;
|
|
5872
|
+
}, {
|
|
5873
|
+
code: string;
|
|
5874
|
+
message: string;
|
|
5875
|
+
}>;
|
|
5876
|
+
500: import("zod").ZodObject<{
|
|
5877
|
+
code: import("zod").ZodString;
|
|
5878
|
+
message: import("zod").ZodString;
|
|
5879
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5880
|
+
code: string;
|
|
5881
|
+
message: string;
|
|
5882
|
+
}, {
|
|
5883
|
+
code: string;
|
|
5884
|
+
message: string;
|
|
5885
|
+
}>;
|
|
5886
|
+
};
|
|
5887
|
+
};
|
|
5888
|
+
};
|
|
3832
5889
|
pathfinding: {
|
|
3833
5890
|
fetchTokenPaths: {
|
|
3834
5891
|
pathParams: import("zod").ZodObject<{
|
|
3835
|
-
tokenInAddress: import("zod").
|
|
5892
|
+
tokenInAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
3836
5893
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3837
5894
|
tokenInAddress: `0x${string}`;
|
|
3838
5895
|
}, {
|
|
3839
5896
|
tokenInAddress: string;
|
|
3840
5897
|
}>;
|
|
3841
5898
|
method: "GET";
|
|
3842
|
-
path: "paths/:tokenInAddress";
|
|
5899
|
+
path: "/paths/:tokenInAddress";
|
|
3843
5900
|
responses: {
|
|
3844
5901
|
200: import("zod").ZodObject<{
|
|
3845
5902
|
token_address: import("zod").ZodString;
|
|
@@ -3865,22 +5922,22 @@ export declare const rootContract: {
|
|
|
3865
5922
|
fee: number | null;
|
|
3866
5923
|
hooks: string | null;
|
|
3867
5924
|
pool_address: string;
|
|
5925
|
+
volume_usd: number | null;
|
|
3868
5926
|
token_in_address: string;
|
|
3869
5927
|
token_out_address: string;
|
|
3870
5928
|
protocol: string;
|
|
3871
5929
|
tick_spacing: number | null;
|
|
3872
5930
|
liquidity_usd: number | null;
|
|
3873
|
-
volume_usd: number | null;
|
|
3874
5931
|
}, {
|
|
3875
5932
|
fee: number | null;
|
|
3876
5933
|
hooks: string | null;
|
|
3877
5934
|
pool_address: string;
|
|
5935
|
+
volume_usd: number | null;
|
|
3878
5936
|
token_in_address: string;
|
|
3879
5937
|
token_out_address: string;
|
|
3880
5938
|
protocol: string;
|
|
3881
5939
|
tick_spacing: number | null;
|
|
3882
5940
|
liquidity_usd: number | null;
|
|
3883
|
-
volume_usd: number | null;
|
|
3884
5941
|
}>, "many">;
|
|
3885
5942
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3886
5943
|
start_token_address: string;
|
|
@@ -3893,12 +5950,12 @@ export declare const rootContract: {
|
|
|
3893
5950
|
fee: number | null;
|
|
3894
5951
|
hooks: string | null;
|
|
3895
5952
|
pool_address: string;
|
|
5953
|
+
volume_usd: number | null;
|
|
3896
5954
|
token_in_address: string;
|
|
3897
5955
|
token_out_address: string;
|
|
3898
5956
|
protocol: string;
|
|
3899
5957
|
tick_spacing: number | null;
|
|
3900
5958
|
liquidity_usd: number | null;
|
|
3901
|
-
volume_usd: number | null;
|
|
3902
5959
|
}[];
|
|
3903
5960
|
}, {
|
|
3904
5961
|
start_token_address: string;
|
|
@@ -3911,12 +5968,12 @@ export declare const rootContract: {
|
|
|
3911
5968
|
fee: number | null;
|
|
3912
5969
|
hooks: string | null;
|
|
3913
5970
|
pool_address: string;
|
|
5971
|
+
volume_usd: number | null;
|
|
3914
5972
|
token_in_address: string;
|
|
3915
5973
|
token_out_address: string;
|
|
3916
5974
|
protocol: string;
|
|
3917
5975
|
tick_spacing: number | null;
|
|
3918
5976
|
liquidity_usd: number | null;
|
|
3919
|
-
volume_usd: number | null;
|
|
3920
5977
|
}[];
|
|
3921
5978
|
}>, "many">;
|
|
3922
5979
|
}, "strip", import("zod").ZodTypeAny, {
|
|
@@ -3933,12 +5990,12 @@ export declare const rootContract: {
|
|
|
3933
5990
|
fee: number | null;
|
|
3934
5991
|
hooks: string | null;
|
|
3935
5992
|
pool_address: string;
|
|
5993
|
+
volume_usd: number | null;
|
|
3936
5994
|
token_in_address: string;
|
|
3937
5995
|
token_out_address: string;
|
|
3938
5996
|
protocol: string;
|
|
3939
5997
|
tick_spacing: number | null;
|
|
3940
5998
|
liquidity_usd: number | null;
|
|
3941
|
-
volume_usd: number | null;
|
|
3942
5999
|
}[];
|
|
3943
6000
|
}[];
|
|
3944
6001
|
}, {
|
|
@@ -3955,12 +6012,12 @@ export declare const rootContract: {
|
|
|
3955
6012
|
fee: number | null;
|
|
3956
6013
|
hooks: string | null;
|
|
3957
6014
|
pool_address: string;
|
|
6015
|
+
volume_usd: number | null;
|
|
3958
6016
|
token_in_address: string;
|
|
3959
6017
|
token_out_address: string;
|
|
3960
6018
|
protocol: string;
|
|
3961
6019
|
tick_spacing: number | null;
|
|
3962
6020
|
liquidity_usd: number | null;
|
|
3963
|
-
volume_usd: number | null;
|
|
3964
6021
|
}[];
|
|
3965
6022
|
}[];
|
|
3966
6023
|
}>;
|
|
@@ -3972,7 +6029,7 @@ export declare const rootContract: {
|
|
|
3972
6029
|
description: "Broadcast a transaction with gas sponsorship using Privy server wallet";
|
|
3973
6030
|
method: "POST";
|
|
3974
6031
|
body: import("zod").ZodObject<{
|
|
3975
|
-
encoded_payload: import("zod").
|
|
6032
|
+
encoded_payload: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
3976
6033
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3977
6034
|
encoded_payload: `0x${string}`;
|
|
3978
6035
|
}, {
|
|
@@ -3982,7 +6039,7 @@ export declare const rootContract: {
|
|
|
3982
6039
|
responses: {
|
|
3983
6040
|
200: import("zod").ZodObject<{
|
|
3984
6041
|
result: import("zod").ZodObject<{
|
|
3985
|
-
transaction_hash: import("zod").
|
|
6042
|
+
transaction_hash: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
3986
6043
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3987
6044
|
transaction_hash: `0x${string}`;
|
|
3988
6045
|
}, {
|
|
@@ -4018,7 +6075,9 @@ export declare const rootContract: {
|
|
|
4018
6075
|
export * from "./asset.contract";
|
|
4019
6076
|
export * from "./auction.contract";
|
|
4020
6077
|
export * from "./auction-template.contract";
|
|
6078
|
+
export * from "./charts.contract";
|
|
4021
6079
|
export * from "./community.contract";
|
|
4022
6080
|
export * from "./ipfs.contract";
|
|
6081
|
+
export * from "./market.contract";
|
|
4023
6082
|
export * from "./pathfinding.contract";
|
|
4024
6083
|
export * from "./sponsorship.contract";
|