@longdotxyz/shared 0.0.82 → 0.0.95
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 +955 -51
- package/dist/contracts/asset.contract.js +51 -16
- 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 +2287 -66
- 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 +1433 -509
- package/dist/graphql/generated.js +162 -19
- 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>;
|
|
@@ -54,13 +54,51 @@ export declare const rootContract: {
|
|
|
54
54
|
pool_config_min_proceeds: import("zod").ZodString;
|
|
55
55
|
pool_config_num_tokens_to_sell: import("zod").ZodString;
|
|
56
56
|
pool_id: import("zod").ZodString;
|
|
57
|
-
pool_address: import("zod").
|
|
57
|
+
pool_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
58
58
|
pool_config_starting_time: import("zod").ZodString;
|
|
59
59
|
pool_config_ending_time: import("zod").ZodString;
|
|
60
60
|
pool_migration_timestamp: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
61
61
|
pool_type: import("zod").ZodString;
|
|
62
|
+
pool_volume_24h_base: import("zod").ZodNullable<import("zod").ZodString>;
|
|
63
|
+
pool_volume_24h_quote: import("zod").ZodNullable<import("zod").ZodString>;
|
|
64
|
+
pool_volume_24h_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
65
|
+
pool_volume_24h_swap_count: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
66
|
+
pool_volume_last_updated: import("zod").ZodNullable<import("zod").ZodString>;
|
|
67
|
+
pool_market_data: import("zod").ZodEffects<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
68
|
+
pool_liquidity: import("zod").ZodNullable<import("zod").ZodString>;
|
|
69
|
+
pool_market_cap: import("zod").ZodNullable<import("zod").ZodString>;
|
|
70
|
+
pool_price: import("zod").ZodNullable<import("zod").ZodString>;
|
|
71
|
+
pool_price_scale: import("zod").ZodNullable<import("zod").ZodString>;
|
|
72
|
+
pool_price_change_24h: import("zod").ZodNullable<import("zod").ZodString>;
|
|
73
|
+
pool_volume_change_24h: import("zod").ZodNullable<import("zod").ZodString>;
|
|
74
|
+
pool_volume_usd_24h: import("zod").ZodNullable<import("zod").ZodString>;
|
|
75
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
76
|
+
pool_liquidity: string | null;
|
|
77
|
+
pool_market_cap: string | null;
|
|
78
|
+
pool_price: string | null;
|
|
79
|
+
pool_price_scale: string | null;
|
|
80
|
+
pool_price_change_24h: string | null;
|
|
81
|
+
pool_volume_change_24h: string | null;
|
|
82
|
+
pool_volume_usd_24h: string | null;
|
|
83
|
+
}, {
|
|
84
|
+
pool_liquidity: string | null;
|
|
85
|
+
pool_market_cap: string | null;
|
|
86
|
+
pool_price: string | null;
|
|
87
|
+
pool_price_scale: string | null;
|
|
88
|
+
pool_price_change_24h: string | null;
|
|
89
|
+
pool_volume_change_24h: string | null;
|
|
90
|
+
pool_volume_usd_24h: string | null;
|
|
91
|
+
}>>, {
|
|
92
|
+
pool_liquidity: string | null;
|
|
93
|
+
pool_market_cap: string | null;
|
|
94
|
+
pool_price: string | null;
|
|
95
|
+
pool_price_scale: string | null;
|
|
96
|
+
pool_price_change_24h: string | null;
|
|
97
|
+
pool_volume_change_24h: string | null;
|
|
98
|
+
pool_volume_usd_24h: string | null;
|
|
99
|
+
} | null, unknown>;
|
|
62
100
|
base_token: import("zod").ZodObject<{
|
|
63
|
-
token_address: import("zod").
|
|
101
|
+
token_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
64
102
|
token_name: import("zod").ZodString;
|
|
65
103
|
token_description: import("zod").ZodNullable<import("zod").ZodString>;
|
|
66
104
|
token_symbol: import("zod").ZodString;
|
|
@@ -129,9 +167,9 @@ export declare const rootContract: {
|
|
|
129
167
|
}[] | undefined;
|
|
130
168
|
}>>;
|
|
131
169
|
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").
|
|
170
|
+
token_creator_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
171
|
+
token_fee_receiver_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
172
|
+
token_vesting_recipient_addresses: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, "many">;
|
|
135
173
|
}, "strip", import("zod").ZodTypeAny, {
|
|
136
174
|
token_address: `0x${string}`;
|
|
137
175
|
token_name: string;
|
|
@@ -206,6 +244,20 @@ export declare const rootContract: {
|
|
|
206
244
|
pool_config_ending_time: string;
|
|
207
245
|
pool_migration_timestamp: Date | null;
|
|
208
246
|
pool_type: string;
|
|
247
|
+
pool_volume_24h_base: string | null;
|
|
248
|
+
pool_volume_24h_quote: string | null;
|
|
249
|
+
pool_volume_24h_usd: string | null;
|
|
250
|
+
pool_volume_24h_swap_count: number | null;
|
|
251
|
+
pool_volume_last_updated: string | null;
|
|
252
|
+
pool_market_data: {
|
|
253
|
+
pool_liquidity: string | null;
|
|
254
|
+
pool_market_cap: string | null;
|
|
255
|
+
pool_price: string | null;
|
|
256
|
+
pool_price_scale: string | null;
|
|
257
|
+
pool_price_change_24h: string | null;
|
|
258
|
+
pool_volume_change_24h: string | null;
|
|
259
|
+
pool_volume_usd_24h: string | null;
|
|
260
|
+
} | null;
|
|
209
261
|
base_token: {
|
|
210
262
|
token_address: `0x${string}`;
|
|
211
263
|
token_name: string;
|
|
@@ -255,6 +307,11 @@ export declare const rootContract: {
|
|
|
255
307
|
pool_config_ending_time: string;
|
|
256
308
|
pool_migration_timestamp: Date | null;
|
|
257
309
|
pool_type: string;
|
|
310
|
+
pool_volume_24h_base: string | null;
|
|
311
|
+
pool_volume_24h_quote: string | null;
|
|
312
|
+
pool_volume_24h_usd: string | null;
|
|
313
|
+
pool_volume_24h_swap_count: number | null;
|
|
314
|
+
pool_volume_last_updated: string | null;
|
|
258
315
|
base_token: {
|
|
259
316
|
token_address: string;
|
|
260
317
|
token_name: string;
|
|
@@ -281,6 +338,7 @@ export declare const rootContract: {
|
|
|
281
338
|
token_fee_receiver_address: string;
|
|
282
339
|
token_vesting_recipient_addresses: string[];
|
|
283
340
|
};
|
|
341
|
+
pool_market_data?: unknown;
|
|
284
342
|
}>;
|
|
285
343
|
graduation_pool: import("zod").ZodObject<{
|
|
286
344
|
pool_current_price: import("zod").ZodString;
|
|
@@ -291,11 +349,49 @@ export declare const rootContract: {
|
|
|
291
349
|
pool_current_tick: import("zod").ZodNumber;
|
|
292
350
|
pool_current_market_cap: import("zod").ZodString;
|
|
293
351
|
pool_current_market_cap_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
294
|
-
pool_address: import("zod").
|
|
352
|
+
pool_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
295
353
|
pool_migration_timestamp: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
296
354
|
pool_type: import("zod").ZodString;
|
|
355
|
+
pool_volume_24h_base: import("zod").ZodNullable<import("zod").ZodString>;
|
|
356
|
+
pool_volume_24h_quote: import("zod").ZodNullable<import("zod").ZodString>;
|
|
357
|
+
pool_volume_24h_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
358
|
+
pool_volume_24h_swap_count: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
359
|
+
pool_volume_last_updated: import("zod").ZodNullable<import("zod").ZodString>;
|
|
360
|
+
pool_market_data: import("zod").ZodEffects<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
361
|
+
pool_liquidity: import("zod").ZodNullable<import("zod").ZodString>;
|
|
362
|
+
pool_market_cap: import("zod").ZodNullable<import("zod").ZodString>;
|
|
363
|
+
pool_price: import("zod").ZodNullable<import("zod").ZodString>;
|
|
364
|
+
pool_price_scale: import("zod").ZodNullable<import("zod").ZodString>;
|
|
365
|
+
pool_price_change_24h: import("zod").ZodNullable<import("zod").ZodString>;
|
|
366
|
+
pool_volume_change_24h: import("zod").ZodNullable<import("zod").ZodString>;
|
|
367
|
+
pool_volume_usd_24h: import("zod").ZodNullable<import("zod").ZodString>;
|
|
368
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
369
|
+
pool_liquidity: string | null;
|
|
370
|
+
pool_market_cap: string | null;
|
|
371
|
+
pool_price: string | null;
|
|
372
|
+
pool_price_scale: string | null;
|
|
373
|
+
pool_price_change_24h: string | null;
|
|
374
|
+
pool_volume_change_24h: string | null;
|
|
375
|
+
pool_volume_usd_24h: string | null;
|
|
376
|
+
}, {
|
|
377
|
+
pool_liquidity: string | null;
|
|
378
|
+
pool_market_cap: string | null;
|
|
379
|
+
pool_price: string | null;
|
|
380
|
+
pool_price_scale: string | null;
|
|
381
|
+
pool_price_change_24h: string | null;
|
|
382
|
+
pool_volume_change_24h: string | null;
|
|
383
|
+
pool_volume_usd_24h: string | null;
|
|
384
|
+
}>>, {
|
|
385
|
+
pool_liquidity: string | null;
|
|
386
|
+
pool_market_cap: string | null;
|
|
387
|
+
pool_price: string | null;
|
|
388
|
+
pool_price_scale: string | null;
|
|
389
|
+
pool_price_change_24h: string | null;
|
|
390
|
+
pool_volume_change_24h: string | null;
|
|
391
|
+
pool_volume_usd_24h: string | null;
|
|
392
|
+
} | null, unknown>;
|
|
297
393
|
base_token: import("zod").ZodObject<{
|
|
298
|
-
token_address: import("zod").
|
|
394
|
+
token_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
299
395
|
token_name: import("zod").ZodString;
|
|
300
396
|
token_description: import("zod").ZodNullable<import("zod").ZodString>;
|
|
301
397
|
token_symbol: import("zod").ZodString;
|
|
@@ -364,9 +460,9 @@ export declare const rootContract: {
|
|
|
364
460
|
}[] | undefined;
|
|
365
461
|
}>>;
|
|
366
462
|
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").
|
|
463
|
+
token_creator_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
464
|
+
token_fee_receiver_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
465
|
+
token_vesting_recipient_addresses: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, "many">;
|
|
370
466
|
integrator_address: import("zod").ZodString;
|
|
371
467
|
}, "strip", import("zod").ZodTypeAny, {
|
|
372
468
|
token_address: `0x${string}`;
|
|
@@ -432,6 +528,20 @@ export declare const rootContract: {
|
|
|
432
528
|
pool_address: `0x${string}`;
|
|
433
529
|
pool_migration_timestamp: Date | null;
|
|
434
530
|
pool_type: string;
|
|
531
|
+
pool_volume_24h_base: string | null;
|
|
532
|
+
pool_volume_24h_quote: string | null;
|
|
533
|
+
pool_volume_24h_usd: string | null;
|
|
534
|
+
pool_volume_24h_swap_count: number | null;
|
|
535
|
+
pool_volume_last_updated: string | null;
|
|
536
|
+
pool_market_data: {
|
|
537
|
+
pool_liquidity: string | null;
|
|
538
|
+
pool_market_cap: string | null;
|
|
539
|
+
pool_price: string | null;
|
|
540
|
+
pool_price_scale: string | null;
|
|
541
|
+
pool_price_change_24h: string | null;
|
|
542
|
+
pool_volume_change_24h: string | null;
|
|
543
|
+
pool_volume_usd_24h: string | null;
|
|
544
|
+
} | null;
|
|
435
545
|
base_token: {
|
|
436
546
|
token_address: `0x${string}`;
|
|
437
547
|
token_name: string;
|
|
@@ -470,6 +580,11 @@ export declare const rootContract: {
|
|
|
470
580
|
pool_address: string;
|
|
471
581
|
pool_migration_timestamp: Date | null;
|
|
472
582
|
pool_type: string;
|
|
583
|
+
pool_volume_24h_base: string | null;
|
|
584
|
+
pool_volume_24h_quote: string | null;
|
|
585
|
+
pool_volume_24h_usd: string | null;
|
|
586
|
+
pool_volume_24h_swap_count: number | null;
|
|
587
|
+
pool_volume_last_updated: string | null;
|
|
473
588
|
base_token: {
|
|
474
589
|
token_address: string;
|
|
475
590
|
token_name: string;
|
|
@@ -497,6 +612,7 @@ export declare const rootContract: {
|
|
|
497
612
|
token_vesting_recipient_addresses: string[];
|
|
498
613
|
integrator_address: string;
|
|
499
614
|
};
|
|
615
|
+
pool_market_data?: unknown;
|
|
500
616
|
}>;
|
|
501
617
|
}, "strip", import("zod").ZodTypeAny, {
|
|
502
618
|
asset_address: `0x${string}`;
|
|
@@ -529,6 +645,20 @@ export declare const rootContract: {
|
|
|
529
645
|
pool_config_ending_time: string;
|
|
530
646
|
pool_migration_timestamp: Date | null;
|
|
531
647
|
pool_type: string;
|
|
648
|
+
pool_volume_24h_base: string | null;
|
|
649
|
+
pool_volume_24h_quote: string | null;
|
|
650
|
+
pool_volume_24h_usd: string | null;
|
|
651
|
+
pool_volume_24h_swap_count: number | null;
|
|
652
|
+
pool_volume_last_updated: string | null;
|
|
653
|
+
pool_market_data: {
|
|
654
|
+
pool_liquidity: string | null;
|
|
655
|
+
pool_market_cap: string | null;
|
|
656
|
+
pool_price: string | null;
|
|
657
|
+
pool_price_scale: string | null;
|
|
658
|
+
pool_price_change_24h: string | null;
|
|
659
|
+
pool_volume_change_24h: string | null;
|
|
660
|
+
pool_volume_usd_24h: string | null;
|
|
661
|
+
} | null;
|
|
532
662
|
base_token: {
|
|
533
663
|
token_address: `0x${string}`;
|
|
534
664
|
token_name: string;
|
|
@@ -567,6 +697,20 @@ export declare const rootContract: {
|
|
|
567
697
|
pool_address: `0x${string}`;
|
|
568
698
|
pool_migration_timestamp: Date | null;
|
|
569
699
|
pool_type: string;
|
|
700
|
+
pool_volume_24h_base: string | null;
|
|
701
|
+
pool_volume_24h_quote: string | null;
|
|
702
|
+
pool_volume_24h_usd: string | null;
|
|
703
|
+
pool_volume_24h_swap_count: number | null;
|
|
704
|
+
pool_volume_last_updated: string | null;
|
|
705
|
+
pool_market_data: {
|
|
706
|
+
pool_liquidity: string | null;
|
|
707
|
+
pool_market_cap: string | null;
|
|
708
|
+
pool_price: string | null;
|
|
709
|
+
pool_price_scale: string | null;
|
|
710
|
+
pool_price_change_24h: string | null;
|
|
711
|
+
pool_volume_change_24h: string | null;
|
|
712
|
+
pool_volume_usd_24h: string | null;
|
|
713
|
+
} | null;
|
|
570
714
|
base_token: {
|
|
571
715
|
token_address: `0x${string}`;
|
|
572
716
|
token_name: string;
|
|
@@ -624,6 +768,11 @@ export declare const rootContract: {
|
|
|
624
768
|
pool_config_ending_time: string;
|
|
625
769
|
pool_migration_timestamp: Date | null;
|
|
626
770
|
pool_type: string;
|
|
771
|
+
pool_volume_24h_base: string | null;
|
|
772
|
+
pool_volume_24h_quote: string | null;
|
|
773
|
+
pool_volume_24h_usd: string | null;
|
|
774
|
+
pool_volume_24h_swap_count: number | null;
|
|
775
|
+
pool_volume_last_updated: string | null;
|
|
627
776
|
base_token: {
|
|
628
777
|
token_address: string;
|
|
629
778
|
token_name: string;
|
|
@@ -650,6 +799,7 @@ export declare const rootContract: {
|
|
|
650
799
|
token_fee_receiver_address: string;
|
|
651
800
|
token_vesting_recipient_addresses: string[];
|
|
652
801
|
};
|
|
802
|
+
pool_market_data?: unknown;
|
|
653
803
|
};
|
|
654
804
|
graduation_pool: {
|
|
655
805
|
pool_current_price: string;
|
|
@@ -663,6 +813,11 @@ export declare const rootContract: {
|
|
|
663
813
|
pool_address: string;
|
|
664
814
|
pool_migration_timestamp: Date | null;
|
|
665
815
|
pool_type: string;
|
|
816
|
+
pool_volume_24h_base: string | null;
|
|
817
|
+
pool_volume_24h_quote: string | null;
|
|
818
|
+
pool_volume_24h_usd: string | null;
|
|
819
|
+
pool_volume_24h_swap_count: number | null;
|
|
820
|
+
pool_volume_last_updated: string | null;
|
|
666
821
|
base_token: {
|
|
667
822
|
token_address: string;
|
|
668
823
|
token_name: string;
|
|
@@ -690,6 +845,7 @@ export declare const rootContract: {
|
|
|
690
845
|
token_vesting_recipient_addresses: string[];
|
|
691
846
|
integrator_address: string;
|
|
692
847
|
};
|
|
848
|
+
pool_market_data?: unknown;
|
|
693
849
|
};
|
|
694
850
|
asset_status?: import("..").AssetStatus | undefined;
|
|
695
851
|
}>, {
|
|
@@ -723,6 +879,20 @@ export declare const rootContract: {
|
|
|
723
879
|
pool_config_ending_time: string;
|
|
724
880
|
pool_migration_timestamp: Date | null;
|
|
725
881
|
pool_type: string;
|
|
882
|
+
pool_volume_24h_base: string | null;
|
|
883
|
+
pool_volume_24h_quote: string | null;
|
|
884
|
+
pool_volume_24h_usd: string | null;
|
|
885
|
+
pool_volume_24h_swap_count: number | null;
|
|
886
|
+
pool_volume_last_updated: string | null;
|
|
887
|
+
pool_market_data: {
|
|
888
|
+
pool_liquidity: string | null;
|
|
889
|
+
pool_market_cap: string | null;
|
|
890
|
+
pool_price: string | null;
|
|
891
|
+
pool_price_scale: string | null;
|
|
892
|
+
pool_price_change_24h: string | null;
|
|
893
|
+
pool_volume_change_24h: string | null;
|
|
894
|
+
pool_volume_usd_24h: string | null;
|
|
895
|
+
} | null;
|
|
726
896
|
base_token: {
|
|
727
897
|
token_address: `0x${string}`;
|
|
728
898
|
token_name: string;
|
|
@@ -761,6 +931,20 @@ export declare const rootContract: {
|
|
|
761
931
|
pool_address: `0x${string}`;
|
|
762
932
|
pool_migration_timestamp: Date | null;
|
|
763
933
|
pool_type: string;
|
|
934
|
+
pool_volume_24h_base: string | null;
|
|
935
|
+
pool_volume_24h_quote: string | null;
|
|
936
|
+
pool_volume_24h_usd: string | null;
|
|
937
|
+
pool_volume_24h_swap_count: number | null;
|
|
938
|
+
pool_volume_last_updated: string | null;
|
|
939
|
+
pool_market_data: {
|
|
940
|
+
pool_liquidity: string | null;
|
|
941
|
+
pool_market_cap: string | null;
|
|
942
|
+
pool_price: string | null;
|
|
943
|
+
pool_price_scale: string | null;
|
|
944
|
+
pool_price_change_24h: string | null;
|
|
945
|
+
pool_volume_change_24h: string | null;
|
|
946
|
+
pool_volume_usd_24h: string | null;
|
|
947
|
+
} | null;
|
|
764
948
|
base_token: {
|
|
765
949
|
token_address: `0x${string}`;
|
|
766
950
|
token_name: string;
|
|
@@ -818,6 +1002,11 @@ export declare const rootContract: {
|
|
|
818
1002
|
pool_config_ending_time: string;
|
|
819
1003
|
pool_migration_timestamp: Date | null;
|
|
820
1004
|
pool_type: string;
|
|
1005
|
+
pool_volume_24h_base: string | null;
|
|
1006
|
+
pool_volume_24h_quote: string | null;
|
|
1007
|
+
pool_volume_24h_usd: string | null;
|
|
1008
|
+
pool_volume_24h_swap_count: number | null;
|
|
1009
|
+
pool_volume_last_updated: string | null;
|
|
821
1010
|
base_token: {
|
|
822
1011
|
token_address: string;
|
|
823
1012
|
token_name: string;
|
|
@@ -844,6 +1033,7 @@ export declare const rootContract: {
|
|
|
844
1033
|
token_fee_receiver_address: string;
|
|
845
1034
|
token_vesting_recipient_addresses: string[];
|
|
846
1035
|
};
|
|
1036
|
+
pool_market_data?: unknown;
|
|
847
1037
|
};
|
|
848
1038
|
graduation_pool: {
|
|
849
1039
|
pool_current_price: string;
|
|
@@ -857,6 +1047,11 @@ export declare const rootContract: {
|
|
|
857
1047
|
pool_address: string;
|
|
858
1048
|
pool_migration_timestamp: Date | null;
|
|
859
1049
|
pool_type: string;
|
|
1050
|
+
pool_volume_24h_base: string | null;
|
|
1051
|
+
pool_volume_24h_quote: string | null;
|
|
1052
|
+
pool_volume_24h_usd: string | null;
|
|
1053
|
+
pool_volume_24h_swap_count: number | null;
|
|
1054
|
+
pool_volume_last_updated: string | null;
|
|
860
1055
|
base_token: {
|
|
861
1056
|
token_address: string;
|
|
862
1057
|
token_name: string;
|
|
@@ -884,6 +1079,7 @@ export declare const rootContract: {
|
|
|
884
1079
|
token_vesting_recipient_addresses: string[];
|
|
885
1080
|
integrator_address: string;
|
|
886
1081
|
};
|
|
1082
|
+
pool_market_data?: unknown;
|
|
887
1083
|
};
|
|
888
1084
|
asset_status?: import("..").AssetStatus | undefined;
|
|
889
1085
|
}>, "many">;
|
|
@@ -919,6 +1115,20 @@ export declare const rootContract: {
|
|
|
919
1115
|
pool_config_ending_time: string;
|
|
920
1116
|
pool_migration_timestamp: Date | null;
|
|
921
1117
|
pool_type: string;
|
|
1118
|
+
pool_volume_24h_base: string | null;
|
|
1119
|
+
pool_volume_24h_quote: string | null;
|
|
1120
|
+
pool_volume_24h_usd: string | null;
|
|
1121
|
+
pool_volume_24h_swap_count: number | null;
|
|
1122
|
+
pool_volume_last_updated: string | null;
|
|
1123
|
+
pool_market_data: {
|
|
1124
|
+
pool_liquidity: string | null;
|
|
1125
|
+
pool_market_cap: string | null;
|
|
1126
|
+
pool_price: string | null;
|
|
1127
|
+
pool_price_scale: string | null;
|
|
1128
|
+
pool_price_change_24h: string | null;
|
|
1129
|
+
pool_volume_change_24h: string | null;
|
|
1130
|
+
pool_volume_usd_24h: string | null;
|
|
1131
|
+
} | null;
|
|
922
1132
|
base_token: {
|
|
923
1133
|
token_address: `0x${string}`;
|
|
924
1134
|
token_name: string;
|
|
@@ -957,6 +1167,20 @@ export declare const rootContract: {
|
|
|
957
1167
|
pool_address: `0x${string}`;
|
|
958
1168
|
pool_migration_timestamp: Date | null;
|
|
959
1169
|
pool_type: string;
|
|
1170
|
+
pool_volume_24h_base: string | null;
|
|
1171
|
+
pool_volume_24h_quote: string | null;
|
|
1172
|
+
pool_volume_24h_usd: string | null;
|
|
1173
|
+
pool_volume_24h_swap_count: number | null;
|
|
1174
|
+
pool_volume_last_updated: string | null;
|
|
1175
|
+
pool_market_data: {
|
|
1176
|
+
pool_liquidity: string | null;
|
|
1177
|
+
pool_market_cap: string | null;
|
|
1178
|
+
pool_price: string | null;
|
|
1179
|
+
pool_price_scale: string | null;
|
|
1180
|
+
pool_price_change_24h: string | null;
|
|
1181
|
+
pool_volume_change_24h: string | null;
|
|
1182
|
+
pool_volume_usd_24h: string | null;
|
|
1183
|
+
} | null;
|
|
960
1184
|
base_token: {
|
|
961
1185
|
token_address: `0x${string}`;
|
|
962
1186
|
token_name: string;
|
|
@@ -1016,6 +1240,11 @@ export declare const rootContract: {
|
|
|
1016
1240
|
pool_config_ending_time: string;
|
|
1017
1241
|
pool_migration_timestamp: Date | null;
|
|
1018
1242
|
pool_type: string;
|
|
1243
|
+
pool_volume_24h_base: string | null;
|
|
1244
|
+
pool_volume_24h_quote: string | null;
|
|
1245
|
+
pool_volume_24h_usd: string | null;
|
|
1246
|
+
pool_volume_24h_swap_count: number | null;
|
|
1247
|
+
pool_volume_last_updated: string | null;
|
|
1019
1248
|
base_token: {
|
|
1020
1249
|
token_address: string;
|
|
1021
1250
|
token_name: string;
|
|
@@ -1042,6 +1271,7 @@ export declare const rootContract: {
|
|
|
1042
1271
|
token_fee_receiver_address: string;
|
|
1043
1272
|
token_vesting_recipient_addresses: string[];
|
|
1044
1273
|
};
|
|
1274
|
+
pool_market_data?: unknown;
|
|
1045
1275
|
};
|
|
1046
1276
|
graduation_pool: {
|
|
1047
1277
|
pool_current_price: string;
|
|
@@ -1055,6 +1285,11 @@ export declare const rootContract: {
|
|
|
1055
1285
|
pool_address: string;
|
|
1056
1286
|
pool_migration_timestamp: Date | null;
|
|
1057
1287
|
pool_type: string;
|
|
1288
|
+
pool_volume_24h_base: string | null;
|
|
1289
|
+
pool_volume_24h_quote: string | null;
|
|
1290
|
+
pool_volume_24h_usd: string | null;
|
|
1291
|
+
pool_volume_24h_swap_count: number | null;
|
|
1292
|
+
pool_volume_last_updated: string | null;
|
|
1058
1293
|
base_token: {
|
|
1059
1294
|
token_address: string;
|
|
1060
1295
|
token_name: string;
|
|
@@ -1082,6 +1317,7 @@ export declare const rootContract: {
|
|
|
1082
1317
|
token_vesting_recipient_addresses: string[];
|
|
1083
1318
|
integrator_address: string;
|
|
1084
1319
|
};
|
|
1320
|
+
pool_market_data?: unknown;
|
|
1085
1321
|
};
|
|
1086
1322
|
asset_status?: import("..").AssetStatus | undefined;
|
|
1087
1323
|
}[];
|
|
@@ -1108,8 +1344,8 @@ export declare const rootContract: {
|
|
|
1108
1344
|
responses: {
|
|
1109
1345
|
200: import("zod").ZodObject<{
|
|
1110
1346
|
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").
|
|
1347
|
+
asset_address: import("zod").ZodPipeline<import("zod").ZodString, import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>;
|
|
1348
|
+
asset_numeraire_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
1113
1349
|
asset_creation_timestamp: import("zod").ZodDate;
|
|
1114
1350
|
asset_current_pool: import("zod").ZodString;
|
|
1115
1351
|
asset_migration_timestamp: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
@@ -1133,13 +1369,51 @@ export declare const rootContract: {
|
|
|
1133
1369
|
pool_config_min_proceeds: import("zod").ZodString;
|
|
1134
1370
|
pool_config_num_tokens_to_sell: import("zod").ZodString;
|
|
1135
1371
|
pool_id: import("zod").ZodString;
|
|
1136
|
-
pool_address: import("zod").
|
|
1372
|
+
pool_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
1137
1373
|
pool_config_starting_time: import("zod").ZodString;
|
|
1138
1374
|
pool_config_ending_time: import("zod").ZodString;
|
|
1139
1375
|
pool_migration_timestamp: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
1140
1376
|
pool_type: import("zod").ZodString;
|
|
1377
|
+
pool_volume_24h_base: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1378
|
+
pool_volume_24h_quote: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1379
|
+
pool_volume_24h_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1380
|
+
pool_volume_24h_swap_count: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
1381
|
+
pool_volume_last_updated: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1382
|
+
pool_market_data: import("zod").ZodEffects<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
1383
|
+
pool_liquidity: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1384
|
+
pool_market_cap: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1385
|
+
pool_price: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1386
|
+
pool_price_scale: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1387
|
+
pool_price_change_24h: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1388
|
+
pool_volume_change_24h: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1389
|
+
pool_volume_usd_24h: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1390
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1391
|
+
pool_liquidity: string | null;
|
|
1392
|
+
pool_market_cap: string | null;
|
|
1393
|
+
pool_price: string | null;
|
|
1394
|
+
pool_price_scale: string | null;
|
|
1395
|
+
pool_price_change_24h: string | null;
|
|
1396
|
+
pool_volume_change_24h: string | null;
|
|
1397
|
+
pool_volume_usd_24h: string | null;
|
|
1398
|
+
}, {
|
|
1399
|
+
pool_liquidity: string | null;
|
|
1400
|
+
pool_market_cap: string | null;
|
|
1401
|
+
pool_price: string | null;
|
|
1402
|
+
pool_price_scale: string | null;
|
|
1403
|
+
pool_price_change_24h: string | null;
|
|
1404
|
+
pool_volume_change_24h: string | null;
|
|
1405
|
+
pool_volume_usd_24h: string | null;
|
|
1406
|
+
}>>, {
|
|
1407
|
+
pool_liquidity: string | null;
|
|
1408
|
+
pool_market_cap: string | null;
|
|
1409
|
+
pool_price: string | null;
|
|
1410
|
+
pool_price_scale: string | null;
|
|
1411
|
+
pool_price_change_24h: string | null;
|
|
1412
|
+
pool_volume_change_24h: string | null;
|
|
1413
|
+
pool_volume_usd_24h: string | null;
|
|
1414
|
+
} | null, unknown>;
|
|
1141
1415
|
base_token: import("zod").ZodObject<{
|
|
1142
|
-
token_address: import("zod").
|
|
1416
|
+
token_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
1143
1417
|
token_name: import("zod").ZodString;
|
|
1144
1418
|
token_description: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1145
1419
|
token_symbol: import("zod").ZodString;
|
|
@@ -1208,9 +1482,9 @@ export declare const rootContract: {
|
|
|
1208
1482
|
}[] | undefined;
|
|
1209
1483
|
}>>;
|
|
1210
1484
|
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").
|
|
1485
|
+
token_creator_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
1486
|
+
token_fee_receiver_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
1487
|
+
token_vesting_recipient_addresses: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, "many">;
|
|
1214
1488
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1215
1489
|
token_address: `0x${string}`;
|
|
1216
1490
|
token_name: string;
|
|
@@ -1285,6 +1559,20 @@ export declare const rootContract: {
|
|
|
1285
1559
|
pool_config_ending_time: string;
|
|
1286
1560
|
pool_migration_timestamp: Date | null;
|
|
1287
1561
|
pool_type: string;
|
|
1562
|
+
pool_volume_24h_base: string | null;
|
|
1563
|
+
pool_volume_24h_quote: string | null;
|
|
1564
|
+
pool_volume_24h_usd: string | null;
|
|
1565
|
+
pool_volume_24h_swap_count: number | null;
|
|
1566
|
+
pool_volume_last_updated: string | null;
|
|
1567
|
+
pool_market_data: {
|
|
1568
|
+
pool_liquidity: string | null;
|
|
1569
|
+
pool_market_cap: string | null;
|
|
1570
|
+
pool_price: string | null;
|
|
1571
|
+
pool_price_scale: string | null;
|
|
1572
|
+
pool_price_change_24h: string | null;
|
|
1573
|
+
pool_volume_change_24h: string | null;
|
|
1574
|
+
pool_volume_usd_24h: string | null;
|
|
1575
|
+
} | null;
|
|
1288
1576
|
base_token: {
|
|
1289
1577
|
token_address: `0x${string}`;
|
|
1290
1578
|
token_name: string;
|
|
@@ -1334,6 +1622,11 @@ export declare const rootContract: {
|
|
|
1334
1622
|
pool_config_ending_time: string;
|
|
1335
1623
|
pool_migration_timestamp: Date | null;
|
|
1336
1624
|
pool_type: string;
|
|
1625
|
+
pool_volume_24h_base: string | null;
|
|
1626
|
+
pool_volume_24h_quote: string | null;
|
|
1627
|
+
pool_volume_24h_usd: string | null;
|
|
1628
|
+
pool_volume_24h_swap_count: number | null;
|
|
1629
|
+
pool_volume_last_updated: string | null;
|
|
1337
1630
|
base_token: {
|
|
1338
1631
|
token_address: string;
|
|
1339
1632
|
token_name: string;
|
|
@@ -1360,6 +1653,7 @@ export declare const rootContract: {
|
|
|
1360
1653
|
token_fee_receiver_address: string;
|
|
1361
1654
|
token_vesting_recipient_addresses: string[];
|
|
1362
1655
|
};
|
|
1656
|
+
pool_market_data?: unknown;
|
|
1363
1657
|
}>;
|
|
1364
1658
|
graduation_pool: import("zod").ZodObject<{
|
|
1365
1659
|
pool_current_price: import("zod").ZodString;
|
|
@@ -1370,11 +1664,49 @@ export declare const rootContract: {
|
|
|
1370
1664
|
pool_current_tick: import("zod").ZodNumber;
|
|
1371
1665
|
pool_current_market_cap: import("zod").ZodString;
|
|
1372
1666
|
pool_current_market_cap_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1373
|
-
pool_address: import("zod").
|
|
1667
|
+
pool_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
1374
1668
|
pool_migration_timestamp: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
1375
1669
|
pool_type: import("zod").ZodString;
|
|
1670
|
+
pool_volume_24h_base: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1671
|
+
pool_volume_24h_quote: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1672
|
+
pool_volume_24h_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1673
|
+
pool_volume_24h_swap_count: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
1674
|
+
pool_volume_last_updated: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1675
|
+
pool_market_data: import("zod").ZodEffects<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
1676
|
+
pool_liquidity: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1677
|
+
pool_market_cap: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1678
|
+
pool_price: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1679
|
+
pool_price_scale: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1680
|
+
pool_price_change_24h: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1681
|
+
pool_volume_change_24h: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1682
|
+
pool_volume_usd_24h: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1683
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1684
|
+
pool_liquidity: string | null;
|
|
1685
|
+
pool_market_cap: string | null;
|
|
1686
|
+
pool_price: string | null;
|
|
1687
|
+
pool_price_scale: string | null;
|
|
1688
|
+
pool_price_change_24h: string | null;
|
|
1689
|
+
pool_volume_change_24h: string | null;
|
|
1690
|
+
pool_volume_usd_24h: string | null;
|
|
1691
|
+
}, {
|
|
1692
|
+
pool_liquidity: string | null;
|
|
1693
|
+
pool_market_cap: string | null;
|
|
1694
|
+
pool_price: string | null;
|
|
1695
|
+
pool_price_scale: string | null;
|
|
1696
|
+
pool_price_change_24h: string | null;
|
|
1697
|
+
pool_volume_change_24h: string | null;
|
|
1698
|
+
pool_volume_usd_24h: string | null;
|
|
1699
|
+
}>>, {
|
|
1700
|
+
pool_liquidity: string | null;
|
|
1701
|
+
pool_market_cap: string | null;
|
|
1702
|
+
pool_price: string | null;
|
|
1703
|
+
pool_price_scale: string | null;
|
|
1704
|
+
pool_price_change_24h: string | null;
|
|
1705
|
+
pool_volume_change_24h: string | null;
|
|
1706
|
+
pool_volume_usd_24h: string | null;
|
|
1707
|
+
} | null, unknown>;
|
|
1376
1708
|
base_token: import("zod").ZodObject<{
|
|
1377
|
-
token_address: import("zod").
|
|
1709
|
+
token_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
1378
1710
|
token_name: import("zod").ZodString;
|
|
1379
1711
|
token_description: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1380
1712
|
token_symbol: import("zod").ZodString;
|
|
@@ -1443,9 +1775,9 @@ export declare const rootContract: {
|
|
|
1443
1775
|
}[] | undefined;
|
|
1444
1776
|
}>>;
|
|
1445
1777
|
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").
|
|
1778
|
+
token_creator_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
1779
|
+
token_fee_receiver_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
1780
|
+
token_vesting_recipient_addresses: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, "many">;
|
|
1449
1781
|
integrator_address: import("zod").ZodString;
|
|
1450
1782
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1451
1783
|
token_address: `0x${string}`;
|
|
@@ -1511,6 +1843,20 @@ export declare const rootContract: {
|
|
|
1511
1843
|
pool_address: `0x${string}`;
|
|
1512
1844
|
pool_migration_timestamp: Date | null;
|
|
1513
1845
|
pool_type: string;
|
|
1846
|
+
pool_volume_24h_base: string | null;
|
|
1847
|
+
pool_volume_24h_quote: string | null;
|
|
1848
|
+
pool_volume_24h_usd: string | null;
|
|
1849
|
+
pool_volume_24h_swap_count: number | null;
|
|
1850
|
+
pool_volume_last_updated: string | null;
|
|
1851
|
+
pool_market_data: {
|
|
1852
|
+
pool_liquidity: string | null;
|
|
1853
|
+
pool_market_cap: string | null;
|
|
1854
|
+
pool_price: string | null;
|
|
1855
|
+
pool_price_scale: string | null;
|
|
1856
|
+
pool_price_change_24h: string | null;
|
|
1857
|
+
pool_volume_change_24h: string | null;
|
|
1858
|
+
pool_volume_usd_24h: string | null;
|
|
1859
|
+
} | null;
|
|
1514
1860
|
base_token: {
|
|
1515
1861
|
token_address: `0x${string}`;
|
|
1516
1862
|
token_name: string;
|
|
@@ -1549,6 +1895,11 @@ export declare const rootContract: {
|
|
|
1549
1895
|
pool_address: string;
|
|
1550
1896
|
pool_migration_timestamp: Date | null;
|
|
1551
1897
|
pool_type: string;
|
|
1898
|
+
pool_volume_24h_base: string | null;
|
|
1899
|
+
pool_volume_24h_quote: string | null;
|
|
1900
|
+
pool_volume_24h_usd: string | null;
|
|
1901
|
+
pool_volume_24h_swap_count: number | null;
|
|
1902
|
+
pool_volume_last_updated: string | null;
|
|
1552
1903
|
base_token: {
|
|
1553
1904
|
token_address: string;
|
|
1554
1905
|
token_name: string;
|
|
@@ -1576,6 +1927,7 @@ export declare const rootContract: {
|
|
|
1576
1927
|
token_vesting_recipient_addresses: string[];
|
|
1577
1928
|
integrator_address: string;
|
|
1578
1929
|
};
|
|
1930
|
+
pool_market_data?: unknown;
|
|
1579
1931
|
}>;
|
|
1580
1932
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1581
1933
|
asset_address: `0x${string}`;
|
|
@@ -1608,6 +1960,20 @@ export declare const rootContract: {
|
|
|
1608
1960
|
pool_config_ending_time: string;
|
|
1609
1961
|
pool_migration_timestamp: Date | null;
|
|
1610
1962
|
pool_type: string;
|
|
1963
|
+
pool_volume_24h_base: string | null;
|
|
1964
|
+
pool_volume_24h_quote: string | null;
|
|
1965
|
+
pool_volume_24h_usd: string | null;
|
|
1966
|
+
pool_volume_24h_swap_count: number | null;
|
|
1967
|
+
pool_volume_last_updated: string | null;
|
|
1968
|
+
pool_market_data: {
|
|
1969
|
+
pool_liquidity: string | null;
|
|
1970
|
+
pool_market_cap: string | null;
|
|
1971
|
+
pool_price: string | null;
|
|
1972
|
+
pool_price_scale: string | null;
|
|
1973
|
+
pool_price_change_24h: string | null;
|
|
1974
|
+
pool_volume_change_24h: string | null;
|
|
1975
|
+
pool_volume_usd_24h: string | null;
|
|
1976
|
+
} | null;
|
|
1611
1977
|
base_token: {
|
|
1612
1978
|
token_address: `0x${string}`;
|
|
1613
1979
|
token_name: string;
|
|
@@ -1646,6 +2012,20 @@ export declare const rootContract: {
|
|
|
1646
2012
|
pool_address: `0x${string}`;
|
|
1647
2013
|
pool_migration_timestamp: Date | null;
|
|
1648
2014
|
pool_type: string;
|
|
2015
|
+
pool_volume_24h_base: string | null;
|
|
2016
|
+
pool_volume_24h_quote: string | null;
|
|
2017
|
+
pool_volume_24h_usd: string | null;
|
|
2018
|
+
pool_volume_24h_swap_count: number | null;
|
|
2019
|
+
pool_volume_last_updated: string | null;
|
|
2020
|
+
pool_market_data: {
|
|
2021
|
+
pool_liquidity: string | null;
|
|
2022
|
+
pool_market_cap: string | null;
|
|
2023
|
+
pool_price: string | null;
|
|
2024
|
+
pool_price_scale: string | null;
|
|
2025
|
+
pool_price_change_24h: string | null;
|
|
2026
|
+
pool_volume_change_24h: string | null;
|
|
2027
|
+
pool_volume_usd_24h: string | null;
|
|
2028
|
+
} | null;
|
|
1649
2029
|
base_token: {
|
|
1650
2030
|
token_address: `0x${string}`;
|
|
1651
2031
|
token_name: string;
|
|
@@ -1703,6 +2083,11 @@ export declare const rootContract: {
|
|
|
1703
2083
|
pool_config_ending_time: string;
|
|
1704
2084
|
pool_migration_timestamp: Date | null;
|
|
1705
2085
|
pool_type: string;
|
|
2086
|
+
pool_volume_24h_base: string | null;
|
|
2087
|
+
pool_volume_24h_quote: string | null;
|
|
2088
|
+
pool_volume_24h_usd: string | null;
|
|
2089
|
+
pool_volume_24h_swap_count: number | null;
|
|
2090
|
+
pool_volume_last_updated: string | null;
|
|
1706
2091
|
base_token: {
|
|
1707
2092
|
token_address: string;
|
|
1708
2093
|
token_name: string;
|
|
@@ -1729,6 +2114,7 @@ export declare const rootContract: {
|
|
|
1729
2114
|
token_fee_receiver_address: string;
|
|
1730
2115
|
token_vesting_recipient_addresses: string[];
|
|
1731
2116
|
};
|
|
2117
|
+
pool_market_data?: unknown;
|
|
1732
2118
|
};
|
|
1733
2119
|
graduation_pool: {
|
|
1734
2120
|
pool_current_price: string;
|
|
@@ -1742,6 +2128,11 @@ export declare const rootContract: {
|
|
|
1742
2128
|
pool_address: string;
|
|
1743
2129
|
pool_migration_timestamp: Date | null;
|
|
1744
2130
|
pool_type: string;
|
|
2131
|
+
pool_volume_24h_base: string | null;
|
|
2132
|
+
pool_volume_24h_quote: string | null;
|
|
2133
|
+
pool_volume_24h_usd: string | null;
|
|
2134
|
+
pool_volume_24h_swap_count: number | null;
|
|
2135
|
+
pool_volume_last_updated: string | null;
|
|
1745
2136
|
base_token: {
|
|
1746
2137
|
token_address: string;
|
|
1747
2138
|
token_name: string;
|
|
@@ -1769,6 +2160,7 @@ export declare const rootContract: {
|
|
|
1769
2160
|
token_vesting_recipient_addresses: string[];
|
|
1770
2161
|
integrator_address: string;
|
|
1771
2162
|
};
|
|
2163
|
+
pool_market_data?: unknown;
|
|
1772
2164
|
};
|
|
1773
2165
|
asset_status?: import("..").AssetStatus | undefined;
|
|
1774
2166
|
}>, {
|
|
@@ -1802,6 +2194,20 @@ export declare const rootContract: {
|
|
|
1802
2194
|
pool_config_ending_time: string;
|
|
1803
2195
|
pool_migration_timestamp: Date | null;
|
|
1804
2196
|
pool_type: string;
|
|
2197
|
+
pool_volume_24h_base: string | null;
|
|
2198
|
+
pool_volume_24h_quote: string | null;
|
|
2199
|
+
pool_volume_24h_usd: string | null;
|
|
2200
|
+
pool_volume_24h_swap_count: number | null;
|
|
2201
|
+
pool_volume_last_updated: string | null;
|
|
2202
|
+
pool_market_data: {
|
|
2203
|
+
pool_liquidity: string | null;
|
|
2204
|
+
pool_market_cap: string | null;
|
|
2205
|
+
pool_price: string | null;
|
|
2206
|
+
pool_price_scale: string | null;
|
|
2207
|
+
pool_price_change_24h: string | null;
|
|
2208
|
+
pool_volume_change_24h: string | null;
|
|
2209
|
+
pool_volume_usd_24h: string | null;
|
|
2210
|
+
} | null;
|
|
1805
2211
|
base_token: {
|
|
1806
2212
|
token_address: `0x${string}`;
|
|
1807
2213
|
token_name: string;
|
|
@@ -1840,6 +2246,20 @@ export declare const rootContract: {
|
|
|
1840
2246
|
pool_address: `0x${string}`;
|
|
1841
2247
|
pool_migration_timestamp: Date | null;
|
|
1842
2248
|
pool_type: string;
|
|
2249
|
+
pool_volume_24h_base: string | null;
|
|
2250
|
+
pool_volume_24h_quote: string | null;
|
|
2251
|
+
pool_volume_24h_usd: string | null;
|
|
2252
|
+
pool_volume_24h_swap_count: number | null;
|
|
2253
|
+
pool_volume_last_updated: string | null;
|
|
2254
|
+
pool_market_data: {
|
|
2255
|
+
pool_liquidity: string | null;
|
|
2256
|
+
pool_market_cap: string | null;
|
|
2257
|
+
pool_price: string | null;
|
|
2258
|
+
pool_price_scale: string | null;
|
|
2259
|
+
pool_price_change_24h: string | null;
|
|
2260
|
+
pool_volume_change_24h: string | null;
|
|
2261
|
+
pool_volume_usd_24h: string | null;
|
|
2262
|
+
} | null;
|
|
1843
2263
|
base_token: {
|
|
1844
2264
|
token_address: `0x${string}`;
|
|
1845
2265
|
token_name: string;
|
|
@@ -1897,6 +2317,11 @@ export declare const rootContract: {
|
|
|
1897
2317
|
pool_config_ending_time: string;
|
|
1898
2318
|
pool_migration_timestamp: Date | null;
|
|
1899
2319
|
pool_type: string;
|
|
2320
|
+
pool_volume_24h_base: string | null;
|
|
2321
|
+
pool_volume_24h_quote: string | null;
|
|
2322
|
+
pool_volume_24h_usd: string | null;
|
|
2323
|
+
pool_volume_24h_swap_count: number | null;
|
|
2324
|
+
pool_volume_last_updated: string | null;
|
|
1900
2325
|
base_token: {
|
|
1901
2326
|
token_address: string;
|
|
1902
2327
|
token_name: string;
|
|
@@ -1923,6 +2348,7 @@ export declare const rootContract: {
|
|
|
1923
2348
|
token_fee_receiver_address: string;
|
|
1924
2349
|
token_vesting_recipient_addresses: string[];
|
|
1925
2350
|
};
|
|
2351
|
+
pool_market_data?: unknown;
|
|
1926
2352
|
};
|
|
1927
2353
|
graduation_pool: {
|
|
1928
2354
|
pool_current_price: string;
|
|
@@ -1936,6 +2362,11 @@ export declare const rootContract: {
|
|
|
1936
2362
|
pool_address: string;
|
|
1937
2363
|
pool_migration_timestamp: Date | null;
|
|
1938
2364
|
pool_type: string;
|
|
2365
|
+
pool_volume_24h_base: string | null;
|
|
2366
|
+
pool_volume_24h_quote: string | null;
|
|
2367
|
+
pool_volume_24h_usd: string | null;
|
|
2368
|
+
pool_volume_24h_swap_count: number | null;
|
|
2369
|
+
pool_volume_last_updated: string | null;
|
|
1939
2370
|
base_token: {
|
|
1940
2371
|
token_address: string;
|
|
1941
2372
|
token_name: string;
|
|
@@ -1963,6 +2394,7 @@ export declare const rootContract: {
|
|
|
1963
2394
|
token_vesting_recipient_addresses: string[];
|
|
1964
2395
|
integrator_address: string;
|
|
1965
2396
|
};
|
|
2397
|
+
pool_market_data?: unknown;
|
|
1966
2398
|
};
|
|
1967
2399
|
asset_status?: import("..").AssetStatus | undefined;
|
|
1968
2400
|
}>, "many">;
|
|
@@ -1998,6 +2430,20 @@ export declare const rootContract: {
|
|
|
1998
2430
|
pool_config_ending_time: string;
|
|
1999
2431
|
pool_migration_timestamp: Date | null;
|
|
2000
2432
|
pool_type: string;
|
|
2433
|
+
pool_volume_24h_base: string | null;
|
|
2434
|
+
pool_volume_24h_quote: string | null;
|
|
2435
|
+
pool_volume_24h_usd: string | null;
|
|
2436
|
+
pool_volume_24h_swap_count: number | null;
|
|
2437
|
+
pool_volume_last_updated: string | null;
|
|
2438
|
+
pool_market_data: {
|
|
2439
|
+
pool_liquidity: string | null;
|
|
2440
|
+
pool_market_cap: string | null;
|
|
2441
|
+
pool_price: string | null;
|
|
2442
|
+
pool_price_scale: string | null;
|
|
2443
|
+
pool_price_change_24h: string | null;
|
|
2444
|
+
pool_volume_change_24h: string | null;
|
|
2445
|
+
pool_volume_usd_24h: string | null;
|
|
2446
|
+
} | null;
|
|
2001
2447
|
base_token: {
|
|
2002
2448
|
token_address: `0x${string}`;
|
|
2003
2449
|
token_name: string;
|
|
@@ -2036,6 +2482,20 @@ export declare const rootContract: {
|
|
|
2036
2482
|
pool_address: `0x${string}`;
|
|
2037
2483
|
pool_migration_timestamp: Date | null;
|
|
2038
2484
|
pool_type: string;
|
|
2485
|
+
pool_volume_24h_base: string | null;
|
|
2486
|
+
pool_volume_24h_quote: string | null;
|
|
2487
|
+
pool_volume_24h_usd: string | null;
|
|
2488
|
+
pool_volume_24h_swap_count: number | null;
|
|
2489
|
+
pool_volume_last_updated: string | null;
|
|
2490
|
+
pool_market_data: {
|
|
2491
|
+
pool_liquidity: string | null;
|
|
2492
|
+
pool_market_cap: string | null;
|
|
2493
|
+
pool_price: string | null;
|
|
2494
|
+
pool_price_scale: string | null;
|
|
2495
|
+
pool_price_change_24h: string | null;
|
|
2496
|
+
pool_volume_change_24h: string | null;
|
|
2497
|
+
pool_volume_usd_24h: string | null;
|
|
2498
|
+
} | null;
|
|
2039
2499
|
base_token: {
|
|
2040
2500
|
token_address: `0x${string}`;
|
|
2041
2501
|
token_name: string;
|
|
@@ -2095,6 +2555,11 @@ export declare const rootContract: {
|
|
|
2095
2555
|
pool_config_ending_time: string;
|
|
2096
2556
|
pool_migration_timestamp: Date | null;
|
|
2097
2557
|
pool_type: string;
|
|
2558
|
+
pool_volume_24h_base: string | null;
|
|
2559
|
+
pool_volume_24h_quote: string | null;
|
|
2560
|
+
pool_volume_24h_usd: string | null;
|
|
2561
|
+
pool_volume_24h_swap_count: number | null;
|
|
2562
|
+
pool_volume_last_updated: string | null;
|
|
2098
2563
|
base_token: {
|
|
2099
2564
|
token_address: string;
|
|
2100
2565
|
token_name: string;
|
|
@@ -2121,6 +2586,7 @@ export declare const rootContract: {
|
|
|
2121
2586
|
token_fee_receiver_address: string;
|
|
2122
2587
|
token_vesting_recipient_addresses: string[];
|
|
2123
2588
|
};
|
|
2589
|
+
pool_market_data?: unknown;
|
|
2124
2590
|
};
|
|
2125
2591
|
graduation_pool: {
|
|
2126
2592
|
pool_current_price: string;
|
|
@@ -2134,6 +2600,11 @@ export declare const rootContract: {
|
|
|
2134
2600
|
pool_address: string;
|
|
2135
2601
|
pool_migration_timestamp: Date | null;
|
|
2136
2602
|
pool_type: string;
|
|
2603
|
+
pool_volume_24h_base: string | null;
|
|
2604
|
+
pool_volume_24h_quote: string | null;
|
|
2605
|
+
pool_volume_24h_usd: string | null;
|
|
2606
|
+
pool_volume_24h_swap_count: number | null;
|
|
2607
|
+
pool_volume_last_updated: string | null;
|
|
2137
2608
|
base_token: {
|
|
2138
2609
|
token_address: string;
|
|
2139
2610
|
token_name: string;
|
|
@@ -2161,6 +2632,7 @@ export declare const rootContract: {
|
|
|
2161
2632
|
token_vesting_recipient_addresses: string[];
|
|
2162
2633
|
integrator_address: string;
|
|
2163
2634
|
};
|
|
2635
|
+
pool_market_data?: unknown;
|
|
2164
2636
|
};
|
|
2165
2637
|
asset_status?: import("..").AssetStatus | undefined;
|
|
2166
2638
|
}[];
|
|
@@ -2170,7 +2642,7 @@ export declare const rootContract: {
|
|
|
2170
2642
|
getAssetByAddress: {
|
|
2171
2643
|
description: "Get an asset by its address";
|
|
2172
2644
|
pathParams: import("zod").ZodObject<{
|
|
2173
|
-
assetAddress: import("zod").
|
|
2645
|
+
assetAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
2174
2646
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2175
2647
|
assetAddress: `0x${string}`;
|
|
2176
2648
|
}, {
|
|
@@ -2188,8 +2660,8 @@ export declare const rootContract: {
|
|
|
2188
2660
|
responses: {
|
|
2189
2661
|
200: import("zod").ZodObject<{
|
|
2190
2662
|
result: import("zod").ZodEffects<import("zod").ZodObject<{
|
|
2191
|
-
asset_address: import("zod").ZodPipeline<import("zod").ZodString, import("zod").
|
|
2192
|
-
asset_numeraire_address: import("zod").
|
|
2663
|
+
asset_address: import("zod").ZodPipeline<import("zod").ZodString, import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>;
|
|
2664
|
+
asset_numeraire_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
2193
2665
|
asset_creation_timestamp: import("zod").ZodDate;
|
|
2194
2666
|
asset_current_pool: import("zod").ZodString;
|
|
2195
2667
|
asset_migration_timestamp: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
@@ -2213,13 +2685,51 @@ export declare const rootContract: {
|
|
|
2213
2685
|
pool_config_min_proceeds: import("zod").ZodString;
|
|
2214
2686
|
pool_config_num_tokens_to_sell: import("zod").ZodString;
|
|
2215
2687
|
pool_id: import("zod").ZodString;
|
|
2216
|
-
pool_address: import("zod").
|
|
2688
|
+
pool_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
2217
2689
|
pool_config_starting_time: import("zod").ZodString;
|
|
2218
2690
|
pool_config_ending_time: import("zod").ZodString;
|
|
2219
2691
|
pool_migration_timestamp: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
2220
2692
|
pool_type: import("zod").ZodString;
|
|
2693
|
+
pool_volume_24h_base: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2694
|
+
pool_volume_24h_quote: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2695
|
+
pool_volume_24h_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2696
|
+
pool_volume_24h_swap_count: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
2697
|
+
pool_volume_last_updated: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2698
|
+
pool_market_data: import("zod").ZodEffects<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
2699
|
+
pool_liquidity: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2700
|
+
pool_market_cap: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2701
|
+
pool_price: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2702
|
+
pool_price_scale: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2703
|
+
pool_price_change_24h: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2704
|
+
pool_volume_change_24h: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2705
|
+
pool_volume_usd_24h: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2706
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2707
|
+
pool_liquidity: string | null;
|
|
2708
|
+
pool_market_cap: string | null;
|
|
2709
|
+
pool_price: string | null;
|
|
2710
|
+
pool_price_scale: string | null;
|
|
2711
|
+
pool_price_change_24h: string | null;
|
|
2712
|
+
pool_volume_change_24h: string | null;
|
|
2713
|
+
pool_volume_usd_24h: string | null;
|
|
2714
|
+
}, {
|
|
2715
|
+
pool_liquidity: string | null;
|
|
2716
|
+
pool_market_cap: string | null;
|
|
2717
|
+
pool_price: string | null;
|
|
2718
|
+
pool_price_scale: string | null;
|
|
2719
|
+
pool_price_change_24h: string | null;
|
|
2720
|
+
pool_volume_change_24h: string | null;
|
|
2721
|
+
pool_volume_usd_24h: string | null;
|
|
2722
|
+
}>>, {
|
|
2723
|
+
pool_liquidity: string | null;
|
|
2724
|
+
pool_market_cap: string | null;
|
|
2725
|
+
pool_price: string | null;
|
|
2726
|
+
pool_price_scale: string | null;
|
|
2727
|
+
pool_price_change_24h: string | null;
|
|
2728
|
+
pool_volume_change_24h: string | null;
|
|
2729
|
+
pool_volume_usd_24h: string | null;
|
|
2730
|
+
} | null, unknown>;
|
|
2221
2731
|
base_token: import("zod").ZodObject<{
|
|
2222
|
-
token_address: import("zod").
|
|
2732
|
+
token_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
2223
2733
|
token_name: import("zod").ZodString;
|
|
2224
2734
|
token_description: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2225
2735
|
token_symbol: import("zod").ZodString;
|
|
@@ -2288,9 +2798,9 @@ export declare const rootContract: {
|
|
|
2288
2798
|
}[] | undefined;
|
|
2289
2799
|
}>>;
|
|
2290
2800
|
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").
|
|
2801
|
+
token_creator_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
2802
|
+
token_fee_receiver_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
2803
|
+
token_vesting_recipient_addresses: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, "many">;
|
|
2294
2804
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2295
2805
|
token_address: `0x${string}`;
|
|
2296
2806
|
token_name: string;
|
|
@@ -2365,6 +2875,20 @@ export declare const rootContract: {
|
|
|
2365
2875
|
pool_config_ending_time: string;
|
|
2366
2876
|
pool_migration_timestamp: Date | null;
|
|
2367
2877
|
pool_type: string;
|
|
2878
|
+
pool_volume_24h_base: string | null;
|
|
2879
|
+
pool_volume_24h_quote: string | null;
|
|
2880
|
+
pool_volume_24h_usd: string | null;
|
|
2881
|
+
pool_volume_24h_swap_count: number | null;
|
|
2882
|
+
pool_volume_last_updated: string | null;
|
|
2883
|
+
pool_market_data: {
|
|
2884
|
+
pool_liquidity: string | null;
|
|
2885
|
+
pool_market_cap: string | null;
|
|
2886
|
+
pool_price: string | null;
|
|
2887
|
+
pool_price_scale: string | null;
|
|
2888
|
+
pool_price_change_24h: string | null;
|
|
2889
|
+
pool_volume_change_24h: string | null;
|
|
2890
|
+
pool_volume_usd_24h: string | null;
|
|
2891
|
+
} | null;
|
|
2368
2892
|
base_token: {
|
|
2369
2893
|
token_address: `0x${string}`;
|
|
2370
2894
|
token_name: string;
|
|
@@ -2414,6 +2938,11 @@ export declare const rootContract: {
|
|
|
2414
2938
|
pool_config_ending_time: string;
|
|
2415
2939
|
pool_migration_timestamp: Date | null;
|
|
2416
2940
|
pool_type: string;
|
|
2941
|
+
pool_volume_24h_base: string | null;
|
|
2942
|
+
pool_volume_24h_quote: string | null;
|
|
2943
|
+
pool_volume_24h_usd: string | null;
|
|
2944
|
+
pool_volume_24h_swap_count: number | null;
|
|
2945
|
+
pool_volume_last_updated: string | null;
|
|
2417
2946
|
base_token: {
|
|
2418
2947
|
token_address: string;
|
|
2419
2948
|
token_name: string;
|
|
@@ -2440,6 +2969,7 @@ export declare const rootContract: {
|
|
|
2440
2969
|
token_fee_receiver_address: string;
|
|
2441
2970
|
token_vesting_recipient_addresses: string[];
|
|
2442
2971
|
};
|
|
2972
|
+
pool_market_data?: unknown;
|
|
2443
2973
|
}>;
|
|
2444
2974
|
graduation_pool: import("zod").ZodObject<{
|
|
2445
2975
|
pool_current_price: import("zod").ZodString;
|
|
@@ -2450,11 +2980,49 @@ export declare const rootContract: {
|
|
|
2450
2980
|
pool_current_tick: import("zod").ZodNumber;
|
|
2451
2981
|
pool_current_market_cap: import("zod").ZodString;
|
|
2452
2982
|
pool_current_market_cap_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2453
|
-
pool_address: import("zod").
|
|
2983
|
+
pool_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
2454
2984
|
pool_migration_timestamp: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
2455
2985
|
pool_type: import("zod").ZodString;
|
|
2986
|
+
pool_volume_24h_base: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2987
|
+
pool_volume_24h_quote: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2988
|
+
pool_volume_24h_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2989
|
+
pool_volume_24h_swap_count: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
2990
|
+
pool_volume_last_updated: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2991
|
+
pool_market_data: import("zod").ZodEffects<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
2992
|
+
pool_liquidity: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2993
|
+
pool_market_cap: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2994
|
+
pool_price: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2995
|
+
pool_price_scale: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2996
|
+
pool_price_change_24h: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2997
|
+
pool_volume_change_24h: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2998
|
+
pool_volume_usd_24h: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2999
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3000
|
+
pool_liquidity: string | null;
|
|
3001
|
+
pool_market_cap: string | null;
|
|
3002
|
+
pool_price: string | null;
|
|
3003
|
+
pool_price_scale: string | null;
|
|
3004
|
+
pool_price_change_24h: string | null;
|
|
3005
|
+
pool_volume_change_24h: string | null;
|
|
3006
|
+
pool_volume_usd_24h: string | null;
|
|
3007
|
+
}, {
|
|
3008
|
+
pool_liquidity: string | null;
|
|
3009
|
+
pool_market_cap: string | null;
|
|
3010
|
+
pool_price: string | null;
|
|
3011
|
+
pool_price_scale: string | null;
|
|
3012
|
+
pool_price_change_24h: string | null;
|
|
3013
|
+
pool_volume_change_24h: string | null;
|
|
3014
|
+
pool_volume_usd_24h: string | null;
|
|
3015
|
+
}>>, {
|
|
3016
|
+
pool_liquidity: string | null;
|
|
3017
|
+
pool_market_cap: string | null;
|
|
3018
|
+
pool_price: string | null;
|
|
3019
|
+
pool_price_scale: string | null;
|
|
3020
|
+
pool_price_change_24h: string | null;
|
|
3021
|
+
pool_volume_change_24h: string | null;
|
|
3022
|
+
pool_volume_usd_24h: string | null;
|
|
3023
|
+
} | null, unknown>;
|
|
2456
3024
|
base_token: import("zod").ZodObject<{
|
|
2457
|
-
token_address: import("zod").
|
|
3025
|
+
token_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
2458
3026
|
token_name: import("zod").ZodString;
|
|
2459
3027
|
token_description: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2460
3028
|
token_symbol: import("zod").ZodString;
|
|
@@ -2523,9 +3091,9 @@ export declare const rootContract: {
|
|
|
2523
3091
|
}[] | undefined;
|
|
2524
3092
|
}>>;
|
|
2525
3093
|
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").
|
|
3094
|
+
token_creator_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
3095
|
+
token_fee_receiver_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
3096
|
+
token_vesting_recipient_addresses: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, "many">;
|
|
2529
3097
|
integrator_address: import("zod").ZodString;
|
|
2530
3098
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2531
3099
|
token_address: `0x${string}`;
|
|
@@ -2591,6 +3159,20 @@ export declare const rootContract: {
|
|
|
2591
3159
|
pool_address: `0x${string}`;
|
|
2592
3160
|
pool_migration_timestamp: Date | null;
|
|
2593
3161
|
pool_type: string;
|
|
3162
|
+
pool_volume_24h_base: string | null;
|
|
3163
|
+
pool_volume_24h_quote: string | null;
|
|
3164
|
+
pool_volume_24h_usd: string | null;
|
|
3165
|
+
pool_volume_24h_swap_count: number | null;
|
|
3166
|
+
pool_volume_last_updated: string | null;
|
|
3167
|
+
pool_market_data: {
|
|
3168
|
+
pool_liquidity: string | null;
|
|
3169
|
+
pool_market_cap: string | null;
|
|
3170
|
+
pool_price: string | null;
|
|
3171
|
+
pool_price_scale: string | null;
|
|
3172
|
+
pool_price_change_24h: string | null;
|
|
3173
|
+
pool_volume_change_24h: string | null;
|
|
3174
|
+
pool_volume_usd_24h: string | null;
|
|
3175
|
+
} | null;
|
|
2594
3176
|
base_token: {
|
|
2595
3177
|
token_address: `0x${string}`;
|
|
2596
3178
|
token_name: string;
|
|
@@ -2629,6 +3211,11 @@ export declare const rootContract: {
|
|
|
2629
3211
|
pool_address: string;
|
|
2630
3212
|
pool_migration_timestamp: Date | null;
|
|
2631
3213
|
pool_type: string;
|
|
3214
|
+
pool_volume_24h_base: string | null;
|
|
3215
|
+
pool_volume_24h_quote: string | null;
|
|
3216
|
+
pool_volume_24h_usd: string | null;
|
|
3217
|
+
pool_volume_24h_swap_count: number | null;
|
|
3218
|
+
pool_volume_last_updated: string | null;
|
|
2632
3219
|
base_token: {
|
|
2633
3220
|
token_address: string;
|
|
2634
3221
|
token_name: string;
|
|
@@ -2656,6 +3243,7 @@ export declare const rootContract: {
|
|
|
2656
3243
|
token_vesting_recipient_addresses: string[];
|
|
2657
3244
|
integrator_address: string;
|
|
2658
3245
|
};
|
|
3246
|
+
pool_market_data?: unknown;
|
|
2659
3247
|
}>;
|
|
2660
3248
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2661
3249
|
asset_address: `0x${string}`;
|
|
@@ -2688,6 +3276,20 @@ export declare const rootContract: {
|
|
|
2688
3276
|
pool_config_ending_time: string;
|
|
2689
3277
|
pool_migration_timestamp: Date | null;
|
|
2690
3278
|
pool_type: string;
|
|
3279
|
+
pool_volume_24h_base: string | null;
|
|
3280
|
+
pool_volume_24h_quote: string | null;
|
|
3281
|
+
pool_volume_24h_usd: string | null;
|
|
3282
|
+
pool_volume_24h_swap_count: number | null;
|
|
3283
|
+
pool_volume_last_updated: string | null;
|
|
3284
|
+
pool_market_data: {
|
|
3285
|
+
pool_liquidity: string | null;
|
|
3286
|
+
pool_market_cap: string | null;
|
|
3287
|
+
pool_price: string | null;
|
|
3288
|
+
pool_price_scale: string | null;
|
|
3289
|
+
pool_price_change_24h: string | null;
|
|
3290
|
+
pool_volume_change_24h: string | null;
|
|
3291
|
+
pool_volume_usd_24h: string | null;
|
|
3292
|
+
} | null;
|
|
2691
3293
|
base_token: {
|
|
2692
3294
|
token_address: `0x${string}`;
|
|
2693
3295
|
token_name: string;
|
|
@@ -2726,6 +3328,20 @@ export declare const rootContract: {
|
|
|
2726
3328
|
pool_address: `0x${string}`;
|
|
2727
3329
|
pool_migration_timestamp: Date | null;
|
|
2728
3330
|
pool_type: string;
|
|
3331
|
+
pool_volume_24h_base: string | null;
|
|
3332
|
+
pool_volume_24h_quote: string | null;
|
|
3333
|
+
pool_volume_24h_usd: string | null;
|
|
3334
|
+
pool_volume_24h_swap_count: number | null;
|
|
3335
|
+
pool_volume_last_updated: string | null;
|
|
3336
|
+
pool_market_data: {
|
|
3337
|
+
pool_liquidity: string | null;
|
|
3338
|
+
pool_market_cap: string | null;
|
|
3339
|
+
pool_price: string | null;
|
|
3340
|
+
pool_price_scale: string | null;
|
|
3341
|
+
pool_price_change_24h: string | null;
|
|
3342
|
+
pool_volume_change_24h: string | null;
|
|
3343
|
+
pool_volume_usd_24h: string | null;
|
|
3344
|
+
} | null;
|
|
2729
3345
|
base_token: {
|
|
2730
3346
|
token_address: `0x${string}`;
|
|
2731
3347
|
token_name: string;
|
|
@@ -2783,6 +3399,11 @@ export declare const rootContract: {
|
|
|
2783
3399
|
pool_config_ending_time: string;
|
|
2784
3400
|
pool_migration_timestamp: Date | null;
|
|
2785
3401
|
pool_type: string;
|
|
3402
|
+
pool_volume_24h_base: string | null;
|
|
3403
|
+
pool_volume_24h_quote: string | null;
|
|
3404
|
+
pool_volume_24h_usd: string | null;
|
|
3405
|
+
pool_volume_24h_swap_count: number | null;
|
|
3406
|
+
pool_volume_last_updated: string | null;
|
|
2786
3407
|
base_token: {
|
|
2787
3408
|
token_address: string;
|
|
2788
3409
|
token_name: string;
|
|
@@ -2809,6 +3430,7 @@ export declare const rootContract: {
|
|
|
2809
3430
|
token_fee_receiver_address: string;
|
|
2810
3431
|
token_vesting_recipient_addresses: string[];
|
|
2811
3432
|
};
|
|
3433
|
+
pool_market_data?: unknown;
|
|
2812
3434
|
};
|
|
2813
3435
|
graduation_pool: {
|
|
2814
3436
|
pool_current_price: string;
|
|
@@ -2822,6 +3444,11 @@ export declare const rootContract: {
|
|
|
2822
3444
|
pool_address: string;
|
|
2823
3445
|
pool_migration_timestamp: Date | null;
|
|
2824
3446
|
pool_type: string;
|
|
3447
|
+
pool_volume_24h_base: string | null;
|
|
3448
|
+
pool_volume_24h_quote: string | null;
|
|
3449
|
+
pool_volume_24h_usd: string | null;
|
|
3450
|
+
pool_volume_24h_swap_count: number | null;
|
|
3451
|
+
pool_volume_last_updated: string | null;
|
|
2825
3452
|
base_token: {
|
|
2826
3453
|
token_address: string;
|
|
2827
3454
|
token_name: string;
|
|
@@ -2849,6 +3476,7 @@ export declare const rootContract: {
|
|
|
2849
3476
|
token_vesting_recipient_addresses: string[];
|
|
2850
3477
|
integrator_address: string;
|
|
2851
3478
|
};
|
|
3479
|
+
pool_market_data?: unknown;
|
|
2852
3480
|
};
|
|
2853
3481
|
asset_status?: import("..").AssetStatus | undefined;
|
|
2854
3482
|
}>, {
|
|
@@ -2882,6 +3510,20 @@ export declare const rootContract: {
|
|
|
2882
3510
|
pool_config_ending_time: string;
|
|
2883
3511
|
pool_migration_timestamp: Date | null;
|
|
2884
3512
|
pool_type: string;
|
|
3513
|
+
pool_volume_24h_base: string | null;
|
|
3514
|
+
pool_volume_24h_quote: string | null;
|
|
3515
|
+
pool_volume_24h_usd: string | null;
|
|
3516
|
+
pool_volume_24h_swap_count: number | null;
|
|
3517
|
+
pool_volume_last_updated: string | null;
|
|
3518
|
+
pool_market_data: {
|
|
3519
|
+
pool_liquidity: string | null;
|
|
3520
|
+
pool_market_cap: string | null;
|
|
3521
|
+
pool_price: string | null;
|
|
3522
|
+
pool_price_scale: string | null;
|
|
3523
|
+
pool_price_change_24h: string | null;
|
|
3524
|
+
pool_volume_change_24h: string | null;
|
|
3525
|
+
pool_volume_usd_24h: string | null;
|
|
3526
|
+
} | null;
|
|
2885
3527
|
base_token: {
|
|
2886
3528
|
token_address: `0x${string}`;
|
|
2887
3529
|
token_name: string;
|
|
@@ -2920,6 +3562,20 @@ export declare const rootContract: {
|
|
|
2920
3562
|
pool_address: `0x${string}`;
|
|
2921
3563
|
pool_migration_timestamp: Date | null;
|
|
2922
3564
|
pool_type: string;
|
|
3565
|
+
pool_volume_24h_base: string | null;
|
|
3566
|
+
pool_volume_24h_quote: string | null;
|
|
3567
|
+
pool_volume_24h_usd: string | null;
|
|
3568
|
+
pool_volume_24h_swap_count: number | null;
|
|
3569
|
+
pool_volume_last_updated: string | null;
|
|
3570
|
+
pool_market_data: {
|
|
3571
|
+
pool_liquidity: string | null;
|
|
3572
|
+
pool_market_cap: string | null;
|
|
3573
|
+
pool_price: string | null;
|
|
3574
|
+
pool_price_scale: string | null;
|
|
3575
|
+
pool_price_change_24h: string | null;
|
|
3576
|
+
pool_volume_change_24h: string | null;
|
|
3577
|
+
pool_volume_usd_24h: string | null;
|
|
3578
|
+
} | null;
|
|
2923
3579
|
base_token: {
|
|
2924
3580
|
token_address: `0x${string}`;
|
|
2925
3581
|
token_name: string;
|
|
@@ -2977,6 +3633,11 @@ export declare const rootContract: {
|
|
|
2977
3633
|
pool_config_ending_time: string;
|
|
2978
3634
|
pool_migration_timestamp: Date | null;
|
|
2979
3635
|
pool_type: string;
|
|
3636
|
+
pool_volume_24h_base: string | null;
|
|
3637
|
+
pool_volume_24h_quote: string | null;
|
|
3638
|
+
pool_volume_24h_usd: string | null;
|
|
3639
|
+
pool_volume_24h_swap_count: number | null;
|
|
3640
|
+
pool_volume_last_updated: string | null;
|
|
2980
3641
|
base_token: {
|
|
2981
3642
|
token_address: string;
|
|
2982
3643
|
token_name: string;
|
|
@@ -3003,6 +3664,7 @@ export declare const rootContract: {
|
|
|
3003
3664
|
token_fee_receiver_address: string;
|
|
3004
3665
|
token_vesting_recipient_addresses: string[];
|
|
3005
3666
|
};
|
|
3667
|
+
pool_market_data?: unknown;
|
|
3006
3668
|
};
|
|
3007
3669
|
graduation_pool: {
|
|
3008
3670
|
pool_current_price: string;
|
|
@@ -3016,6 +3678,11 @@ export declare const rootContract: {
|
|
|
3016
3678
|
pool_address: string;
|
|
3017
3679
|
pool_migration_timestamp: Date | null;
|
|
3018
3680
|
pool_type: string;
|
|
3681
|
+
pool_volume_24h_base: string | null;
|
|
3682
|
+
pool_volume_24h_quote: string | null;
|
|
3683
|
+
pool_volume_24h_usd: string | null;
|
|
3684
|
+
pool_volume_24h_swap_count: number | null;
|
|
3685
|
+
pool_volume_last_updated: string | null;
|
|
3019
3686
|
base_token: {
|
|
3020
3687
|
token_address: string;
|
|
3021
3688
|
token_name: string;
|
|
@@ -3043,6 +3710,7 @@ export declare const rootContract: {
|
|
|
3043
3710
|
token_vesting_recipient_addresses: string[];
|
|
3044
3711
|
integrator_address: string;
|
|
3045
3712
|
};
|
|
3713
|
+
pool_market_data?: unknown;
|
|
3046
3714
|
};
|
|
3047
3715
|
asset_status?: import("..").AssetStatus | undefined;
|
|
3048
3716
|
}>;
|
|
@@ -3078,6 +3746,20 @@ export declare const rootContract: {
|
|
|
3078
3746
|
pool_config_ending_time: string;
|
|
3079
3747
|
pool_migration_timestamp: Date | null;
|
|
3080
3748
|
pool_type: string;
|
|
3749
|
+
pool_volume_24h_base: string | null;
|
|
3750
|
+
pool_volume_24h_quote: string | null;
|
|
3751
|
+
pool_volume_24h_usd: string | null;
|
|
3752
|
+
pool_volume_24h_swap_count: number | null;
|
|
3753
|
+
pool_volume_last_updated: string | null;
|
|
3754
|
+
pool_market_data: {
|
|
3755
|
+
pool_liquidity: string | null;
|
|
3756
|
+
pool_market_cap: string | null;
|
|
3757
|
+
pool_price: string | null;
|
|
3758
|
+
pool_price_scale: string | null;
|
|
3759
|
+
pool_price_change_24h: string | null;
|
|
3760
|
+
pool_volume_change_24h: string | null;
|
|
3761
|
+
pool_volume_usd_24h: string | null;
|
|
3762
|
+
} | null;
|
|
3081
3763
|
base_token: {
|
|
3082
3764
|
token_address: `0x${string}`;
|
|
3083
3765
|
token_name: string;
|
|
@@ -3116,6 +3798,20 @@ export declare const rootContract: {
|
|
|
3116
3798
|
pool_address: `0x${string}`;
|
|
3117
3799
|
pool_migration_timestamp: Date | null;
|
|
3118
3800
|
pool_type: string;
|
|
3801
|
+
pool_volume_24h_base: string | null;
|
|
3802
|
+
pool_volume_24h_quote: string | null;
|
|
3803
|
+
pool_volume_24h_usd: string | null;
|
|
3804
|
+
pool_volume_24h_swap_count: number | null;
|
|
3805
|
+
pool_volume_last_updated: string | null;
|
|
3806
|
+
pool_market_data: {
|
|
3807
|
+
pool_liquidity: string | null;
|
|
3808
|
+
pool_market_cap: string | null;
|
|
3809
|
+
pool_price: string | null;
|
|
3810
|
+
pool_price_scale: string | null;
|
|
3811
|
+
pool_price_change_24h: string | null;
|
|
3812
|
+
pool_volume_change_24h: string | null;
|
|
3813
|
+
pool_volume_usd_24h: string | null;
|
|
3814
|
+
} | null;
|
|
3119
3815
|
base_token: {
|
|
3120
3816
|
token_address: `0x${string}`;
|
|
3121
3817
|
token_name: string;
|
|
@@ -3175,6 +3871,11 @@ export declare const rootContract: {
|
|
|
3175
3871
|
pool_config_ending_time: string;
|
|
3176
3872
|
pool_migration_timestamp: Date | null;
|
|
3177
3873
|
pool_type: string;
|
|
3874
|
+
pool_volume_24h_base: string | null;
|
|
3875
|
+
pool_volume_24h_quote: string | null;
|
|
3876
|
+
pool_volume_24h_usd: string | null;
|
|
3877
|
+
pool_volume_24h_swap_count: number | null;
|
|
3878
|
+
pool_volume_last_updated: string | null;
|
|
3178
3879
|
base_token: {
|
|
3179
3880
|
token_address: string;
|
|
3180
3881
|
token_name: string;
|
|
@@ -3201,6 +3902,7 @@ export declare const rootContract: {
|
|
|
3201
3902
|
token_fee_receiver_address: string;
|
|
3202
3903
|
token_vesting_recipient_addresses: string[];
|
|
3203
3904
|
};
|
|
3905
|
+
pool_market_data?: unknown;
|
|
3204
3906
|
};
|
|
3205
3907
|
graduation_pool: {
|
|
3206
3908
|
pool_current_price: string;
|
|
@@ -3214,6 +3916,11 @@ export declare const rootContract: {
|
|
|
3214
3916
|
pool_address: string;
|
|
3215
3917
|
pool_migration_timestamp: Date | null;
|
|
3216
3918
|
pool_type: string;
|
|
3919
|
+
pool_volume_24h_base: string | null;
|
|
3920
|
+
pool_volume_24h_quote: string | null;
|
|
3921
|
+
pool_volume_24h_usd: string | null;
|
|
3922
|
+
pool_volume_24h_swap_count: number | null;
|
|
3923
|
+
pool_volume_last_updated: string | null;
|
|
3217
3924
|
base_token: {
|
|
3218
3925
|
token_address: string;
|
|
3219
3926
|
token_name: string;
|
|
@@ -3241,6 +3948,7 @@ export declare const rootContract: {
|
|
|
3241
3948
|
token_vesting_recipient_addresses: string[];
|
|
3242
3949
|
integrator_address: string;
|
|
3243
3950
|
};
|
|
3951
|
+
pool_market_data?: unknown;
|
|
3244
3952
|
};
|
|
3245
3953
|
asset_status?: import("..").AssetStatus | undefined;
|
|
3246
3954
|
};
|
|
@@ -3318,7 +4026,7 @@ export declare const rootContract: {
|
|
|
3318
4026
|
getAuctionByPoolAddress: {
|
|
3319
4027
|
description: "Get an auction by its pool address";
|
|
3320
4028
|
pathParams: import("zod").ZodObject<{
|
|
3321
|
-
poolAddress: import("zod").
|
|
4029
|
+
poolAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
3322
4030
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3323
4031
|
poolAddress: `0x${string}`;
|
|
3324
4032
|
}, {
|
|
@@ -3458,9 +4166,9 @@ export declare const rootContract: {
|
|
|
3458
4166
|
token_name: import("zod").ZodString;
|
|
3459
4167
|
token_symbol: import("zod").ZodString;
|
|
3460
4168
|
token_uri: import("zod").ZodDefault<import("zod").ZodString>;
|
|
3461
|
-
user_address: import("zod").
|
|
4169
|
+
user_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
3462
4170
|
beneficiaries: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
3463
|
-
beneficiary: import("zod").
|
|
4171
|
+
beneficiary: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
3464
4172
|
shares: import("zod").ZodString;
|
|
3465
4173
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3466
4174
|
beneficiary: `0x${string}`;
|
|
@@ -3520,19 +4228,19 @@ export declare const rootContract: {
|
|
|
3520
4228
|
200: import("zod").ZodObject<{
|
|
3521
4229
|
result: import("zod").ZodObject<{
|
|
3522
4230
|
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").
|
|
4231
|
+
governance_factory: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
4232
|
+
governance_factory_data: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
4233
|
+
pool_initializer: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
4234
|
+
pool_initializer_data: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
4235
|
+
liquidity_migrator: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
4236
|
+
liquidity_migrator_data: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
4237
|
+
integrator: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
4238
|
+
salt: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
3531
4239
|
initial_supply: import("zod").ZodString;
|
|
3532
4240
|
num_tokens_to_sell: import("zod").ZodString;
|
|
3533
|
-
numeraire: import("zod").
|
|
3534
|
-
token_factory: import("zod").
|
|
3535
|
-
token_factory_data: import("zod").
|
|
4241
|
+
numeraire: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
4242
|
+
token_factory: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
4243
|
+
token_factory_data: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
3536
4244
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3537
4245
|
governance_factory: `0x${string}`;
|
|
3538
4246
|
governance_factory_data: `0x${string}`;
|
|
@@ -3562,9 +4270,9 @@ export declare const rootContract: {
|
|
|
3562
4270
|
token_factory: string;
|
|
3563
4271
|
token_factory_data: string;
|
|
3564
4272
|
}>>;
|
|
3565
|
-
hook_address: import("zod").ZodOptional<import("zod").
|
|
3566
|
-
token_address: import("zod").ZodOptional<import("zod").
|
|
3567
|
-
encoded_payload: import("zod").
|
|
4273
|
+
hook_address: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>;
|
|
4274
|
+
token_address: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>;
|
|
4275
|
+
encoded_payload: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
3568
4276
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3569
4277
|
encoded_payload: `0x${string}`;
|
|
3570
4278
|
params?: {
|
|
@@ -3650,6 +4358,138 @@ export declare const rootContract: {
|
|
|
3650
4358
|
};
|
|
3651
4359
|
};
|
|
3652
4360
|
};
|
|
4361
|
+
charts: {
|
|
4362
|
+
getBars: {
|
|
4363
|
+
description: "Get OHLCV chart bars for a token or trading pair";
|
|
4364
|
+
query: import("zod").ZodObject<{
|
|
4365
|
+
symbol: import("zod").ZodString;
|
|
4366
|
+
from: import("zod").ZodNumber;
|
|
4367
|
+
to: import("zod").ZodNumber;
|
|
4368
|
+
resolution: import("zod").ZodEnum<["1S", "5S", "15S", "30S", "1", "5", "15", "30", "60", "240", "720", "1D", "7D"]>;
|
|
4369
|
+
currency: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodEnum<["USD", "TOKEN"]>>>;
|
|
4370
|
+
countback: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4371
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4372
|
+
symbol: string;
|
|
4373
|
+
resolution: "1" | "1S" | "5S" | "15S" | "30S" | "5" | "15" | "30" | "60" | "240" | "720" | "1D" | "7D";
|
|
4374
|
+
currency: "USD" | "TOKEN";
|
|
4375
|
+
from: number;
|
|
4376
|
+
to: number;
|
|
4377
|
+
countback?: number | undefined;
|
|
4378
|
+
}, {
|
|
4379
|
+
symbol: string;
|
|
4380
|
+
resolution: "1" | "1S" | "5S" | "15S" | "30S" | "5" | "15" | "30" | "60" | "240" | "720" | "1D" | "7D";
|
|
4381
|
+
from: number;
|
|
4382
|
+
to: number;
|
|
4383
|
+
currency?: "USD" | "TOKEN" | undefined;
|
|
4384
|
+
countback?: number | undefined;
|
|
4385
|
+
}>;
|
|
4386
|
+
method: "GET";
|
|
4387
|
+
path: "/charts/bars";
|
|
4388
|
+
responses: {
|
|
4389
|
+
200: import("zod").ZodObject<{
|
|
4390
|
+
result: import("zod").ZodObject<{
|
|
4391
|
+
bars: import("zod").ZodArray<import("zod").ZodObject<{
|
|
4392
|
+
timestamp: import("zod").ZodNumber;
|
|
4393
|
+
open: import("zod").ZodNumber;
|
|
4394
|
+
high: import("zod").ZodNumber;
|
|
4395
|
+
low: import("zod").ZodNumber;
|
|
4396
|
+
close: import("zod").ZodNumber;
|
|
4397
|
+
volume: import("zod").ZodNumber;
|
|
4398
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4399
|
+
timestamp: number;
|
|
4400
|
+
open: number;
|
|
4401
|
+
high: number;
|
|
4402
|
+
low: number;
|
|
4403
|
+
close: number;
|
|
4404
|
+
volume: number;
|
|
4405
|
+
}, {
|
|
4406
|
+
timestamp: number;
|
|
4407
|
+
open: number;
|
|
4408
|
+
high: number;
|
|
4409
|
+
low: number;
|
|
4410
|
+
close: number;
|
|
4411
|
+
volume: number;
|
|
4412
|
+
}>, "many">;
|
|
4413
|
+
symbol: import("zod").ZodString;
|
|
4414
|
+
resolution: import("zod").ZodEnum<["1S", "5S", "15S", "30S", "1", "5", "15", "30", "60", "240", "720", "1D", "7D"]>;
|
|
4415
|
+
currency: import("zod").ZodEnum<["USD", "TOKEN"]>;
|
|
4416
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4417
|
+
symbol: string;
|
|
4418
|
+
bars: {
|
|
4419
|
+
timestamp: number;
|
|
4420
|
+
open: number;
|
|
4421
|
+
high: number;
|
|
4422
|
+
low: number;
|
|
4423
|
+
close: number;
|
|
4424
|
+
volume: number;
|
|
4425
|
+
}[];
|
|
4426
|
+
resolution: "1" | "1S" | "5S" | "15S" | "30S" | "5" | "15" | "30" | "60" | "240" | "720" | "1D" | "7D";
|
|
4427
|
+
currency: "USD" | "TOKEN";
|
|
4428
|
+
}, {
|
|
4429
|
+
symbol: string;
|
|
4430
|
+
bars: {
|
|
4431
|
+
timestamp: number;
|
|
4432
|
+
open: number;
|
|
4433
|
+
high: number;
|
|
4434
|
+
low: number;
|
|
4435
|
+
close: number;
|
|
4436
|
+
volume: number;
|
|
4437
|
+
}[];
|
|
4438
|
+
resolution: "1" | "1S" | "5S" | "15S" | "30S" | "5" | "15" | "30" | "60" | "240" | "720" | "1D" | "7D";
|
|
4439
|
+
currency: "USD" | "TOKEN";
|
|
4440
|
+
}>;
|
|
4441
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4442
|
+
result: {
|
|
4443
|
+
symbol: string;
|
|
4444
|
+
bars: {
|
|
4445
|
+
timestamp: number;
|
|
4446
|
+
open: number;
|
|
4447
|
+
high: number;
|
|
4448
|
+
low: number;
|
|
4449
|
+
close: number;
|
|
4450
|
+
volume: number;
|
|
4451
|
+
}[];
|
|
4452
|
+
resolution: "1" | "1S" | "5S" | "15S" | "30S" | "5" | "15" | "30" | "60" | "240" | "720" | "1D" | "7D";
|
|
4453
|
+
currency: "USD" | "TOKEN";
|
|
4454
|
+
};
|
|
4455
|
+
}, {
|
|
4456
|
+
result: {
|
|
4457
|
+
symbol: string;
|
|
4458
|
+
bars: {
|
|
4459
|
+
timestamp: number;
|
|
4460
|
+
open: number;
|
|
4461
|
+
high: number;
|
|
4462
|
+
low: number;
|
|
4463
|
+
close: number;
|
|
4464
|
+
volume: number;
|
|
4465
|
+
}[];
|
|
4466
|
+
resolution: "1" | "1S" | "5S" | "15S" | "30S" | "5" | "15" | "30" | "60" | "240" | "720" | "1D" | "7D";
|
|
4467
|
+
currency: "USD" | "TOKEN";
|
|
4468
|
+
};
|
|
4469
|
+
}>;
|
|
4470
|
+
400: import("zod").ZodObject<{
|
|
4471
|
+
code: import("zod").ZodLiteral<"BAD_REQUEST">;
|
|
4472
|
+
message: import("zod").ZodString;
|
|
4473
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4474
|
+
code: "BAD_REQUEST";
|
|
4475
|
+
message: string;
|
|
4476
|
+
}, {
|
|
4477
|
+
code: "BAD_REQUEST";
|
|
4478
|
+
message: string;
|
|
4479
|
+
}>;
|
|
4480
|
+
500: import("zod").ZodObject<{
|
|
4481
|
+
code: import("zod").ZodLiteral<"INTERNAL_SERVER_ERROR">;
|
|
4482
|
+
message: import("zod").ZodString;
|
|
4483
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4484
|
+
code: "INTERNAL_SERVER_ERROR";
|
|
4485
|
+
message: string;
|
|
4486
|
+
}, {
|
|
4487
|
+
code: "INTERNAL_SERVER_ERROR";
|
|
4488
|
+
message: string;
|
|
4489
|
+
}>;
|
|
4490
|
+
};
|
|
4491
|
+
};
|
|
4492
|
+
};
|
|
3653
4493
|
communities: {
|
|
3654
4494
|
listCommunities: {
|
|
3655
4495
|
method: "GET";
|
|
@@ -3829,17 +4669,1396 @@ export declare const rootContract: {
|
|
|
3829
4669
|
};
|
|
3830
4670
|
};
|
|
3831
4671
|
};
|
|
4672
|
+
market: {
|
|
4673
|
+
getEthPrice: {
|
|
4674
|
+
description: "Get the current ETH price in USD";
|
|
4675
|
+
query: import("zod").ZodObject<{
|
|
4676
|
+
chainId: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
|
|
4677
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4678
|
+
chainId: number;
|
|
4679
|
+
}, {
|
|
4680
|
+
chainId?: number | undefined;
|
|
4681
|
+
}>;
|
|
4682
|
+
method: "GET";
|
|
4683
|
+
path: "/market/price/eth";
|
|
4684
|
+
responses: {
|
|
4685
|
+
200: import("zod").ZodObject<{
|
|
4686
|
+
result: import("zod").ZodObject<{
|
|
4687
|
+
price: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
4688
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4689
|
+
price: number | null;
|
|
4690
|
+
}, {
|
|
4691
|
+
price: number | null;
|
|
4692
|
+
}>;
|
|
4693
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4694
|
+
result: {
|
|
4695
|
+
price: number | null;
|
|
4696
|
+
};
|
|
4697
|
+
}, {
|
|
4698
|
+
result: {
|
|
4699
|
+
price: number | null;
|
|
4700
|
+
};
|
|
4701
|
+
}>;
|
|
4702
|
+
500: import("zod").ZodObject<{
|
|
4703
|
+
code: import("zod").ZodString;
|
|
4704
|
+
message: import("zod").ZodString;
|
|
4705
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4706
|
+
code: string;
|
|
4707
|
+
message: string;
|
|
4708
|
+
}, {
|
|
4709
|
+
code: string;
|
|
4710
|
+
message: string;
|
|
4711
|
+
}>;
|
|
4712
|
+
};
|
|
4713
|
+
};
|
|
4714
|
+
getTokenPrice: {
|
|
4715
|
+
description: "Get the current price of a token in USD by its contract address";
|
|
4716
|
+
pathParams: import("zod").ZodObject<{
|
|
4717
|
+
tokenAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
4718
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4719
|
+
tokenAddress: `0x${string}`;
|
|
4720
|
+
}, {
|
|
4721
|
+
tokenAddress: string;
|
|
4722
|
+
}>;
|
|
4723
|
+
query: import("zod").ZodObject<{
|
|
4724
|
+
chainId: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
|
|
4725
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4726
|
+
chainId: number;
|
|
4727
|
+
}, {
|
|
4728
|
+
chainId?: number | undefined;
|
|
4729
|
+
}>;
|
|
4730
|
+
method: "GET";
|
|
4731
|
+
path: "/market/price/:tokenAddress";
|
|
4732
|
+
responses: {
|
|
4733
|
+
200: import("zod").ZodObject<{
|
|
4734
|
+
result: import("zod").ZodObject<{
|
|
4735
|
+
price: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
4736
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4737
|
+
price: number | null;
|
|
4738
|
+
}, {
|
|
4739
|
+
price: number | null;
|
|
4740
|
+
}>;
|
|
4741
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4742
|
+
result: {
|
|
4743
|
+
price: number | null;
|
|
4744
|
+
};
|
|
4745
|
+
}, {
|
|
4746
|
+
result: {
|
|
4747
|
+
price: number | null;
|
|
4748
|
+
};
|
|
4749
|
+
}>;
|
|
4750
|
+
500: import("zod").ZodObject<{
|
|
4751
|
+
code: import("zod").ZodString;
|
|
4752
|
+
message: import("zod").ZodString;
|
|
4753
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4754
|
+
code: string;
|
|
4755
|
+
message: string;
|
|
4756
|
+
}, {
|
|
4757
|
+
code: string;
|
|
4758
|
+
message: string;
|
|
4759
|
+
}>;
|
|
4760
|
+
};
|
|
4761
|
+
};
|
|
4762
|
+
getPoolsStats: {
|
|
4763
|
+
description: "Get statistics for one or more pools. Returns a single object for one pool, or an array for multiple pools.";
|
|
4764
|
+
pathParams: import("zod").ZodObject<{
|
|
4765
|
+
poolAddresses: import("zod").ZodString;
|
|
4766
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4767
|
+
poolAddresses: string;
|
|
4768
|
+
}, {
|
|
4769
|
+
poolAddresses: string;
|
|
4770
|
+
}>;
|
|
4771
|
+
query: import("zod").ZodObject<{
|
|
4772
|
+
chainId: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
|
|
4773
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4774
|
+
chainId: number;
|
|
4775
|
+
}, {
|
|
4776
|
+
chainId?: number | undefined;
|
|
4777
|
+
}>;
|
|
4778
|
+
method: "GET";
|
|
4779
|
+
path: "/market/pools/:poolAddresses/stats";
|
|
4780
|
+
responses: {
|
|
4781
|
+
200: import("zod").ZodObject<{
|
|
4782
|
+
result: import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
4783
|
+
address: import("zod").ZodString;
|
|
4784
|
+
name: import("zod").ZodString;
|
|
4785
|
+
pool_created_at: import("zod").ZodNullable<import("zod").ZodString>;
|
|
4786
|
+
base_token_price_usd: import("zod").ZodString;
|
|
4787
|
+
base_token_price_native_currency: import("zod").ZodString;
|
|
4788
|
+
quote_token_price_usd: import("zod").ZodString;
|
|
4789
|
+
quote_token_price_native_currency: import("zod").ZodString;
|
|
4790
|
+
base_token_price_quote_token: import("zod").ZodString;
|
|
4791
|
+
quote_token_price_base_token: import("zod").ZodString;
|
|
4792
|
+
fdv_usd: import("zod").ZodString;
|
|
4793
|
+
market_cap_usd: import("zod").ZodString;
|
|
4794
|
+
price_change_percentage: import("zod").ZodObject<{
|
|
4795
|
+
m5: import("zod").ZodString;
|
|
4796
|
+
m15: import("zod").ZodString;
|
|
4797
|
+
m30: import("zod").ZodString;
|
|
4798
|
+
h1: import("zod").ZodString;
|
|
4799
|
+
h6: import("zod").ZodString;
|
|
4800
|
+
h24: import("zod").ZodString;
|
|
4801
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4802
|
+
m5: string;
|
|
4803
|
+
m15: string;
|
|
4804
|
+
m30: string;
|
|
4805
|
+
h1: string;
|
|
4806
|
+
h6: string;
|
|
4807
|
+
h24: string;
|
|
4808
|
+
}, {
|
|
4809
|
+
m5: string;
|
|
4810
|
+
m15: string;
|
|
4811
|
+
m30: string;
|
|
4812
|
+
h1: string;
|
|
4813
|
+
h6: string;
|
|
4814
|
+
h24: string;
|
|
4815
|
+
}>;
|
|
4816
|
+
transactions: import("zod").ZodObject<{
|
|
4817
|
+
m5: import("zod").ZodObject<{
|
|
4818
|
+
buys: import("zod").ZodNumber;
|
|
4819
|
+
sells: import("zod").ZodNumber;
|
|
4820
|
+
buyers: import("zod").ZodNumber;
|
|
4821
|
+
sellers: import("zod").ZodNumber;
|
|
4822
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4823
|
+
buys: number;
|
|
4824
|
+
sells: number;
|
|
4825
|
+
buyers: number;
|
|
4826
|
+
sellers: number;
|
|
4827
|
+
}, {
|
|
4828
|
+
buys: number;
|
|
4829
|
+
sells: number;
|
|
4830
|
+
buyers: number;
|
|
4831
|
+
sellers: number;
|
|
4832
|
+
}>;
|
|
4833
|
+
m15: import("zod").ZodObject<{
|
|
4834
|
+
buys: import("zod").ZodNumber;
|
|
4835
|
+
sells: import("zod").ZodNumber;
|
|
4836
|
+
buyers: import("zod").ZodNumber;
|
|
4837
|
+
sellers: import("zod").ZodNumber;
|
|
4838
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4839
|
+
buys: number;
|
|
4840
|
+
sells: number;
|
|
4841
|
+
buyers: number;
|
|
4842
|
+
sellers: number;
|
|
4843
|
+
}, {
|
|
4844
|
+
buys: number;
|
|
4845
|
+
sells: number;
|
|
4846
|
+
buyers: number;
|
|
4847
|
+
sellers: number;
|
|
4848
|
+
}>;
|
|
4849
|
+
m30: import("zod").ZodObject<{
|
|
4850
|
+
buys: import("zod").ZodNumber;
|
|
4851
|
+
sells: import("zod").ZodNumber;
|
|
4852
|
+
buyers: import("zod").ZodNumber;
|
|
4853
|
+
sellers: import("zod").ZodNumber;
|
|
4854
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4855
|
+
buys: number;
|
|
4856
|
+
sells: number;
|
|
4857
|
+
buyers: number;
|
|
4858
|
+
sellers: number;
|
|
4859
|
+
}, {
|
|
4860
|
+
buys: number;
|
|
4861
|
+
sells: number;
|
|
4862
|
+
buyers: number;
|
|
4863
|
+
sellers: number;
|
|
4864
|
+
}>;
|
|
4865
|
+
h1: import("zod").ZodObject<{
|
|
4866
|
+
buys: import("zod").ZodNumber;
|
|
4867
|
+
sells: import("zod").ZodNumber;
|
|
4868
|
+
buyers: import("zod").ZodNumber;
|
|
4869
|
+
sellers: import("zod").ZodNumber;
|
|
4870
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4871
|
+
buys: number;
|
|
4872
|
+
sells: number;
|
|
4873
|
+
buyers: number;
|
|
4874
|
+
sellers: number;
|
|
4875
|
+
}, {
|
|
4876
|
+
buys: number;
|
|
4877
|
+
sells: number;
|
|
4878
|
+
buyers: number;
|
|
4879
|
+
sellers: number;
|
|
4880
|
+
}>;
|
|
4881
|
+
h6: import("zod").ZodObject<{
|
|
4882
|
+
buys: import("zod").ZodNumber;
|
|
4883
|
+
sells: import("zod").ZodNumber;
|
|
4884
|
+
buyers: import("zod").ZodNumber;
|
|
4885
|
+
sellers: import("zod").ZodNumber;
|
|
4886
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4887
|
+
buys: number;
|
|
4888
|
+
sells: number;
|
|
4889
|
+
buyers: number;
|
|
4890
|
+
sellers: number;
|
|
4891
|
+
}, {
|
|
4892
|
+
buys: number;
|
|
4893
|
+
sells: number;
|
|
4894
|
+
buyers: number;
|
|
4895
|
+
sellers: number;
|
|
4896
|
+
}>;
|
|
4897
|
+
h24: import("zod").ZodObject<{
|
|
4898
|
+
buys: import("zod").ZodNumber;
|
|
4899
|
+
sells: import("zod").ZodNumber;
|
|
4900
|
+
buyers: import("zod").ZodNumber;
|
|
4901
|
+
sellers: import("zod").ZodNumber;
|
|
4902
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4903
|
+
buys: number;
|
|
4904
|
+
sells: number;
|
|
4905
|
+
buyers: number;
|
|
4906
|
+
sellers: number;
|
|
4907
|
+
}, {
|
|
4908
|
+
buys: number;
|
|
4909
|
+
sells: number;
|
|
4910
|
+
buyers: number;
|
|
4911
|
+
sellers: number;
|
|
4912
|
+
}>;
|
|
4913
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4914
|
+
m5: {
|
|
4915
|
+
buys: number;
|
|
4916
|
+
sells: number;
|
|
4917
|
+
buyers: number;
|
|
4918
|
+
sellers: number;
|
|
4919
|
+
};
|
|
4920
|
+
m15: {
|
|
4921
|
+
buys: number;
|
|
4922
|
+
sells: number;
|
|
4923
|
+
buyers: number;
|
|
4924
|
+
sellers: number;
|
|
4925
|
+
};
|
|
4926
|
+
m30: {
|
|
4927
|
+
buys: number;
|
|
4928
|
+
sells: number;
|
|
4929
|
+
buyers: number;
|
|
4930
|
+
sellers: number;
|
|
4931
|
+
};
|
|
4932
|
+
h1: {
|
|
4933
|
+
buys: number;
|
|
4934
|
+
sells: number;
|
|
4935
|
+
buyers: number;
|
|
4936
|
+
sellers: number;
|
|
4937
|
+
};
|
|
4938
|
+
h6: {
|
|
4939
|
+
buys: number;
|
|
4940
|
+
sells: number;
|
|
4941
|
+
buyers: number;
|
|
4942
|
+
sellers: number;
|
|
4943
|
+
};
|
|
4944
|
+
h24: {
|
|
4945
|
+
buys: number;
|
|
4946
|
+
sells: number;
|
|
4947
|
+
buyers: number;
|
|
4948
|
+
sellers: number;
|
|
4949
|
+
};
|
|
4950
|
+
}, {
|
|
4951
|
+
m5: {
|
|
4952
|
+
buys: number;
|
|
4953
|
+
sells: number;
|
|
4954
|
+
buyers: number;
|
|
4955
|
+
sellers: number;
|
|
4956
|
+
};
|
|
4957
|
+
m15: {
|
|
4958
|
+
buys: number;
|
|
4959
|
+
sells: number;
|
|
4960
|
+
buyers: number;
|
|
4961
|
+
sellers: number;
|
|
4962
|
+
};
|
|
4963
|
+
m30: {
|
|
4964
|
+
buys: number;
|
|
4965
|
+
sells: number;
|
|
4966
|
+
buyers: number;
|
|
4967
|
+
sellers: number;
|
|
4968
|
+
};
|
|
4969
|
+
h1: {
|
|
4970
|
+
buys: number;
|
|
4971
|
+
sells: number;
|
|
4972
|
+
buyers: number;
|
|
4973
|
+
sellers: number;
|
|
4974
|
+
};
|
|
4975
|
+
h6: {
|
|
4976
|
+
buys: number;
|
|
4977
|
+
sells: number;
|
|
4978
|
+
buyers: number;
|
|
4979
|
+
sellers: number;
|
|
4980
|
+
};
|
|
4981
|
+
h24: {
|
|
4982
|
+
buys: number;
|
|
4983
|
+
sells: number;
|
|
4984
|
+
buyers: number;
|
|
4985
|
+
sellers: number;
|
|
4986
|
+
};
|
|
4987
|
+
}>;
|
|
4988
|
+
volume_usd: import("zod").ZodObject<{
|
|
4989
|
+
m5: import("zod").ZodString;
|
|
4990
|
+
m15: import("zod").ZodString;
|
|
4991
|
+
m30: import("zod").ZodString;
|
|
4992
|
+
h1: import("zod").ZodString;
|
|
4993
|
+
h6: import("zod").ZodString;
|
|
4994
|
+
h24: import("zod").ZodString;
|
|
4995
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4996
|
+
m5: string;
|
|
4997
|
+
m15: string;
|
|
4998
|
+
m30: string;
|
|
4999
|
+
h1: string;
|
|
5000
|
+
h6: string;
|
|
5001
|
+
h24: string;
|
|
5002
|
+
}, {
|
|
5003
|
+
m5: string;
|
|
5004
|
+
m15: string;
|
|
5005
|
+
m30: string;
|
|
5006
|
+
h1: string;
|
|
5007
|
+
h6: string;
|
|
5008
|
+
h24: string;
|
|
5009
|
+
}>;
|
|
5010
|
+
reserve_in_usd: import("zod").ZodString;
|
|
5011
|
+
liquidity: import("zod").ZodString;
|
|
5012
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5013
|
+
liquidity: string;
|
|
5014
|
+
name: string;
|
|
5015
|
+
address: string;
|
|
5016
|
+
pool_created_at: string | null;
|
|
5017
|
+
base_token_price_usd: string;
|
|
5018
|
+
base_token_price_native_currency: string;
|
|
5019
|
+
quote_token_price_usd: string;
|
|
5020
|
+
quote_token_price_native_currency: string;
|
|
5021
|
+
base_token_price_quote_token: string;
|
|
5022
|
+
quote_token_price_base_token: string;
|
|
5023
|
+
fdv_usd: string;
|
|
5024
|
+
market_cap_usd: string;
|
|
5025
|
+
price_change_percentage: {
|
|
5026
|
+
m5: string;
|
|
5027
|
+
m15: string;
|
|
5028
|
+
m30: string;
|
|
5029
|
+
h1: string;
|
|
5030
|
+
h6: string;
|
|
5031
|
+
h24: string;
|
|
5032
|
+
};
|
|
5033
|
+
transactions: {
|
|
5034
|
+
m5: {
|
|
5035
|
+
buys: number;
|
|
5036
|
+
sells: number;
|
|
5037
|
+
buyers: number;
|
|
5038
|
+
sellers: number;
|
|
5039
|
+
};
|
|
5040
|
+
m15: {
|
|
5041
|
+
buys: number;
|
|
5042
|
+
sells: number;
|
|
5043
|
+
buyers: number;
|
|
5044
|
+
sellers: number;
|
|
5045
|
+
};
|
|
5046
|
+
m30: {
|
|
5047
|
+
buys: number;
|
|
5048
|
+
sells: number;
|
|
5049
|
+
buyers: number;
|
|
5050
|
+
sellers: number;
|
|
5051
|
+
};
|
|
5052
|
+
h1: {
|
|
5053
|
+
buys: number;
|
|
5054
|
+
sells: number;
|
|
5055
|
+
buyers: number;
|
|
5056
|
+
sellers: number;
|
|
5057
|
+
};
|
|
5058
|
+
h6: {
|
|
5059
|
+
buys: number;
|
|
5060
|
+
sells: number;
|
|
5061
|
+
buyers: number;
|
|
5062
|
+
sellers: number;
|
|
5063
|
+
};
|
|
5064
|
+
h24: {
|
|
5065
|
+
buys: number;
|
|
5066
|
+
sells: number;
|
|
5067
|
+
buyers: number;
|
|
5068
|
+
sellers: number;
|
|
5069
|
+
};
|
|
5070
|
+
};
|
|
5071
|
+
volume_usd: {
|
|
5072
|
+
m5: string;
|
|
5073
|
+
m15: string;
|
|
5074
|
+
m30: string;
|
|
5075
|
+
h1: string;
|
|
5076
|
+
h6: string;
|
|
5077
|
+
h24: string;
|
|
5078
|
+
};
|
|
5079
|
+
reserve_in_usd: string;
|
|
5080
|
+
}, {
|
|
5081
|
+
liquidity: string;
|
|
5082
|
+
name: string;
|
|
5083
|
+
address: string;
|
|
5084
|
+
pool_created_at: string | null;
|
|
5085
|
+
base_token_price_usd: string;
|
|
5086
|
+
base_token_price_native_currency: string;
|
|
5087
|
+
quote_token_price_usd: string;
|
|
5088
|
+
quote_token_price_native_currency: string;
|
|
5089
|
+
base_token_price_quote_token: string;
|
|
5090
|
+
quote_token_price_base_token: string;
|
|
5091
|
+
fdv_usd: string;
|
|
5092
|
+
market_cap_usd: string;
|
|
5093
|
+
price_change_percentage: {
|
|
5094
|
+
m5: string;
|
|
5095
|
+
m15: string;
|
|
5096
|
+
m30: string;
|
|
5097
|
+
h1: string;
|
|
5098
|
+
h6: string;
|
|
5099
|
+
h24: string;
|
|
5100
|
+
};
|
|
5101
|
+
transactions: {
|
|
5102
|
+
m5: {
|
|
5103
|
+
buys: number;
|
|
5104
|
+
sells: number;
|
|
5105
|
+
buyers: number;
|
|
5106
|
+
sellers: number;
|
|
5107
|
+
};
|
|
5108
|
+
m15: {
|
|
5109
|
+
buys: number;
|
|
5110
|
+
sells: number;
|
|
5111
|
+
buyers: number;
|
|
5112
|
+
sellers: number;
|
|
5113
|
+
};
|
|
5114
|
+
m30: {
|
|
5115
|
+
buys: number;
|
|
5116
|
+
sells: number;
|
|
5117
|
+
buyers: number;
|
|
5118
|
+
sellers: number;
|
|
5119
|
+
};
|
|
5120
|
+
h1: {
|
|
5121
|
+
buys: number;
|
|
5122
|
+
sells: number;
|
|
5123
|
+
buyers: number;
|
|
5124
|
+
sellers: number;
|
|
5125
|
+
};
|
|
5126
|
+
h6: {
|
|
5127
|
+
buys: number;
|
|
5128
|
+
sells: number;
|
|
5129
|
+
buyers: number;
|
|
5130
|
+
sellers: number;
|
|
5131
|
+
};
|
|
5132
|
+
h24: {
|
|
5133
|
+
buys: number;
|
|
5134
|
+
sells: number;
|
|
5135
|
+
buyers: number;
|
|
5136
|
+
sellers: number;
|
|
5137
|
+
};
|
|
5138
|
+
};
|
|
5139
|
+
volume_usd: {
|
|
5140
|
+
m5: string;
|
|
5141
|
+
m15: string;
|
|
5142
|
+
m30: string;
|
|
5143
|
+
h1: string;
|
|
5144
|
+
h6: string;
|
|
5145
|
+
h24: string;
|
|
5146
|
+
};
|
|
5147
|
+
reserve_in_usd: string;
|
|
5148
|
+
}>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
5149
|
+
address: import("zod").ZodString;
|
|
5150
|
+
name: import("zod").ZodString;
|
|
5151
|
+
pool_created_at: import("zod").ZodNullable<import("zod").ZodString>;
|
|
5152
|
+
base_token_price_usd: import("zod").ZodString;
|
|
5153
|
+
base_token_price_native_currency: import("zod").ZodString;
|
|
5154
|
+
quote_token_price_usd: import("zod").ZodString;
|
|
5155
|
+
quote_token_price_native_currency: import("zod").ZodString;
|
|
5156
|
+
base_token_price_quote_token: import("zod").ZodString;
|
|
5157
|
+
quote_token_price_base_token: import("zod").ZodString;
|
|
5158
|
+
fdv_usd: import("zod").ZodString;
|
|
5159
|
+
market_cap_usd: import("zod").ZodString;
|
|
5160
|
+
price_change_percentage: import("zod").ZodObject<{
|
|
5161
|
+
m5: import("zod").ZodString;
|
|
5162
|
+
m15: import("zod").ZodString;
|
|
5163
|
+
m30: import("zod").ZodString;
|
|
5164
|
+
h1: import("zod").ZodString;
|
|
5165
|
+
h6: import("zod").ZodString;
|
|
5166
|
+
h24: import("zod").ZodString;
|
|
5167
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5168
|
+
m5: string;
|
|
5169
|
+
m15: string;
|
|
5170
|
+
m30: string;
|
|
5171
|
+
h1: string;
|
|
5172
|
+
h6: string;
|
|
5173
|
+
h24: string;
|
|
5174
|
+
}, {
|
|
5175
|
+
m5: string;
|
|
5176
|
+
m15: string;
|
|
5177
|
+
m30: string;
|
|
5178
|
+
h1: string;
|
|
5179
|
+
h6: string;
|
|
5180
|
+
h24: string;
|
|
5181
|
+
}>;
|
|
5182
|
+
transactions: import("zod").ZodObject<{
|
|
5183
|
+
m5: import("zod").ZodObject<{
|
|
5184
|
+
buys: import("zod").ZodNumber;
|
|
5185
|
+
sells: import("zod").ZodNumber;
|
|
5186
|
+
buyers: import("zod").ZodNumber;
|
|
5187
|
+
sellers: import("zod").ZodNumber;
|
|
5188
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5189
|
+
buys: number;
|
|
5190
|
+
sells: number;
|
|
5191
|
+
buyers: number;
|
|
5192
|
+
sellers: number;
|
|
5193
|
+
}, {
|
|
5194
|
+
buys: number;
|
|
5195
|
+
sells: number;
|
|
5196
|
+
buyers: number;
|
|
5197
|
+
sellers: number;
|
|
5198
|
+
}>;
|
|
5199
|
+
m15: import("zod").ZodObject<{
|
|
5200
|
+
buys: import("zod").ZodNumber;
|
|
5201
|
+
sells: import("zod").ZodNumber;
|
|
5202
|
+
buyers: import("zod").ZodNumber;
|
|
5203
|
+
sellers: import("zod").ZodNumber;
|
|
5204
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5205
|
+
buys: number;
|
|
5206
|
+
sells: number;
|
|
5207
|
+
buyers: number;
|
|
5208
|
+
sellers: number;
|
|
5209
|
+
}, {
|
|
5210
|
+
buys: number;
|
|
5211
|
+
sells: number;
|
|
5212
|
+
buyers: number;
|
|
5213
|
+
sellers: number;
|
|
5214
|
+
}>;
|
|
5215
|
+
m30: import("zod").ZodObject<{
|
|
5216
|
+
buys: import("zod").ZodNumber;
|
|
5217
|
+
sells: import("zod").ZodNumber;
|
|
5218
|
+
buyers: import("zod").ZodNumber;
|
|
5219
|
+
sellers: import("zod").ZodNumber;
|
|
5220
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5221
|
+
buys: number;
|
|
5222
|
+
sells: number;
|
|
5223
|
+
buyers: number;
|
|
5224
|
+
sellers: number;
|
|
5225
|
+
}, {
|
|
5226
|
+
buys: number;
|
|
5227
|
+
sells: number;
|
|
5228
|
+
buyers: number;
|
|
5229
|
+
sellers: number;
|
|
5230
|
+
}>;
|
|
5231
|
+
h1: import("zod").ZodObject<{
|
|
5232
|
+
buys: import("zod").ZodNumber;
|
|
5233
|
+
sells: import("zod").ZodNumber;
|
|
5234
|
+
buyers: import("zod").ZodNumber;
|
|
5235
|
+
sellers: import("zod").ZodNumber;
|
|
5236
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5237
|
+
buys: number;
|
|
5238
|
+
sells: number;
|
|
5239
|
+
buyers: number;
|
|
5240
|
+
sellers: number;
|
|
5241
|
+
}, {
|
|
5242
|
+
buys: number;
|
|
5243
|
+
sells: number;
|
|
5244
|
+
buyers: number;
|
|
5245
|
+
sellers: number;
|
|
5246
|
+
}>;
|
|
5247
|
+
h6: import("zod").ZodObject<{
|
|
5248
|
+
buys: import("zod").ZodNumber;
|
|
5249
|
+
sells: import("zod").ZodNumber;
|
|
5250
|
+
buyers: import("zod").ZodNumber;
|
|
5251
|
+
sellers: import("zod").ZodNumber;
|
|
5252
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5253
|
+
buys: number;
|
|
5254
|
+
sells: number;
|
|
5255
|
+
buyers: number;
|
|
5256
|
+
sellers: number;
|
|
5257
|
+
}, {
|
|
5258
|
+
buys: number;
|
|
5259
|
+
sells: number;
|
|
5260
|
+
buyers: number;
|
|
5261
|
+
sellers: number;
|
|
5262
|
+
}>;
|
|
5263
|
+
h24: import("zod").ZodObject<{
|
|
5264
|
+
buys: import("zod").ZodNumber;
|
|
5265
|
+
sells: import("zod").ZodNumber;
|
|
5266
|
+
buyers: import("zod").ZodNumber;
|
|
5267
|
+
sellers: import("zod").ZodNumber;
|
|
5268
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5269
|
+
buys: number;
|
|
5270
|
+
sells: number;
|
|
5271
|
+
buyers: number;
|
|
5272
|
+
sellers: number;
|
|
5273
|
+
}, {
|
|
5274
|
+
buys: number;
|
|
5275
|
+
sells: number;
|
|
5276
|
+
buyers: number;
|
|
5277
|
+
sellers: number;
|
|
5278
|
+
}>;
|
|
5279
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5280
|
+
m5: {
|
|
5281
|
+
buys: number;
|
|
5282
|
+
sells: number;
|
|
5283
|
+
buyers: number;
|
|
5284
|
+
sellers: number;
|
|
5285
|
+
};
|
|
5286
|
+
m15: {
|
|
5287
|
+
buys: number;
|
|
5288
|
+
sells: number;
|
|
5289
|
+
buyers: number;
|
|
5290
|
+
sellers: number;
|
|
5291
|
+
};
|
|
5292
|
+
m30: {
|
|
5293
|
+
buys: number;
|
|
5294
|
+
sells: number;
|
|
5295
|
+
buyers: number;
|
|
5296
|
+
sellers: number;
|
|
5297
|
+
};
|
|
5298
|
+
h1: {
|
|
5299
|
+
buys: number;
|
|
5300
|
+
sells: number;
|
|
5301
|
+
buyers: number;
|
|
5302
|
+
sellers: number;
|
|
5303
|
+
};
|
|
5304
|
+
h6: {
|
|
5305
|
+
buys: number;
|
|
5306
|
+
sells: number;
|
|
5307
|
+
buyers: number;
|
|
5308
|
+
sellers: number;
|
|
5309
|
+
};
|
|
5310
|
+
h24: {
|
|
5311
|
+
buys: number;
|
|
5312
|
+
sells: number;
|
|
5313
|
+
buyers: number;
|
|
5314
|
+
sellers: number;
|
|
5315
|
+
};
|
|
5316
|
+
}, {
|
|
5317
|
+
m5: {
|
|
5318
|
+
buys: number;
|
|
5319
|
+
sells: number;
|
|
5320
|
+
buyers: number;
|
|
5321
|
+
sellers: number;
|
|
5322
|
+
};
|
|
5323
|
+
m15: {
|
|
5324
|
+
buys: number;
|
|
5325
|
+
sells: number;
|
|
5326
|
+
buyers: number;
|
|
5327
|
+
sellers: number;
|
|
5328
|
+
};
|
|
5329
|
+
m30: {
|
|
5330
|
+
buys: number;
|
|
5331
|
+
sells: number;
|
|
5332
|
+
buyers: number;
|
|
5333
|
+
sellers: number;
|
|
5334
|
+
};
|
|
5335
|
+
h1: {
|
|
5336
|
+
buys: number;
|
|
5337
|
+
sells: number;
|
|
5338
|
+
buyers: number;
|
|
5339
|
+
sellers: number;
|
|
5340
|
+
};
|
|
5341
|
+
h6: {
|
|
5342
|
+
buys: number;
|
|
5343
|
+
sells: number;
|
|
5344
|
+
buyers: number;
|
|
5345
|
+
sellers: number;
|
|
5346
|
+
};
|
|
5347
|
+
h24: {
|
|
5348
|
+
buys: number;
|
|
5349
|
+
sells: number;
|
|
5350
|
+
buyers: number;
|
|
5351
|
+
sellers: number;
|
|
5352
|
+
};
|
|
5353
|
+
}>;
|
|
5354
|
+
volume_usd: import("zod").ZodObject<{
|
|
5355
|
+
m5: import("zod").ZodString;
|
|
5356
|
+
m15: import("zod").ZodString;
|
|
5357
|
+
m30: import("zod").ZodString;
|
|
5358
|
+
h1: import("zod").ZodString;
|
|
5359
|
+
h6: import("zod").ZodString;
|
|
5360
|
+
h24: import("zod").ZodString;
|
|
5361
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5362
|
+
m5: string;
|
|
5363
|
+
m15: string;
|
|
5364
|
+
m30: string;
|
|
5365
|
+
h1: string;
|
|
5366
|
+
h6: string;
|
|
5367
|
+
h24: string;
|
|
5368
|
+
}, {
|
|
5369
|
+
m5: string;
|
|
5370
|
+
m15: string;
|
|
5371
|
+
m30: string;
|
|
5372
|
+
h1: string;
|
|
5373
|
+
h6: string;
|
|
5374
|
+
h24: string;
|
|
5375
|
+
}>;
|
|
5376
|
+
reserve_in_usd: import("zod").ZodString;
|
|
5377
|
+
liquidity: import("zod").ZodString;
|
|
5378
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5379
|
+
liquidity: string;
|
|
5380
|
+
name: string;
|
|
5381
|
+
address: string;
|
|
5382
|
+
pool_created_at: string | null;
|
|
5383
|
+
base_token_price_usd: string;
|
|
5384
|
+
base_token_price_native_currency: string;
|
|
5385
|
+
quote_token_price_usd: string;
|
|
5386
|
+
quote_token_price_native_currency: string;
|
|
5387
|
+
base_token_price_quote_token: string;
|
|
5388
|
+
quote_token_price_base_token: string;
|
|
5389
|
+
fdv_usd: string;
|
|
5390
|
+
market_cap_usd: string;
|
|
5391
|
+
price_change_percentage: {
|
|
5392
|
+
m5: string;
|
|
5393
|
+
m15: string;
|
|
5394
|
+
m30: string;
|
|
5395
|
+
h1: string;
|
|
5396
|
+
h6: string;
|
|
5397
|
+
h24: string;
|
|
5398
|
+
};
|
|
5399
|
+
transactions: {
|
|
5400
|
+
m5: {
|
|
5401
|
+
buys: number;
|
|
5402
|
+
sells: number;
|
|
5403
|
+
buyers: number;
|
|
5404
|
+
sellers: number;
|
|
5405
|
+
};
|
|
5406
|
+
m15: {
|
|
5407
|
+
buys: number;
|
|
5408
|
+
sells: number;
|
|
5409
|
+
buyers: number;
|
|
5410
|
+
sellers: number;
|
|
5411
|
+
};
|
|
5412
|
+
m30: {
|
|
5413
|
+
buys: number;
|
|
5414
|
+
sells: number;
|
|
5415
|
+
buyers: number;
|
|
5416
|
+
sellers: number;
|
|
5417
|
+
};
|
|
5418
|
+
h1: {
|
|
5419
|
+
buys: number;
|
|
5420
|
+
sells: number;
|
|
5421
|
+
buyers: number;
|
|
5422
|
+
sellers: number;
|
|
5423
|
+
};
|
|
5424
|
+
h6: {
|
|
5425
|
+
buys: number;
|
|
5426
|
+
sells: number;
|
|
5427
|
+
buyers: number;
|
|
5428
|
+
sellers: number;
|
|
5429
|
+
};
|
|
5430
|
+
h24: {
|
|
5431
|
+
buys: number;
|
|
5432
|
+
sells: number;
|
|
5433
|
+
buyers: number;
|
|
5434
|
+
sellers: number;
|
|
5435
|
+
};
|
|
5436
|
+
};
|
|
5437
|
+
volume_usd: {
|
|
5438
|
+
m5: string;
|
|
5439
|
+
m15: string;
|
|
5440
|
+
m30: string;
|
|
5441
|
+
h1: string;
|
|
5442
|
+
h6: string;
|
|
5443
|
+
h24: string;
|
|
5444
|
+
};
|
|
5445
|
+
reserve_in_usd: string;
|
|
5446
|
+
}, {
|
|
5447
|
+
liquidity: string;
|
|
5448
|
+
name: string;
|
|
5449
|
+
address: string;
|
|
5450
|
+
pool_created_at: string | null;
|
|
5451
|
+
base_token_price_usd: string;
|
|
5452
|
+
base_token_price_native_currency: string;
|
|
5453
|
+
quote_token_price_usd: string;
|
|
5454
|
+
quote_token_price_native_currency: string;
|
|
5455
|
+
base_token_price_quote_token: string;
|
|
5456
|
+
quote_token_price_base_token: string;
|
|
5457
|
+
fdv_usd: string;
|
|
5458
|
+
market_cap_usd: string;
|
|
5459
|
+
price_change_percentage: {
|
|
5460
|
+
m5: string;
|
|
5461
|
+
m15: string;
|
|
5462
|
+
m30: string;
|
|
5463
|
+
h1: string;
|
|
5464
|
+
h6: string;
|
|
5465
|
+
h24: string;
|
|
5466
|
+
};
|
|
5467
|
+
transactions: {
|
|
5468
|
+
m5: {
|
|
5469
|
+
buys: number;
|
|
5470
|
+
sells: number;
|
|
5471
|
+
buyers: number;
|
|
5472
|
+
sellers: number;
|
|
5473
|
+
};
|
|
5474
|
+
m15: {
|
|
5475
|
+
buys: number;
|
|
5476
|
+
sells: number;
|
|
5477
|
+
buyers: number;
|
|
5478
|
+
sellers: number;
|
|
5479
|
+
};
|
|
5480
|
+
m30: {
|
|
5481
|
+
buys: number;
|
|
5482
|
+
sells: number;
|
|
5483
|
+
buyers: number;
|
|
5484
|
+
sellers: number;
|
|
5485
|
+
};
|
|
5486
|
+
h1: {
|
|
5487
|
+
buys: number;
|
|
5488
|
+
sells: number;
|
|
5489
|
+
buyers: number;
|
|
5490
|
+
sellers: number;
|
|
5491
|
+
};
|
|
5492
|
+
h6: {
|
|
5493
|
+
buys: number;
|
|
5494
|
+
sells: number;
|
|
5495
|
+
buyers: number;
|
|
5496
|
+
sellers: number;
|
|
5497
|
+
};
|
|
5498
|
+
h24: {
|
|
5499
|
+
buys: number;
|
|
5500
|
+
sells: number;
|
|
5501
|
+
buyers: number;
|
|
5502
|
+
sellers: number;
|
|
5503
|
+
};
|
|
5504
|
+
};
|
|
5505
|
+
volume_usd: {
|
|
5506
|
+
m5: string;
|
|
5507
|
+
m15: string;
|
|
5508
|
+
m30: string;
|
|
5509
|
+
h1: string;
|
|
5510
|
+
h6: string;
|
|
5511
|
+
h24: string;
|
|
5512
|
+
};
|
|
5513
|
+
reserve_in_usd: string;
|
|
5514
|
+
}>, "many">, import("zod").ZodNull]>;
|
|
5515
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5516
|
+
result: {
|
|
5517
|
+
liquidity: string;
|
|
5518
|
+
name: string;
|
|
5519
|
+
address: string;
|
|
5520
|
+
pool_created_at: string | null;
|
|
5521
|
+
base_token_price_usd: string;
|
|
5522
|
+
base_token_price_native_currency: string;
|
|
5523
|
+
quote_token_price_usd: string;
|
|
5524
|
+
quote_token_price_native_currency: string;
|
|
5525
|
+
base_token_price_quote_token: string;
|
|
5526
|
+
quote_token_price_base_token: string;
|
|
5527
|
+
fdv_usd: string;
|
|
5528
|
+
market_cap_usd: string;
|
|
5529
|
+
price_change_percentage: {
|
|
5530
|
+
m5: string;
|
|
5531
|
+
m15: string;
|
|
5532
|
+
m30: string;
|
|
5533
|
+
h1: string;
|
|
5534
|
+
h6: string;
|
|
5535
|
+
h24: string;
|
|
5536
|
+
};
|
|
5537
|
+
transactions: {
|
|
5538
|
+
m5: {
|
|
5539
|
+
buys: number;
|
|
5540
|
+
sells: number;
|
|
5541
|
+
buyers: number;
|
|
5542
|
+
sellers: number;
|
|
5543
|
+
};
|
|
5544
|
+
m15: {
|
|
5545
|
+
buys: number;
|
|
5546
|
+
sells: number;
|
|
5547
|
+
buyers: number;
|
|
5548
|
+
sellers: number;
|
|
5549
|
+
};
|
|
5550
|
+
m30: {
|
|
5551
|
+
buys: number;
|
|
5552
|
+
sells: number;
|
|
5553
|
+
buyers: number;
|
|
5554
|
+
sellers: number;
|
|
5555
|
+
};
|
|
5556
|
+
h1: {
|
|
5557
|
+
buys: number;
|
|
5558
|
+
sells: number;
|
|
5559
|
+
buyers: number;
|
|
5560
|
+
sellers: number;
|
|
5561
|
+
};
|
|
5562
|
+
h6: {
|
|
5563
|
+
buys: number;
|
|
5564
|
+
sells: number;
|
|
5565
|
+
buyers: number;
|
|
5566
|
+
sellers: number;
|
|
5567
|
+
};
|
|
5568
|
+
h24: {
|
|
5569
|
+
buys: number;
|
|
5570
|
+
sells: number;
|
|
5571
|
+
buyers: number;
|
|
5572
|
+
sellers: number;
|
|
5573
|
+
};
|
|
5574
|
+
};
|
|
5575
|
+
volume_usd: {
|
|
5576
|
+
m5: string;
|
|
5577
|
+
m15: string;
|
|
5578
|
+
m30: string;
|
|
5579
|
+
h1: string;
|
|
5580
|
+
h6: string;
|
|
5581
|
+
h24: string;
|
|
5582
|
+
};
|
|
5583
|
+
reserve_in_usd: string;
|
|
5584
|
+
} | {
|
|
5585
|
+
liquidity: string;
|
|
5586
|
+
name: string;
|
|
5587
|
+
address: string;
|
|
5588
|
+
pool_created_at: string | null;
|
|
5589
|
+
base_token_price_usd: string;
|
|
5590
|
+
base_token_price_native_currency: string;
|
|
5591
|
+
quote_token_price_usd: string;
|
|
5592
|
+
quote_token_price_native_currency: string;
|
|
5593
|
+
base_token_price_quote_token: string;
|
|
5594
|
+
quote_token_price_base_token: string;
|
|
5595
|
+
fdv_usd: string;
|
|
5596
|
+
market_cap_usd: string;
|
|
5597
|
+
price_change_percentage: {
|
|
5598
|
+
m5: string;
|
|
5599
|
+
m15: string;
|
|
5600
|
+
m30: string;
|
|
5601
|
+
h1: string;
|
|
5602
|
+
h6: string;
|
|
5603
|
+
h24: string;
|
|
5604
|
+
};
|
|
5605
|
+
transactions: {
|
|
5606
|
+
m5: {
|
|
5607
|
+
buys: number;
|
|
5608
|
+
sells: number;
|
|
5609
|
+
buyers: number;
|
|
5610
|
+
sellers: number;
|
|
5611
|
+
};
|
|
5612
|
+
m15: {
|
|
5613
|
+
buys: number;
|
|
5614
|
+
sells: number;
|
|
5615
|
+
buyers: number;
|
|
5616
|
+
sellers: number;
|
|
5617
|
+
};
|
|
5618
|
+
m30: {
|
|
5619
|
+
buys: number;
|
|
5620
|
+
sells: number;
|
|
5621
|
+
buyers: number;
|
|
5622
|
+
sellers: number;
|
|
5623
|
+
};
|
|
5624
|
+
h1: {
|
|
5625
|
+
buys: number;
|
|
5626
|
+
sells: number;
|
|
5627
|
+
buyers: number;
|
|
5628
|
+
sellers: number;
|
|
5629
|
+
};
|
|
5630
|
+
h6: {
|
|
5631
|
+
buys: number;
|
|
5632
|
+
sells: number;
|
|
5633
|
+
buyers: number;
|
|
5634
|
+
sellers: number;
|
|
5635
|
+
};
|
|
5636
|
+
h24: {
|
|
5637
|
+
buys: number;
|
|
5638
|
+
sells: number;
|
|
5639
|
+
buyers: number;
|
|
5640
|
+
sellers: number;
|
|
5641
|
+
};
|
|
5642
|
+
};
|
|
5643
|
+
volume_usd: {
|
|
5644
|
+
m5: string;
|
|
5645
|
+
m15: string;
|
|
5646
|
+
m30: string;
|
|
5647
|
+
h1: string;
|
|
5648
|
+
h6: string;
|
|
5649
|
+
h24: string;
|
|
5650
|
+
};
|
|
5651
|
+
reserve_in_usd: string;
|
|
5652
|
+
}[] | null;
|
|
5653
|
+
}, {
|
|
5654
|
+
result: {
|
|
5655
|
+
liquidity: string;
|
|
5656
|
+
name: string;
|
|
5657
|
+
address: string;
|
|
5658
|
+
pool_created_at: string | null;
|
|
5659
|
+
base_token_price_usd: string;
|
|
5660
|
+
base_token_price_native_currency: string;
|
|
5661
|
+
quote_token_price_usd: string;
|
|
5662
|
+
quote_token_price_native_currency: string;
|
|
5663
|
+
base_token_price_quote_token: string;
|
|
5664
|
+
quote_token_price_base_token: string;
|
|
5665
|
+
fdv_usd: string;
|
|
5666
|
+
market_cap_usd: string;
|
|
5667
|
+
price_change_percentage: {
|
|
5668
|
+
m5: string;
|
|
5669
|
+
m15: string;
|
|
5670
|
+
m30: string;
|
|
5671
|
+
h1: string;
|
|
5672
|
+
h6: string;
|
|
5673
|
+
h24: string;
|
|
5674
|
+
};
|
|
5675
|
+
transactions: {
|
|
5676
|
+
m5: {
|
|
5677
|
+
buys: number;
|
|
5678
|
+
sells: number;
|
|
5679
|
+
buyers: number;
|
|
5680
|
+
sellers: number;
|
|
5681
|
+
};
|
|
5682
|
+
m15: {
|
|
5683
|
+
buys: number;
|
|
5684
|
+
sells: number;
|
|
5685
|
+
buyers: number;
|
|
5686
|
+
sellers: number;
|
|
5687
|
+
};
|
|
5688
|
+
m30: {
|
|
5689
|
+
buys: number;
|
|
5690
|
+
sells: number;
|
|
5691
|
+
buyers: number;
|
|
5692
|
+
sellers: number;
|
|
5693
|
+
};
|
|
5694
|
+
h1: {
|
|
5695
|
+
buys: number;
|
|
5696
|
+
sells: number;
|
|
5697
|
+
buyers: number;
|
|
5698
|
+
sellers: number;
|
|
5699
|
+
};
|
|
5700
|
+
h6: {
|
|
5701
|
+
buys: number;
|
|
5702
|
+
sells: number;
|
|
5703
|
+
buyers: number;
|
|
5704
|
+
sellers: number;
|
|
5705
|
+
};
|
|
5706
|
+
h24: {
|
|
5707
|
+
buys: number;
|
|
5708
|
+
sells: number;
|
|
5709
|
+
buyers: number;
|
|
5710
|
+
sellers: number;
|
|
5711
|
+
};
|
|
5712
|
+
};
|
|
5713
|
+
volume_usd: {
|
|
5714
|
+
m5: string;
|
|
5715
|
+
m15: string;
|
|
5716
|
+
m30: string;
|
|
5717
|
+
h1: string;
|
|
5718
|
+
h6: string;
|
|
5719
|
+
h24: string;
|
|
5720
|
+
};
|
|
5721
|
+
reserve_in_usd: string;
|
|
5722
|
+
} | {
|
|
5723
|
+
liquidity: string;
|
|
5724
|
+
name: string;
|
|
5725
|
+
address: string;
|
|
5726
|
+
pool_created_at: string | null;
|
|
5727
|
+
base_token_price_usd: string;
|
|
5728
|
+
base_token_price_native_currency: string;
|
|
5729
|
+
quote_token_price_usd: string;
|
|
5730
|
+
quote_token_price_native_currency: string;
|
|
5731
|
+
base_token_price_quote_token: string;
|
|
5732
|
+
quote_token_price_base_token: string;
|
|
5733
|
+
fdv_usd: string;
|
|
5734
|
+
market_cap_usd: string;
|
|
5735
|
+
price_change_percentage: {
|
|
5736
|
+
m5: string;
|
|
5737
|
+
m15: string;
|
|
5738
|
+
m30: string;
|
|
5739
|
+
h1: string;
|
|
5740
|
+
h6: string;
|
|
5741
|
+
h24: string;
|
|
5742
|
+
};
|
|
5743
|
+
transactions: {
|
|
5744
|
+
m5: {
|
|
5745
|
+
buys: number;
|
|
5746
|
+
sells: number;
|
|
5747
|
+
buyers: number;
|
|
5748
|
+
sellers: number;
|
|
5749
|
+
};
|
|
5750
|
+
m15: {
|
|
5751
|
+
buys: number;
|
|
5752
|
+
sells: number;
|
|
5753
|
+
buyers: number;
|
|
5754
|
+
sellers: number;
|
|
5755
|
+
};
|
|
5756
|
+
m30: {
|
|
5757
|
+
buys: number;
|
|
5758
|
+
sells: number;
|
|
5759
|
+
buyers: number;
|
|
5760
|
+
sellers: number;
|
|
5761
|
+
};
|
|
5762
|
+
h1: {
|
|
5763
|
+
buys: number;
|
|
5764
|
+
sells: number;
|
|
5765
|
+
buyers: number;
|
|
5766
|
+
sellers: number;
|
|
5767
|
+
};
|
|
5768
|
+
h6: {
|
|
5769
|
+
buys: number;
|
|
5770
|
+
sells: number;
|
|
5771
|
+
buyers: number;
|
|
5772
|
+
sellers: number;
|
|
5773
|
+
};
|
|
5774
|
+
h24: {
|
|
5775
|
+
buys: number;
|
|
5776
|
+
sells: number;
|
|
5777
|
+
buyers: number;
|
|
5778
|
+
sellers: number;
|
|
5779
|
+
};
|
|
5780
|
+
};
|
|
5781
|
+
volume_usd: {
|
|
5782
|
+
m5: string;
|
|
5783
|
+
m15: string;
|
|
5784
|
+
m30: string;
|
|
5785
|
+
h1: string;
|
|
5786
|
+
h6: string;
|
|
5787
|
+
h24: string;
|
|
5788
|
+
};
|
|
5789
|
+
reserve_in_usd: string;
|
|
5790
|
+
}[] | null;
|
|
5791
|
+
}>;
|
|
5792
|
+
400: import("zod").ZodObject<{
|
|
5793
|
+
code: import("zod").ZodString;
|
|
5794
|
+
message: import("zod").ZodString;
|
|
5795
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5796
|
+
code: string;
|
|
5797
|
+
message: string;
|
|
5798
|
+
}, {
|
|
5799
|
+
code: string;
|
|
5800
|
+
message: string;
|
|
5801
|
+
}>;
|
|
5802
|
+
500: import("zod").ZodObject<{
|
|
5803
|
+
code: import("zod").ZodString;
|
|
5804
|
+
message: import("zod").ZodString;
|
|
5805
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5806
|
+
code: string;
|
|
5807
|
+
message: string;
|
|
5808
|
+
}, {
|
|
5809
|
+
code: string;
|
|
5810
|
+
message: string;
|
|
5811
|
+
}>;
|
|
5812
|
+
};
|
|
5813
|
+
};
|
|
5814
|
+
getTokensStats: {
|
|
5815
|
+
description: "Get statistics for one or more tokens. Returns a single object for one token, or an array for multiple tokens.";
|
|
5816
|
+
pathParams: import("zod").ZodObject<{
|
|
5817
|
+
tokenAddresses: import("zod").ZodString;
|
|
5818
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5819
|
+
tokenAddresses: string;
|
|
5820
|
+
}, {
|
|
5821
|
+
tokenAddresses: string;
|
|
5822
|
+
}>;
|
|
5823
|
+
query: import("zod").ZodObject<{
|
|
5824
|
+
chainId: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
|
|
5825
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5826
|
+
chainId: number;
|
|
5827
|
+
}, {
|
|
5828
|
+
chainId?: number | undefined;
|
|
5829
|
+
}>;
|
|
5830
|
+
method: "GET";
|
|
5831
|
+
path: "/market/tokens/:tokenAddresses/stats";
|
|
5832
|
+
responses: {
|
|
5833
|
+
200: import("zod").ZodObject<{
|
|
5834
|
+
result: import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
5835
|
+
address: import("zod").ZodString;
|
|
5836
|
+
name: import("zod").ZodString;
|
|
5837
|
+
symbol: import("zod").ZodString;
|
|
5838
|
+
decimals: import("zod").ZodNumber;
|
|
5839
|
+
price_usd: import("zod").ZodString;
|
|
5840
|
+
fdv_usd: import("zod").ZodString;
|
|
5841
|
+
market_cap_usd: import("zod").ZodString;
|
|
5842
|
+
volume_usd: import("zod").ZodObject<{
|
|
5843
|
+
m5: import("zod").ZodNumber;
|
|
5844
|
+
m15: import("zod").ZodNumber;
|
|
5845
|
+
m30: import("zod").ZodNumber;
|
|
5846
|
+
h1: import("zod").ZodNumber;
|
|
5847
|
+
h6: import("zod").ZodNumber;
|
|
5848
|
+
h24: import("zod").ZodNumber;
|
|
5849
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5850
|
+
m5: number;
|
|
5851
|
+
m15: number;
|
|
5852
|
+
m30: number;
|
|
5853
|
+
h1: number;
|
|
5854
|
+
h6: number;
|
|
5855
|
+
h24: number;
|
|
5856
|
+
}, {
|
|
5857
|
+
m5: number;
|
|
5858
|
+
m15: number;
|
|
5859
|
+
m30: number;
|
|
5860
|
+
h1: number;
|
|
5861
|
+
h6: number;
|
|
5862
|
+
h24: number;
|
|
5863
|
+
}>;
|
|
5864
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5865
|
+
symbol: string;
|
|
5866
|
+
name: string;
|
|
5867
|
+
address: string;
|
|
5868
|
+
fdv_usd: string;
|
|
5869
|
+
market_cap_usd: string;
|
|
5870
|
+
volume_usd: {
|
|
5871
|
+
m5: number;
|
|
5872
|
+
m15: number;
|
|
5873
|
+
m30: number;
|
|
5874
|
+
h1: number;
|
|
5875
|
+
h6: number;
|
|
5876
|
+
h24: number;
|
|
5877
|
+
};
|
|
5878
|
+
decimals: number;
|
|
5879
|
+
price_usd: string;
|
|
5880
|
+
}, {
|
|
5881
|
+
symbol: string;
|
|
5882
|
+
name: string;
|
|
5883
|
+
address: string;
|
|
5884
|
+
fdv_usd: string;
|
|
5885
|
+
market_cap_usd: string;
|
|
5886
|
+
volume_usd: {
|
|
5887
|
+
m5: number;
|
|
5888
|
+
m15: number;
|
|
5889
|
+
m30: number;
|
|
5890
|
+
h1: number;
|
|
5891
|
+
h6: number;
|
|
5892
|
+
h24: number;
|
|
5893
|
+
};
|
|
5894
|
+
decimals: number;
|
|
5895
|
+
price_usd: string;
|
|
5896
|
+
}>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
5897
|
+
address: import("zod").ZodString;
|
|
5898
|
+
name: import("zod").ZodString;
|
|
5899
|
+
symbol: import("zod").ZodString;
|
|
5900
|
+
decimals: import("zod").ZodNumber;
|
|
5901
|
+
price_usd: import("zod").ZodString;
|
|
5902
|
+
fdv_usd: import("zod").ZodString;
|
|
5903
|
+
market_cap_usd: import("zod").ZodString;
|
|
5904
|
+
volume_usd: import("zod").ZodObject<{
|
|
5905
|
+
m5: import("zod").ZodNumber;
|
|
5906
|
+
m15: import("zod").ZodNumber;
|
|
5907
|
+
m30: import("zod").ZodNumber;
|
|
5908
|
+
h1: import("zod").ZodNumber;
|
|
5909
|
+
h6: import("zod").ZodNumber;
|
|
5910
|
+
h24: import("zod").ZodNumber;
|
|
5911
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5912
|
+
m5: number;
|
|
5913
|
+
m15: number;
|
|
5914
|
+
m30: number;
|
|
5915
|
+
h1: number;
|
|
5916
|
+
h6: number;
|
|
5917
|
+
h24: number;
|
|
5918
|
+
}, {
|
|
5919
|
+
m5: number;
|
|
5920
|
+
m15: number;
|
|
5921
|
+
m30: number;
|
|
5922
|
+
h1: number;
|
|
5923
|
+
h6: number;
|
|
5924
|
+
h24: number;
|
|
5925
|
+
}>;
|
|
5926
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5927
|
+
symbol: string;
|
|
5928
|
+
name: string;
|
|
5929
|
+
address: string;
|
|
5930
|
+
fdv_usd: string;
|
|
5931
|
+
market_cap_usd: string;
|
|
5932
|
+
volume_usd: {
|
|
5933
|
+
m5: number;
|
|
5934
|
+
m15: number;
|
|
5935
|
+
m30: number;
|
|
5936
|
+
h1: number;
|
|
5937
|
+
h6: number;
|
|
5938
|
+
h24: number;
|
|
5939
|
+
};
|
|
5940
|
+
decimals: number;
|
|
5941
|
+
price_usd: string;
|
|
5942
|
+
}, {
|
|
5943
|
+
symbol: string;
|
|
5944
|
+
name: string;
|
|
5945
|
+
address: string;
|
|
5946
|
+
fdv_usd: string;
|
|
5947
|
+
market_cap_usd: string;
|
|
5948
|
+
volume_usd: {
|
|
5949
|
+
m5: number;
|
|
5950
|
+
m15: number;
|
|
5951
|
+
m30: number;
|
|
5952
|
+
h1: number;
|
|
5953
|
+
h6: number;
|
|
5954
|
+
h24: number;
|
|
5955
|
+
};
|
|
5956
|
+
decimals: number;
|
|
5957
|
+
price_usd: string;
|
|
5958
|
+
}>, "many">, import("zod").ZodNull]>;
|
|
5959
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5960
|
+
result: {
|
|
5961
|
+
symbol: string;
|
|
5962
|
+
name: string;
|
|
5963
|
+
address: string;
|
|
5964
|
+
fdv_usd: string;
|
|
5965
|
+
market_cap_usd: string;
|
|
5966
|
+
volume_usd: {
|
|
5967
|
+
m5: number;
|
|
5968
|
+
m15: number;
|
|
5969
|
+
m30: number;
|
|
5970
|
+
h1: number;
|
|
5971
|
+
h6: number;
|
|
5972
|
+
h24: number;
|
|
5973
|
+
};
|
|
5974
|
+
decimals: number;
|
|
5975
|
+
price_usd: string;
|
|
5976
|
+
} | {
|
|
5977
|
+
symbol: string;
|
|
5978
|
+
name: string;
|
|
5979
|
+
address: string;
|
|
5980
|
+
fdv_usd: string;
|
|
5981
|
+
market_cap_usd: string;
|
|
5982
|
+
volume_usd: {
|
|
5983
|
+
m5: number;
|
|
5984
|
+
m15: number;
|
|
5985
|
+
m30: number;
|
|
5986
|
+
h1: number;
|
|
5987
|
+
h6: number;
|
|
5988
|
+
h24: number;
|
|
5989
|
+
};
|
|
5990
|
+
decimals: number;
|
|
5991
|
+
price_usd: string;
|
|
5992
|
+
}[] | null;
|
|
5993
|
+
}, {
|
|
5994
|
+
result: {
|
|
5995
|
+
symbol: string;
|
|
5996
|
+
name: string;
|
|
5997
|
+
address: string;
|
|
5998
|
+
fdv_usd: string;
|
|
5999
|
+
market_cap_usd: string;
|
|
6000
|
+
volume_usd: {
|
|
6001
|
+
m5: number;
|
|
6002
|
+
m15: number;
|
|
6003
|
+
m30: number;
|
|
6004
|
+
h1: number;
|
|
6005
|
+
h6: number;
|
|
6006
|
+
h24: number;
|
|
6007
|
+
};
|
|
6008
|
+
decimals: number;
|
|
6009
|
+
price_usd: string;
|
|
6010
|
+
} | {
|
|
6011
|
+
symbol: string;
|
|
6012
|
+
name: string;
|
|
6013
|
+
address: string;
|
|
6014
|
+
fdv_usd: string;
|
|
6015
|
+
market_cap_usd: string;
|
|
6016
|
+
volume_usd: {
|
|
6017
|
+
m5: number;
|
|
6018
|
+
m15: number;
|
|
6019
|
+
m30: number;
|
|
6020
|
+
h1: number;
|
|
6021
|
+
h6: number;
|
|
6022
|
+
h24: number;
|
|
6023
|
+
};
|
|
6024
|
+
decimals: number;
|
|
6025
|
+
price_usd: string;
|
|
6026
|
+
}[] | null;
|
|
6027
|
+
}>;
|
|
6028
|
+
400: import("zod").ZodObject<{
|
|
6029
|
+
code: import("zod").ZodString;
|
|
6030
|
+
message: import("zod").ZodString;
|
|
6031
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
6032
|
+
code: string;
|
|
6033
|
+
message: string;
|
|
6034
|
+
}, {
|
|
6035
|
+
code: string;
|
|
6036
|
+
message: string;
|
|
6037
|
+
}>;
|
|
6038
|
+
500: import("zod").ZodObject<{
|
|
6039
|
+
code: import("zod").ZodString;
|
|
6040
|
+
message: import("zod").ZodString;
|
|
6041
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
6042
|
+
code: string;
|
|
6043
|
+
message: string;
|
|
6044
|
+
}, {
|
|
6045
|
+
code: string;
|
|
6046
|
+
message: string;
|
|
6047
|
+
}>;
|
|
6048
|
+
};
|
|
6049
|
+
};
|
|
6050
|
+
};
|
|
3832
6051
|
pathfinding: {
|
|
3833
6052
|
fetchTokenPaths: {
|
|
3834
6053
|
pathParams: import("zod").ZodObject<{
|
|
3835
|
-
tokenInAddress: import("zod").
|
|
6054
|
+
tokenInAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
3836
6055
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3837
6056
|
tokenInAddress: `0x${string}`;
|
|
3838
6057
|
}, {
|
|
3839
6058
|
tokenInAddress: string;
|
|
3840
6059
|
}>;
|
|
3841
6060
|
method: "GET";
|
|
3842
|
-
path: "paths/:tokenInAddress";
|
|
6061
|
+
path: "/paths/:tokenInAddress";
|
|
3843
6062
|
responses: {
|
|
3844
6063
|
200: import("zod").ZodObject<{
|
|
3845
6064
|
token_address: import("zod").ZodString;
|
|
@@ -3865,22 +6084,22 @@ export declare const rootContract: {
|
|
|
3865
6084
|
fee: number | null;
|
|
3866
6085
|
hooks: string | null;
|
|
3867
6086
|
pool_address: string;
|
|
6087
|
+
volume_usd: number | null;
|
|
3868
6088
|
token_in_address: string;
|
|
3869
6089
|
token_out_address: string;
|
|
3870
6090
|
protocol: string;
|
|
3871
6091
|
tick_spacing: number | null;
|
|
3872
6092
|
liquidity_usd: number | null;
|
|
3873
|
-
volume_usd: number | null;
|
|
3874
6093
|
}, {
|
|
3875
6094
|
fee: number | null;
|
|
3876
6095
|
hooks: string | null;
|
|
3877
6096
|
pool_address: string;
|
|
6097
|
+
volume_usd: number | null;
|
|
3878
6098
|
token_in_address: string;
|
|
3879
6099
|
token_out_address: string;
|
|
3880
6100
|
protocol: string;
|
|
3881
6101
|
tick_spacing: number | null;
|
|
3882
6102
|
liquidity_usd: number | null;
|
|
3883
|
-
volume_usd: number | null;
|
|
3884
6103
|
}>, "many">;
|
|
3885
6104
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3886
6105
|
start_token_address: string;
|
|
@@ -3893,12 +6112,12 @@ export declare const rootContract: {
|
|
|
3893
6112
|
fee: number | null;
|
|
3894
6113
|
hooks: string | null;
|
|
3895
6114
|
pool_address: string;
|
|
6115
|
+
volume_usd: number | null;
|
|
3896
6116
|
token_in_address: string;
|
|
3897
6117
|
token_out_address: string;
|
|
3898
6118
|
protocol: string;
|
|
3899
6119
|
tick_spacing: number | null;
|
|
3900
6120
|
liquidity_usd: number | null;
|
|
3901
|
-
volume_usd: number | null;
|
|
3902
6121
|
}[];
|
|
3903
6122
|
}, {
|
|
3904
6123
|
start_token_address: string;
|
|
@@ -3911,12 +6130,12 @@ export declare const rootContract: {
|
|
|
3911
6130
|
fee: number | null;
|
|
3912
6131
|
hooks: string | null;
|
|
3913
6132
|
pool_address: string;
|
|
6133
|
+
volume_usd: number | null;
|
|
3914
6134
|
token_in_address: string;
|
|
3915
6135
|
token_out_address: string;
|
|
3916
6136
|
protocol: string;
|
|
3917
6137
|
tick_spacing: number | null;
|
|
3918
6138
|
liquidity_usd: number | null;
|
|
3919
|
-
volume_usd: number | null;
|
|
3920
6139
|
}[];
|
|
3921
6140
|
}>, "many">;
|
|
3922
6141
|
}, "strip", import("zod").ZodTypeAny, {
|
|
@@ -3933,12 +6152,12 @@ export declare const rootContract: {
|
|
|
3933
6152
|
fee: number | null;
|
|
3934
6153
|
hooks: string | null;
|
|
3935
6154
|
pool_address: string;
|
|
6155
|
+
volume_usd: number | null;
|
|
3936
6156
|
token_in_address: string;
|
|
3937
6157
|
token_out_address: string;
|
|
3938
6158
|
protocol: string;
|
|
3939
6159
|
tick_spacing: number | null;
|
|
3940
6160
|
liquidity_usd: number | null;
|
|
3941
|
-
volume_usd: number | null;
|
|
3942
6161
|
}[];
|
|
3943
6162
|
}[];
|
|
3944
6163
|
}, {
|
|
@@ -3955,12 +6174,12 @@ export declare const rootContract: {
|
|
|
3955
6174
|
fee: number | null;
|
|
3956
6175
|
hooks: string | null;
|
|
3957
6176
|
pool_address: string;
|
|
6177
|
+
volume_usd: number | null;
|
|
3958
6178
|
token_in_address: string;
|
|
3959
6179
|
token_out_address: string;
|
|
3960
6180
|
protocol: string;
|
|
3961
6181
|
tick_spacing: number | null;
|
|
3962
6182
|
liquidity_usd: number | null;
|
|
3963
|
-
volume_usd: number | null;
|
|
3964
6183
|
}[];
|
|
3965
6184
|
}[];
|
|
3966
6185
|
}>;
|
|
@@ -3972,7 +6191,7 @@ export declare const rootContract: {
|
|
|
3972
6191
|
description: "Broadcast a transaction with gas sponsorship using Privy server wallet";
|
|
3973
6192
|
method: "POST";
|
|
3974
6193
|
body: import("zod").ZodObject<{
|
|
3975
|
-
encoded_payload: import("zod").
|
|
6194
|
+
encoded_payload: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
3976
6195
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3977
6196
|
encoded_payload: `0x${string}`;
|
|
3978
6197
|
}, {
|
|
@@ -3982,7 +6201,7 @@ export declare const rootContract: {
|
|
|
3982
6201
|
responses: {
|
|
3983
6202
|
200: import("zod").ZodObject<{
|
|
3984
6203
|
result: import("zod").ZodObject<{
|
|
3985
|
-
transaction_hash: import("zod").
|
|
6204
|
+
transaction_hash: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
3986
6205
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3987
6206
|
transaction_hash: `0x${string}`;
|
|
3988
6207
|
}, {
|
|
@@ -4018,7 +6237,9 @@ export declare const rootContract: {
|
|
|
4018
6237
|
export * from "./asset.contract";
|
|
4019
6238
|
export * from "./auction.contract";
|
|
4020
6239
|
export * from "./auction-template.contract";
|
|
6240
|
+
export * from "./charts.contract";
|
|
4021
6241
|
export * from "./community.contract";
|
|
4022
6242
|
export * from "./ipfs.contract";
|
|
6243
|
+
export * from "./market.contract";
|
|
4023
6244
|
export * from "./pathfinding.contract";
|
|
4024
6245
|
export * from "./sponsorship.contract";
|