@mobula_labs/types 0.1.9 → 0.1.11
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/cjs/index.cjs +5011 -3856
- package/dist/cjs/index.cjs.map +59 -51
- package/dist/esm/index.js +5011 -3856
- package/dist/esm/index.js.map +59 -51
- package/dist/index.d.ts +8 -0
- package/dist/misc/ApiKeysQueries.d.ts +1 -1
- package/dist/utils/functions/openAPIHelpers.d.ts +41 -0
- package/dist/utils/schemas/BaseMessage.d.ts +2 -0
- package/dist/utils/schemas/EnrichedMarketData.d.ts +138 -1
- package/dist/utils/schemas/MarketDetailsOutput.d.ts +169 -0
- package/dist/utils/schemas/SecuritySchemas.d.ts +9 -0
- package/dist/utils/schemas/TokenDetailsOutput.d.ts +32 -0
- package/dist/utils/schemas/WalletDeployerSchema.d.ts +124 -12
- package/dist/utils/schemas/WalletMetadataOutput.d.ts +21 -0
- package/dist/v1/market/FundingRateSchema.d.ts +3 -0
- package/dist/v1/market/HoldersSchema.d.ts +5 -0
- package/dist/v1/market/MarketBlockchainPairsSchema.d.ts +59 -0
- package/dist/v1/market/MarketDataSchema.d.ts +5 -0
- package/dist/v1/market/MarketHistoryPairSchema.d.ts +5 -0
- package/dist/v1/market/MarketLighthouseSchema.d.ts +2734 -0
- package/dist/v1/market/MarketMultiDataSchema.d.ts +9 -4
- package/dist/v1/market/MarketMultiHistorySchema.d.ts +5 -0
- package/dist/v1/market/MarketMultiPricesSchema.d.ts +4 -4
- package/dist/v1/market/MarketPairSchema.d.ts +54 -0
- package/dist/v1/market/MarketPairsSchema.d.ts +68 -0
- package/dist/v1/market/MarketQuerySchema.d.ts +5 -0
- package/dist/v1/market/MarketTokenVsMarketSchema.d.ts +4 -4
- package/dist/v1/metadata/MetadataSchema.d.ts +10 -0
- package/dist/v1/pulse/PulseSchema.d.ts +616 -0
- package/dist/v1/search/SearchSchema.d.ts +112 -0
- package/dist/v1/wallet/DeployerSchema.d.ts +72 -8
- package/dist/v1/wallet/HistorySchema.d.ts +5 -0
- package/dist/v1/wallet/WalletLabelSchema.d.ts +550 -0
- package/dist/v1/wallet/WalletNFTSchema.d.ts +5 -0
- package/dist/v1/wallet/WalletPortfolioSchema.d.ts +32 -0
- package/dist/v1/wallet/WalletTradesSchema.d.ts +133 -20
- package/dist/v1/wallet/WalletTransactionSchema.d.ts +12 -2
- package/dist/v2/asset/AssetDetailsSchema.d.ts +217 -1
- package/dist/v2/market/MarketDetailsSchema.d.ts +454 -0
- package/dist/v2/market/MarketOHLCVHistorySchema.d.ts +3 -3
- package/dist/v2/metadata/SystemMetadataV2Schema.d.ts +424 -0
- package/dist/v2/swap/SwapQuotingBatchOutput.d.ts +1647 -257
- package/dist/v2/swap/SwapQuotingBatchSchema.d.ts +12 -12
- package/dist/v2/swap/SwapQuotingOutput.d.ts +1396 -274
- package/dist/v2/swap/SwapQuotingSchema.d.ts +26 -3
- package/dist/v2/swap/SwapSendOutput.d.ts +105 -0
- package/dist/v2/swap/SwapSendSchema.d.ts +77 -4
- package/dist/v2/token/TokenAthSchema.d.ts +29 -1
- package/dist/v2/token/TokenDetailsSchema.d.ts +124 -1
- package/dist/v2/token/TokenMarketsSchema.d.ts +396 -0
- package/dist/v2/token/TokenOHLCVHistorySchema.d.ts +3 -3
- package/dist/v2/token/TokenPositionsSchema.d.ts +119 -12
- package/dist/v2/token/TokenPriceAtSchema.d.ts +131 -0
- package/dist/v2/token/TokenPriceHistorySchema.d.ts +130 -0
- package/dist/v2/token/TokenSecurityOutput.d.ts +192 -0
- package/dist/v2/token/TokenSecurityQuery.d.ts +13 -1
- package/dist/v2/token/TokenTradesSchema.d.ts +572 -3
- package/dist/v2/trades/EnrichedSwapsSchema.d.ts +15994 -0
- package/dist/v2/trades/TradesFiltersSchema.d.ts +49 -0
- package/dist/v2/wallet/WalletActivityV2Schema.d.ts +53 -0
- package/dist/v2/wallet/WalletAnalysisQuerySchema.d.ts +114 -18
- package/dist/v2/wallet/WalletDeployerSchema.d.ts +72 -8
- package/dist/v2/wallet/WalletPerpsPositionsSchema.d.ts +24 -24
- package/dist/v2/wallet/WalletPositionsSchema.d.ts +5979 -33
- package/dist/v2/wallet/WalletTokenBalancesSchema.d.ts +16 -0
- package/dist/v2/wallet/WalletTradesSchema.d.ts +446 -0
- package/dist/wss/FastTradePayloadSchema.d.ts +12 -1
- package/dist/wss/FundingPayloadSchema.d.ts +3 -0
- package/dist/wss/HoldersV2PayloadSchema.d.ts +30 -0
- package/dist/wss/MarketDetailsPayloadSchema.d.ts +3 -0
- package/dist/wss/OhlcvPayloadSchema.d.ts +3 -0
- package/dist/wss/TokenDetailsPayloadSchema.d.ts +3 -0
- package/dist/x402/X402AgentSchemas.d.ts +62 -0
- package/package.json +2 -2
- package/dist/v2/explorer/BlockDataQuerySchema.d.ts +0 -33
- package/dist/v2/explorer/ContractVerifyQuerySchema.ts +0 -27
- package/dist/v2/wallet/WalleAnalysisQuerySchema.d.ts +0 -1135
- package/dist/v2/wallet/WalleFundingQuerySchema.d.ts +0 -57
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { Tags } from '../../utils/constants/constants.ts';
|
|
3
|
+
export declare const TradeDirection: z.ZodEnum<["buy", "sell"]>;
|
|
3
4
|
export declare const TokenTradesParamsSchema: z.ZodObject<{
|
|
4
5
|
blockchain: z.ZodOptional<z.ZodString>;
|
|
5
6
|
address: z.ZodOptional<z.ZodString>;
|
|
@@ -9,6 +10,7 @@ export declare const TokenTradesParamsSchema: z.ZodObject<{
|
|
|
9
10
|
mode: z.ZodEffects<z.ZodDefault<z.ZodEnum<["pair", "pool", "asset"]>>, "asset" | "pair", "asset" | "pair" | "pool" | undefined>;
|
|
10
11
|
label: z.ZodOptional<z.ZodNativeEnum<typeof Tags>>;
|
|
11
12
|
swapTypes: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, string[], string | string[]>>, string[] | undefined, string | string[] | undefined>;
|
|
13
|
+
type: z.ZodOptional<z.ZodEnum<["buy", "sell"]>>;
|
|
12
14
|
transactionSenderAddresses: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, string[], string | string[]>>, string[] | undefined, string | string[] | undefined>;
|
|
13
15
|
/** If true, filter by swap_recipient_address; if false, filter by transaction_sender_address. Same semantics as wallet positions. Default: false. */
|
|
14
16
|
useSwapRecipient: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
@@ -22,33 +24,40 @@ export declare const TokenTradesParamsSchema: z.ZodObject<{
|
|
|
22
24
|
sortOrder: "asc" | "desc";
|
|
23
25
|
mode: "asset" | "pair";
|
|
24
26
|
useSwapRecipient: boolean;
|
|
27
|
+
type?: "sell" | "buy" | undefined;
|
|
25
28
|
address?: string | undefined;
|
|
26
29
|
blockchain?: string | undefined;
|
|
30
|
+
label?: Tags | undefined;
|
|
27
31
|
fromDate?: Date | undefined;
|
|
28
32
|
toDate?: Date | undefined;
|
|
29
33
|
transactionSenderAddresses?: string[] | undefined;
|
|
30
|
-
label?: Tags | undefined;
|
|
31
34
|
swapTypes?: string[] | undefined;
|
|
32
35
|
maxAmountUSD?: number | undefined;
|
|
33
36
|
minAmountUSD?: number | undefined;
|
|
34
37
|
}, {
|
|
38
|
+
type?: "sell" | "buy" | undefined;
|
|
35
39
|
address?: string | undefined;
|
|
36
40
|
blockchain?: string | undefined;
|
|
37
41
|
limit?: number | undefined;
|
|
38
42
|
offset?: number | undefined;
|
|
39
43
|
sortOrder?: "asc" | "desc" | undefined;
|
|
40
44
|
mode?: "asset" | "pair" | "pool" | undefined;
|
|
45
|
+
label?: Tags | undefined;
|
|
41
46
|
fromDate?: number | Date | undefined;
|
|
42
47
|
toDate?: number | Date | undefined;
|
|
43
48
|
transactionSenderAddresses?: string | string[] | undefined;
|
|
44
|
-
label?: Tags | undefined;
|
|
45
|
-
swapTypes?: string | string[] | undefined;
|
|
46
49
|
useSwapRecipient?: boolean | undefined;
|
|
50
|
+
swapTypes?: string | string[] | undefined;
|
|
47
51
|
maxAmountUSD?: number | undefined;
|
|
48
52
|
minAmountUSD?: number | undefined;
|
|
49
53
|
}>;
|
|
50
54
|
export type TokenTradesParams = z.input<typeof TokenTradesParamsSchema>;
|
|
51
55
|
export type TokenTradesInferType = z.infer<typeof TokenTradesParamsSchema>;
|
|
56
|
+
export declare const TokenTradesParamsSchemaOpenAPI: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
57
|
+
[x: string]: any;
|
|
58
|
+
}, {
|
|
59
|
+
[x: string]: any;
|
|
60
|
+
}>;
|
|
52
61
|
export declare const TokenTradeOutput: z.ZodObject<{
|
|
53
62
|
id: z.ZodString;
|
|
54
63
|
operation: z.ZodString;
|
|
@@ -90,14 +99,35 @@ export declare const TokenTradeOutput: z.ZodObject<{
|
|
|
90
99
|
entityName: z.ZodNullable<z.ZodString>;
|
|
91
100
|
entityLogo: z.ZodNullable<z.ZodString>;
|
|
92
101
|
entityLabels: z.ZodArray<z.ZodString, "many">;
|
|
102
|
+
entityType: z.ZodNullable<z.ZodString>;
|
|
103
|
+
entityDescription: z.ZodNullable<z.ZodString>;
|
|
104
|
+
entityTwitter: z.ZodNullable<z.ZodString>;
|
|
105
|
+
entityWebsite: z.ZodNullable<z.ZodString>;
|
|
106
|
+
entityGithub: z.ZodNullable<z.ZodString>;
|
|
107
|
+
entityDiscord: z.ZodNullable<z.ZodString>;
|
|
108
|
+
entityTelegram: z.ZodNullable<z.ZodString>;
|
|
93
109
|
}, "strip", z.ZodTypeAny, {
|
|
94
110
|
entityName: string | null;
|
|
95
111
|
entityLogo: string | null;
|
|
96
112
|
entityLabels: string[];
|
|
113
|
+
entityType: string | null;
|
|
114
|
+
entityDescription: string | null;
|
|
115
|
+
entityTwitter: string | null;
|
|
116
|
+
entityWebsite: string | null;
|
|
117
|
+
entityGithub: string | null;
|
|
118
|
+
entityDiscord: string | null;
|
|
119
|
+
entityTelegram: string | null;
|
|
97
120
|
}, {
|
|
98
121
|
entityName: string | null;
|
|
99
122
|
entityLogo: string | null;
|
|
100
123
|
entityLabels: string[];
|
|
124
|
+
entityType: string | null;
|
|
125
|
+
entityDescription: string | null;
|
|
126
|
+
entityTwitter: string | null;
|
|
127
|
+
entityWebsite: string | null;
|
|
128
|
+
entityGithub: string | null;
|
|
129
|
+
entityDiscord: string | null;
|
|
130
|
+
entityTelegram: string | null;
|
|
101
131
|
}>>>;
|
|
102
132
|
baseToken: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
103
133
|
address: z.ZodString;
|
|
@@ -200,6 +230,13 @@ export declare const TokenTradeOutput: z.ZodObject<{
|
|
|
200
230
|
entityName: string | null;
|
|
201
231
|
entityLogo: string | null;
|
|
202
232
|
entityLabels: string[];
|
|
233
|
+
entityType: string | null;
|
|
234
|
+
entityDescription: string | null;
|
|
235
|
+
entityTwitter: string | null;
|
|
236
|
+
entityWebsite: string | null;
|
|
237
|
+
entityGithub: string | null;
|
|
238
|
+
entityDiscord: string | null;
|
|
239
|
+
entityTelegram: string | null;
|
|
203
240
|
} | null | undefined;
|
|
204
241
|
preBalanceBaseToken?: string | null | undefined;
|
|
205
242
|
preBalanceQuoteToken?: string | null | undefined;
|
|
@@ -253,6 +290,13 @@ export declare const TokenTradeOutput: z.ZodObject<{
|
|
|
253
290
|
entityName: string | null;
|
|
254
291
|
entityLogo: string | null;
|
|
255
292
|
entityLabels: string[];
|
|
293
|
+
entityType: string | null;
|
|
294
|
+
entityDescription: string | null;
|
|
295
|
+
entityTwitter: string | null;
|
|
296
|
+
entityWebsite: string | null;
|
|
297
|
+
entityGithub: string | null;
|
|
298
|
+
entityDiscord: string | null;
|
|
299
|
+
entityTelegram: string | null;
|
|
256
300
|
} | null | undefined;
|
|
257
301
|
preBalanceBaseToken?: string | null | undefined;
|
|
258
302
|
preBalanceQuoteToken?: string | null | undefined;
|
|
@@ -303,14 +347,35 @@ export declare const TokenTradeResponseSchema: z.ZodObject<{
|
|
|
303
347
|
entityName: z.ZodNullable<z.ZodString>;
|
|
304
348
|
entityLogo: z.ZodNullable<z.ZodString>;
|
|
305
349
|
entityLabels: z.ZodArray<z.ZodString, "many">;
|
|
350
|
+
entityType: z.ZodNullable<z.ZodString>;
|
|
351
|
+
entityDescription: z.ZodNullable<z.ZodString>;
|
|
352
|
+
entityTwitter: z.ZodNullable<z.ZodString>;
|
|
353
|
+
entityWebsite: z.ZodNullable<z.ZodString>;
|
|
354
|
+
entityGithub: z.ZodNullable<z.ZodString>;
|
|
355
|
+
entityDiscord: z.ZodNullable<z.ZodString>;
|
|
356
|
+
entityTelegram: z.ZodNullable<z.ZodString>;
|
|
306
357
|
}, "strip", z.ZodTypeAny, {
|
|
307
358
|
entityName: string | null;
|
|
308
359
|
entityLogo: string | null;
|
|
309
360
|
entityLabels: string[];
|
|
361
|
+
entityType: string | null;
|
|
362
|
+
entityDescription: string | null;
|
|
363
|
+
entityTwitter: string | null;
|
|
364
|
+
entityWebsite: string | null;
|
|
365
|
+
entityGithub: string | null;
|
|
366
|
+
entityDiscord: string | null;
|
|
367
|
+
entityTelegram: string | null;
|
|
310
368
|
}, {
|
|
311
369
|
entityName: string | null;
|
|
312
370
|
entityLogo: string | null;
|
|
313
371
|
entityLabels: string[];
|
|
372
|
+
entityType: string | null;
|
|
373
|
+
entityDescription: string | null;
|
|
374
|
+
entityTwitter: string | null;
|
|
375
|
+
entityWebsite: string | null;
|
|
376
|
+
entityGithub: string | null;
|
|
377
|
+
entityDiscord: string | null;
|
|
378
|
+
entityTelegram: string | null;
|
|
314
379
|
}>>>;
|
|
315
380
|
baseToken: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
316
381
|
address: z.ZodString;
|
|
@@ -413,6 +478,13 @@ export declare const TokenTradeResponseSchema: z.ZodObject<{
|
|
|
413
478
|
entityName: string | null;
|
|
414
479
|
entityLogo: string | null;
|
|
415
480
|
entityLabels: string[];
|
|
481
|
+
entityType: string | null;
|
|
482
|
+
entityDescription: string | null;
|
|
483
|
+
entityTwitter: string | null;
|
|
484
|
+
entityWebsite: string | null;
|
|
485
|
+
entityGithub: string | null;
|
|
486
|
+
entityDiscord: string | null;
|
|
487
|
+
entityTelegram: string | null;
|
|
416
488
|
} | null | undefined;
|
|
417
489
|
preBalanceBaseToken?: string | null | undefined;
|
|
418
490
|
preBalanceQuoteToken?: string | null | undefined;
|
|
@@ -466,6 +538,13 @@ export declare const TokenTradeResponseSchema: z.ZodObject<{
|
|
|
466
538
|
entityName: string | null;
|
|
467
539
|
entityLogo: string | null;
|
|
468
540
|
entityLabels: string[];
|
|
541
|
+
entityType: string | null;
|
|
542
|
+
entityDescription: string | null;
|
|
543
|
+
entityTwitter: string | null;
|
|
544
|
+
entityWebsite: string | null;
|
|
545
|
+
entityGithub: string | null;
|
|
546
|
+
entityDiscord: string | null;
|
|
547
|
+
entityTelegram: string | null;
|
|
469
548
|
} | null | undefined;
|
|
470
549
|
preBalanceBaseToken?: string | null | undefined;
|
|
471
550
|
preBalanceQuoteToken?: string | null | undefined;
|
|
@@ -521,6 +600,13 @@ export declare const TokenTradeResponseSchema: z.ZodObject<{
|
|
|
521
600
|
entityName: string | null;
|
|
522
601
|
entityLogo: string | null;
|
|
523
602
|
entityLabels: string[];
|
|
603
|
+
entityType: string | null;
|
|
604
|
+
entityDescription: string | null;
|
|
605
|
+
entityTwitter: string | null;
|
|
606
|
+
entityWebsite: string | null;
|
|
607
|
+
entityGithub: string | null;
|
|
608
|
+
entityDiscord: string | null;
|
|
609
|
+
entityTelegram: string | null;
|
|
524
610
|
} | null | undefined;
|
|
525
611
|
preBalanceBaseToken?: string | null | undefined;
|
|
526
612
|
preBalanceQuoteToken?: string | null | undefined;
|
|
@@ -576,6 +662,13 @@ export declare const TokenTradeResponseSchema: z.ZodObject<{
|
|
|
576
662
|
entityName: string | null;
|
|
577
663
|
entityLogo: string | null;
|
|
578
664
|
entityLabels: string[];
|
|
665
|
+
entityType: string | null;
|
|
666
|
+
entityDescription: string | null;
|
|
667
|
+
entityTwitter: string | null;
|
|
668
|
+
entityWebsite: string | null;
|
|
669
|
+
entityGithub: string | null;
|
|
670
|
+
entityDiscord: string | null;
|
|
671
|
+
entityTelegram: string | null;
|
|
579
672
|
} | null | undefined;
|
|
580
673
|
preBalanceBaseToken?: string | null | undefined;
|
|
581
674
|
preBalanceQuoteToken?: string | null | undefined;
|
|
@@ -615,14 +708,35 @@ export declare const SingleTokenTradeOutput: z.ZodObject<{
|
|
|
615
708
|
entityName: z.ZodNullable<z.ZodString>;
|
|
616
709
|
entityLogo: z.ZodNullable<z.ZodString>;
|
|
617
710
|
entityLabels: z.ZodArray<z.ZodString, "many">;
|
|
711
|
+
entityType: z.ZodNullable<z.ZodString>;
|
|
712
|
+
entityDescription: z.ZodNullable<z.ZodString>;
|
|
713
|
+
entityTwitter: z.ZodNullable<z.ZodString>;
|
|
714
|
+
entityWebsite: z.ZodNullable<z.ZodString>;
|
|
715
|
+
entityGithub: z.ZodNullable<z.ZodString>;
|
|
716
|
+
entityDiscord: z.ZodNullable<z.ZodString>;
|
|
717
|
+
entityTelegram: z.ZodNullable<z.ZodString>;
|
|
618
718
|
}, "strip", z.ZodTypeAny, {
|
|
619
719
|
entityName: string | null;
|
|
620
720
|
entityLogo: string | null;
|
|
621
721
|
entityLabels: string[];
|
|
722
|
+
entityType: string | null;
|
|
723
|
+
entityDescription: string | null;
|
|
724
|
+
entityTwitter: string | null;
|
|
725
|
+
entityWebsite: string | null;
|
|
726
|
+
entityGithub: string | null;
|
|
727
|
+
entityDiscord: string | null;
|
|
728
|
+
entityTelegram: string | null;
|
|
622
729
|
}, {
|
|
623
730
|
entityName: string | null;
|
|
624
731
|
entityLogo: string | null;
|
|
625
732
|
entityLabels: string[];
|
|
733
|
+
entityType: string | null;
|
|
734
|
+
entityDescription: string | null;
|
|
735
|
+
entityTwitter: string | null;
|
|
736
|
+
entityWebsite: string | null;
|
|
737
|
+
entityGithub: string | null;
|
|
738
|
+
entityDiscord: string | null;
|
|
739
|
+
entityTelegram: string | null;
|
|
626
740
|
}>>>;
|
|
627
741
|
baseToken: z.ZodOptional<z.ZodObject<{
|
|
628
742
|
address: z.ZodString;
|
|
@@ -658,6 +772,16 @@ export declare const SingleTokenTradeOutput: z.ZodObject<{
|
|
|
658
772
|
factory: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
659
773
|
source: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
660
774
|
sourceFactory: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
775
|
+
sourceMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
776
|
+
name: z.ZodString;
|
|
777
|
+
logo: z.ZodString;
|
|
778
|
+
}, "strip", z.ZodTypeAny, {
|
|
779
|
+
name: string;
|
|
780
|
+
logo: string;
|
|
781
|
+
}, {
|
|
782
|
+
name: string;
|
|
783
|
+
logo: string;
|
|
784
|
+
}>>>;
|
|
661
785
|
liquidityUSD: z.ZodOptional<z.ZodNumber>;
|
|
662
786
|
liquidityMaxUSD: z.ZodOptional<z.ZodNumber>;
|
|
663
787
|
bonded: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -876,6 +1000,7 @@ export declare const SingleTokenTradeOutput: z.ZodObject<{
|
|
|
876
1000
|
isMintable: z.ZodOptional<z.ZodBoolean>;
|
|
877
1001
|
modifyableTax: z.ZodOptional<z.ZodBoolean>;
|
|
878
1002
|
selfDestruct: z.ZodOptional<z.ZodBoolean>;
|
|
1003
|
+
liquidityBurnPercentage: z.ZodOptional<z.ZodNumber>;
|
|
879
1004
|
}, "strip", z.ZodTypeAny, {
|
|
880
1005
|
buyTax?: string | undefined;
|
|
881
1006
|
sellTax?: string | undefined;
|
|
@@ -893,6 +1018,7 @@ export declare const SingleTokenTradeOutput: z.ZodObject<{
|
|
|
893
1018
|
isMintable?: boolean | undefined;
|
|
894
1019
|
modifyableTax?: boolean | undefined;
|
|
895
1020
|
selfDestruct?: boolean | undefined;
|
|
1021
|
+
liquidityBurnPercentage?: number | undefined;
|
|
896
1022
|
noMintAuthority?: boolean | undefined;
|
|
897
1023
|
}, {
|
|
898
1024
|
buyTax?: string | undefined;
|
|
@@ -911,6 +1037,7 @@ export declare const SingleTokenTradeOutput: z.ZodObject<{
|
|
|
911
1037
|
isMintable?: boolean | undefined;
|
|
912
1038
|
modifyableTax?: boolean | undefined;
|
|
913
1039
|
selfDestruct?: boolean | undefined;
|
|
1040
|
+
liquidityBurnPercentage?: number | undefined;
|
|
914
1041
|
noMintAuthority?: boolean | undefined;
|
|
915
1042
|
}>>;
|
|
916
1043
|
twitterReusesCount: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -948,6 +1075,9 @@ export declare const SingleTokenTradeOutput: z.ZodObject<{
|
|
|
948
1075
|
trendingScore6h: z.ZodDefault<z.ZodNumber>;
|
|
949
1076
|
trendingScore12h: z.ZodDefault<z.ZodNumber>;
|
|
950
1077
|
trendingScore24h: z.ZodDefault<z.ZodNumber>;
|
|
1078
|
+
isMayhemMode: z.ZodDefault<z.ZodNullable<z.ZodBoolean>>;
|
|
1079
|
+
isCashbackCoin: z.ZodDefault<z.ZodNullable<z.ZodBoolean>>;
|
|
1080
|
+
isAgentMode: z.ZodDefault<z.ZodNullable<z.ZodBoolean>>;
|
|
951
1081
|
} & {
|
|
952
1082
|
holdersCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
953
1083
|
top10HoldingsPercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -990,6 +1120,9 @@ export declare const SingleTokenTradeOutput: z.ZodObject<{
|
|
|
990
1120
|
marketCapUSD: number;
|
|
991
1121
|
marketCapDilutedUSD: number;
|
|
992
1122
|
logo: string | null;
|
|
1123
|
+
isMayhemMode: boolean | null;
|
|
1124
|
+
isCashbackCoin: boolean | null;
|
|
1125
|
+
isAgentMode: boolean | null;
|
|
993
1126
|
bondedAt: Date | null;
|
|
994
1127
|
latestTradeDate: Date | null;
|
|
995
1128
|
totalFeesPaidUSD: number;
|
|
@@ -1106,6 +1239,7 @@ export declare const SingleTokenTradeOutput: z.ZodObject<{
|
|
|
1106
1239
|
isMintable?: boolean | undefined;
|
|
1107
1240
|
modifyableTax?: boolean | undefined;
|
|
1108
1241
|
selfDestruct?: boolean | undefined;
|
|
1242
|
+
liquidityBurnPercentage?: number | undefined;
|
|
1109
1243
|
noMintAuthority?: boolean | undefined;
|
|
1110
1244
|
} | null;
|
|
1111
1245
|
twitterReusesCount: number | null;
|
|
@@ -1239,6 +1373,10 @@ export declare const SingleTokenTradeOutput: z.ZodObject<{
|
|
|
1239
1373
|
factory?: string | null | undefined;
|
|
1240
1374
|
source?: string | null | undefined;
|
|
1241
1375
|
sourceFactory?: string | null | undefined;
|
|
1376
|
+
sourceMetadata?: {
|
|
1377
|
+
name: string;
|
|
1378
|
+
logo: string;
|
|
1379
|
+
} | null | undefined;
|
|
1242
1380
|
liquidityUSD?: number | undefined;
|
|
1243
1381
|
liquidityMaxUSD?: number | undefined;
|
|
1244
1382
|
bonded?: boolean | undefined;
|
|
@@ -1290,6 +1428,7 @@ export declare const SingleTokenTradeOutput: z.ZodObject<{
|
|
|
1290
1428
|
isMintable?: boolean | undefined;
|
|
1291
1429
|
modifyableTax?: boolean | undefined;
|
|
1292
1430
|
selfDestruct?: boolean | undefined;
|
|
1431
|
+
liquidityBurnPercentage?: number | undefined;
|
|
1293
1432
|
noMintAuthority?: boolean | undefined;
|
|
1294
1433
|
} | null;
|
|
1295
1434
|
liveStatus: string | null;
|
|
@@ -1335,6 +1474,10 @@ export declare const SingleTokenTradeOutput: z.ZodObject<{
|
|
|
1335
1474
|
factory?: string | null | undefined;
|
|
1336
1475
|
source?: string | null | undefined;
|
|
1337
1476
|
sourceFactory?: string | null | undefined;
|
|
1477
|
+
sourceMetadata?: {
|
|
1478
|
+
name: string;
|
|
1479
|
+
logo: string;
|
|
1480
|
+
} | null | undefined;
|
|
1338
1481
|
liquidityUSD?: number | undefined;
|
|
1339
1482
|
liquidityMaxUSD?: number | undefined;
|
|
1340
1483
|
bonded?: boolean | undefined;
|
|
@@ -1343,6 +1486,9 @@ export declare const SingleTokenTradeOutput: z.ZodObject<{
|
|
|
1343
1486
|
preBondingFactory?: string | undefined;
|
|
1344
1487
|
poolAddress?: string | undefined;
|
|
1345
1488
|
blockchain?: string | undefined;
|
|
1489
|
+
isMayhemMode?: boolean | null | undefined;
|
|
1490
|
+
isCashbackCoin?: boolean | null | undefined;
|
|
1491
|
+
isAgentMode?: boolean | null | undefined;
|
|
1346
1492
|
deployer?: string | null | undefined;
|
|
1347
1493
|
athUSD?: number | undefined;
|
|
1348
1494
|
atlUSD?: number | undefined;
|
|
@@ -1573,6 +1719,16 @@ export declare const SingleTokenTradeOutput: z.ZodObject<{
|
|
|
1573
1719
|
factory: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1574
1720
|
source: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1575
1721
|
sourceFactory: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1722
|
+
sourceMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1723
|
+
name: z.ZodString;
|
|
1724
|
+
logo: z.ZodString;
|
|
1725
|
+
}, "strip", z.ZodTypeAny, {
|
|
1726
|
+
name: string;
|
|
1727
|
+
logo: string;
|
|
1728
|
+
}, {
|
|
1729
|
+
name: string;
|
|
1730
|
+
logo: string;
|
|
1731
|
+
}>>>;
|
|
1576
1732
|
liquidityUSD: z.ZodOptional<z.ZodNumber>;
|
|
1577
1733
|
liquidityMaxUSD: z.ZodOptional<z.ZodNumber>;
|
|
1578
1734
|
bonded: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1791,6 +1947,7 @@ export declare const SingleTokenTradeOutput: z.ZodObject<{
|
|
|
1791
1947
|
isMintable: z.ZodOptional<z.ZodBoolean>;
|
|
1792
1948
|
modifyableTax: z.ZodOptional<z.ZodBoolean>;
|
|
1793
1949
|
selfDestruct: z.ZodOptional<z.ZodBoolean>;
|
|
1950
|
+
liquidityBurnPercentage: z.ZodOptional<z.ZodNumber>;
|
|
1794
1951
|
}, "strip", z.ZodTypeAny, {
|
|
1795
1952
|
buyTax?: string | undefined;
|
|
1796
1953
|
sellTax?: string | undefined;
|
|
@@ -1808,6 +1965,7 @@ export declare const SingleTokenTradeOutput: z.ZodObject<{
|
|
|
1808
1965
|
isMintable?: boolean | undefined;
|
|
1809
1966
|
modifyableTax?: boolean | undefined;
|
|
1810
1967
|
selfDestruct?: boolean | undefined;
|
|
1968
|
+
liquidityBurnPercentage?: number | undefined;
|
|
1811
1969
|
noMintAuthority?: boolean | undefined;
|
|
1812
1970
|
}, {
|
|
1813
1971
|
buyTax?: string | undefined;
|
|
@@ -1826,6 +1984,7 @@ export declare const SingleTokenTradeOutput: z.ZodObject<{
|
|
|
1826
1984
|
isMintable?: boolean | undefined;
|
|
1827
1985
|
modifyableTax?: boolean | undefined;
|
|
1828
1986
|
selfDestruct?: boolean | undefined;
|
|
1987
|
+
liquidityBurnPercentage?: number | undefined;
|
|
1829
1988
|
noMintAuthority?: boolean | undefined;
|
|
1830
1989
|
}>>;
|
|
1831
1990
|
twitterReusesCount: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -1863,6 +2022,9 @@ export declare const SingleTokenTradeOutput: z.ZodObject<{
|
|
|
1863
2022
|
trendingScore6h: z.ZodDefault<z.ZodNumber>;
|
|
1864
2023
|
trendingScore12h: z.ZodDefault<z.ZodNumber>;
|
|
1865
2024
|
trendingScore24h: z.ZodDefault<z.ZodNumber>;
|
|
2025
|
+
isMayhemMode: z.ZodDefault<z.ZodNullable<z.ZodBoolean>>;
|
|
2026
|
+
isCashbackCoin: z.ZodDefault<z.ZodNullable<z.ZodBoolean>>;
|
|
2027
|
+
isAgentMode: z.ZodDefault<z.ZodNullable<z.ZodBoolean>>;
|
|
1866
2028
|
} & {
|
|
1867
2029
|
holdersCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1868
2030
|
top10HoldingsPercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -1905,6 +2067,9 @@ export declare const SingleTokenTradeOutput: z.ZodObject<{
|
|
|
1905
2067
|
marketCapUSD: number;
|
|
1906
2068
|
marketCapDilutedUSD: number;
|
|
1907
2069
|
logo: string | null;
|
|
2070
|
+
isMayhemMode: boolean | null;
|
|
2071
|
+
isCashbackCoin: boolean | null;
|
|
2072
|
+
isAgentMode: boolean | null;
|
|
1908
2073
|
bondedAt: Date | null;
|
|
1909
2074
|
latestTradeDate: Date | null;
|
|
1910
2075
|
totalFeesPaidUSD: number;
|
|
@@ -2021,6 +2186,7 @@ export declare const SingleTokenTradeOutput: z.ZodObject<{
|
|
|
2021
2186
|
isMintable?: boolean | undefined;
|
|
2022
2187
|
modifyableTax?: boolean | undefined;
|
|
2023
2188
|
selfDestruct?: boolean | undefined;
|
|
2189
|
+
liquidityBurnPercentage?: number | undefined;
|
|
2024
2190
|
noMintAuthority?: boolean | undefined;
|
|
2025
2191
|
} | null;
|
|
2026
2192
|
twitterReusesCount: number | null;
|
|
@@ -2154,6 +2320,10 @@ export declare const SingleTokenTradeOutput: z.ZodObject<{
|
|
|
2154
2320
|
factory?: string | null | undefined;
|
|
2155
2321
|
source?: string | null | undefined;
|
|
2156
2322
|
sourceFactory?: string | null | undefined;
|
|
2323
|
+
sourceMetadata?: {
|
|
2324
|
+
name: string;
|
|
2325
|
+
logo: string;
|
|
2326
|
+
} | null | undefined;
|
|
2157
2327
|
liquidityUSD?: number | undefined;
|
|
2158
2328
|
liquidityMaxUSD?: number | undefined;
|
|
2159
2329
|
bonded?: boolean | undefined;
|
|
@@ -2205,6 +2375,7 @@ export declare const SingleTokenTradeOutput: z.ZodObject<{
|
|
|
2205
2375
|
isMintable?: boolean | undefined;
|
|
2206
2376
|
modifyableTax?: boolean | undefined;
|
|
2207
2377
|
selfDestruct?: boolean | undefined;
|
|
2378
|
+
liquidityBurnPercentage?: number | undefined;
|
|
2208
2379
|
noMintAuthority?: boolean | undefined;
|
|
2209
2380
|
} | null;
|
|
2210
2381
|
liveStatus: string | null;
|
|
@@ -2250,6 +2421,10 @@ export declare const SingleTokenTradeOutput: z.ZodObject<{
|
|
|
2250
2421
|
factory?: string | null | undefined;
|
|
2251
2422
|
source?: string | null | undefined;
|
|
2252
2423
|
sourceFactory?: string | null | undefined;
|
|
2424
|
+
sourceMetadata?: {
|
|
2425
|
+
name: string;
|
|
2426
|
+
logo: string;
|
|
2427
|
+
} | null | undefined;
|
|
2253
2428
|
liquidityUSD?: number | undefined;
|
|
2254
2429
|
liquidityMaxUSD?: number | undefined;
|
|
2255
2430
|
bonded?: boolean | undefined;
|
|
@@ -2258,6 +2433,9 @@ export declare const SingleTokenTradeOutput: z.ZodObject<{
|
|
|
2258
2433
|
preBondingFactory?: string | undefined;
|
|
2259
2434
|
poolAddress?: string | undefined;
|
|
2260
2435
|
blockchain?: string | undefined;
|
|
2436
|
+
isMayhemMode?: boolean | null | undefined;
|
|
2437
|
+
isCashbackCoin?: boolean | null | undefined;
|
|
2438
|
+
isAgentMode?: boolean | null | undefined;
|
|
2261
2439
|
deployer?: string | null | undefined;
|
|
2262
2440
|
athUSD?: number | undefined;
|
|
2263
2441
|
atlUSD?: number | undefined;
|
|
@@ -2510,6 +2688,9 @@ export declare const SingleTokenTradeOutput: z.ZodObject<{
|
|
|
2510
2688
|
marketCapUSD: number;
|
|
2511
2689
|
marketCapDilutedUSD: number;
|
|
2512
2690
|
logo: string | null;
|
|
2691
|
+
isMayhemMode: boolean | null;
|
|
2692
|
+
isCashbackCoin: boolean | null;
|
|
2693
|
+
isAgentMode: boolean | null;
|
|
2513
2694
|
bondedAt: Date | null;
|
|
2514
2695
|
latestTradeDate: Date | null;
|
|
2515
2696
|
totalFeesPaidUSD: number;
|
|
@@ -2626,6 +2807,7 @@ export declare const SingleTokenTradeOutput: z.ZodObject<{
|
|
|
2626
2807
|
isMintable?: boolean | undefined;
|
|
2627
2808
|
modifyableTax?: boolean | undefined;
|
|
2628
2809
|
selfDestruct?: boolean | undefined;
|
|
2810
|
+
liquidityBurnPercentage?: number | undefined;
|
|
2629
2811
|
noMintAuthority?: boolean | undefined;
|
|
2630
2812
|
} | null;
|
|
2631
2813
|
twitterReusesCount: number | null;
|
|
@@ -2759,6 +2941,10 @@ export declare const SingleTokenTradeOutput: z.ZodObject<{
|
|
|
2759
2941
|
factory?: string | null | undefined;
|
|
2760
2942
|
source?: string | null | undefined;
|
|
2761
2943
|
sourceFactory?: string | null | undefined;
|
|
2944
|
+
sourceMetadata?: {
|
|
2945
|
+
name: string;
|
|
2946
|
+
logo: string;
|
|
2947
|
+
} | null | undefined;
|
|
2762
2948
|
liquidityUSD?: number | undefined;
|
|
2763
2949
|
liquidityMaxUSD?: number | undefined;
|
|
2764
2950
|
bonded?: boolean | undefined;
|
|
@@ -2795,6 +2981,9 @@ export declare const SingleTokenTradeOutput: z.ZodObject<{
|
|
|
2795
2981
|
marketCapUSD: number;
|
|
2796
2982
|
marketCapDilutedUSD: number;
|
|
2797
2983
|
logo: string | null;
|
|
2984
|
+
isMayhemMode: boolean | null;
|
|
2985
|
+
isCashbackCoin: boolean | null;
|
|
2986
|
+
isAgentMode: boolean | null;
|
|
2798
2987
|
bondedAt: Date | null;
|
|
2799
2988
|
latestTradeDate: Date | null;
|
|
2800
2989
|
totalFeesPaidUSD: number;
|
|
@@ -2911,6 +3100,7 @@ export declare const SingleTokenTradeOutput: z.ZodObject<{
|
|
|
2911
3100
|
isMintable?: boolean | undefined;
|
|
2912
3101
|
modifyableTax?: boolean | undefined;
|
|
2913
3102
|
selfDestruct?: boolean | undefined;
|
|
3103
|
+
liquidityBurnPercentage?: number | undefined;
|
|
2914
3104
|
noMintAuthority?: boolean | undefined;
|
|
2915
3105
|
} | null;
|
|
2916
3106
|
twitterReusesCount: number | null;
|
|
@@ -3044,6 +3234,10 @@ export declare const SingleTokenTradeOutput: z.ZodObject<{
|
|
|
3044
3234
|
factory?: string | null | undefined;
|
|
3045
3235
|
source?: string | null | undefined;
|
|
3046
3236
|
sourceFactory?: string | null | undefined;
|
|
3237
|
+
sourceMetadata?: {
|
|
3238
|
+
name: string;
|
|
3239
|
+
logo: string;
|
|
3240
|
+
} | null | undefined;
|
|
3047
3241
|
liquidityUSD?: number | undefined;
|
|
3048
3242
|
liquidityMaxUSD?: number | undefined;
|
|
3049
3243
|
bonded?: boolean | undefined;
|
|
@@ -3073,6 +3267,13 @@ export declare const SingleTokenTradeOutput: z.ZodObject<{
|
|
|
3073
3267
|
entityName: string | null;
|
|
3074
3268
|
entityLogo: string | null;
|
|
3075
3269
|
entityLabels: string[];
|
|
3270
|
+
entityType: string | null;
|
|
3271
|
+
entityDescription: string | null;
|
|
3272
|
+
entityTwitter: string | null;
|
|
3273
|
+
entityWebsite: string | null;
|
|
3274
|
+
entityGithub: string | null;
|
|
3275
|
+
entityDiscord: string | null;
|
|
3276
|
+
entityTelegram: string | null;
|
|
3076
3277
|
} | null | undefined;
|
|
3077
3278
|
preBalanceBaseToken?: string | null | undefined;
|
|
3078
3279
|
preBalanceQuoteToken?: string | null | undefined;
|
|
@@ -3134,6 +3335,7 @@ export declare const SingleTokenTradeOutput: z.ZodObject<{
|
|
|
3134
3335
|
isMintable?: boolean | undefined;
|
|
3135
3336
|
modifyableTax?: boolean | undefined;
|
|
3136
3337
|
selfDestruct?: boolean | undefined;
|
|
3338
|
+
liquidityBurnPercentage?: number | undefined;
|
|
3137
3339
|
noMintAuthority?: boolean | undefined;
|
|
3138
3340
|
} | null;
|
|
3139
3341
|
liveStatus: string | null;
|
|
@@ -3179,6 +3381,10 @@ export declare const SingleTokenTradeOutput: z.ZodObject<{
|
|
|
3179
3381
|
factory?: string | null | undefined;
|
|
3180
3382
|
source?: string | null | undefined;
|
|
3181
3383
|
sourceFactory?: string | null | undefined;
|
|
3384
|
+
sourceMetadata?: {
|
|
3385
|
+
name: string;
|
|
3386
|
+
logo: string;
|
|
3387
|
+
} | null | undefined;
|
|
3182
3388
|
liquidityUSD?: number | undefined;
|
|
3183
3389
|
liquidityMaxUSD?: number | undefined;
|
|
3184
3390
|
bonded?: boolean | undefined;
|
|
@@ -3187,6 +3393,9 @@ export declare const SingleTokenTradeOutput: z.ZodObject<{
|
|
|
3187
3393
|
preBondingFactory?: string | undefined;
|
|
3188
3394
|
poolAddress?: string | undefined;
|
|
3189
3395
|
blockchain?: string | undefined;
|
|
3396
|
+
isMayhemMode?: boolean | null | undefined;
|
|
3397
|
+
isCashbackCoin?: boolean | null | undefined;
|
|
3398
|
+
isAgentMode?: boolean | null | undefined;
|
|
3190
3399
|
deployer?: string | null | undefined;
|
|
3191
3400
|
athUSD?: number | undefined;
|
|
3192
3401
|
atlUSD?: number | undefined;
|
|
@@ -3419,6 +3628,7 @@ export declare const SingleTokenTradeOutput: z.ZodObject<{
|
|
|
3419
3628
|
isMintable?: boolean | undefined;
|
|
3420
3629
|
modifyableTax?: boolean | undefined;
|
|
3421
3630
|
selfDestruct?: boolean | undefined;
|
|
3631
|
+
liquidityBurnPercentage?: number | undefined;
|
|
3422
3632
|
noMintAuthority?: boolean | undefined;
|
|
3423
3633
|
} | null;
|
|
3424
3634
|
liveStatus: string | null;
|
|
@@ -3464,6 +3674,10 @@ export declare const SingleTokenTradeOutput: z.ZodObject<{
|
|
|
3464
3674
|
factory?: string | null | undefined;
|
|
3465
3675
|
source?: string | null | undefined;
|
|
3466
3676
|
sourceFactory?: string | null | undefined;
|
|
3677
|
+
sourceMetadata?: {
|
|
3678
|
+
name: string;
|
|
3679
|
+
logo: string;
|
|
3680
|
+
} | null | undefined;
|
|
3467
3681
|
liquidityUSD?: number | undefined;
|
|
3468
3682
|
liquidityMaxUSD?: number | undefined;
|
|
3469
3683
|
bonded?: boolean | undefined;
|
|
@@ -3472,6 +3686,9 @@ export declare const SingleTokenTradeOutput: z.ZodObject<{
|
|
|
3472
3686
|
preBondingFactory?: string | undefined;
|
|
3473
3687
|
poolAddress?: string | undefined;
|
|
3474
3688
|
blockchain?: string | undefined;
|
|
3689
|
+
isMayhemMode?: boolean | null | undefined;
|
|
3690
|
+
isCashbackCoin?: boolean | null | undefined;
|
|
3691
|
+
isAgentMode?: boolean | null | undefined;
|
|
3475
3692
|
deployer?: string | null | undefined;
|
|
3476
3693
|
athUSD?: number | undefined;
|
|
3477
3694
|
atlUSD?: number | undefined;
|
|
@@ -3682,6 +3899,13 @@ export declare const SingleTokenTradeOutput: z.ZodObject<{
|
|
|
3682
3899
|
entityName: string | null;
|
|
3683
3900
|
entityLogo: string | null;
|
|
3684
3901
|
entityLabels: string[];
|
|
3902
|
+
entityType: string | null;
|
|
3903
|
+
entityDescription: string | null;
|
|
3904
|
+
entityTwitter: string | null;
|
|
3905
|
+
entityWebsite: string | null;
|
|
3906
|
+
entityGithub: string | null;
|
|
3907
|
+
entityDiscord: string | null;
|
|
3908
|
+
entityTelegram: string | null;
|
|
3685
3909
|
} | null | undefined;
|
|
3686
3910
|
preBalanceBaseToken?: string | null | undefined;
|
|
3687
3911
|
preBalanceQuoteToken?: string | null | undefined;
|
|
@@ -3720,14 +3944,35 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
3720
3944
|
entityName: z.ZodNullable<z.ZodString>;
|
|
3721
3945
|
entityLogo: z.ZodNullable<z.ZodString>;
|
|
3722
3946
|
entityLabels: z.ZodArray<z.ZodString, "many">;
|
|
3947
|
+
entityType: z.ZodNullable<z.ZodString>;
|
|
3948
|
+
entityDescription: z.ZodNullable<z.ZodString>;
|
|
3949
|
+
entityTwitter: z.ZodNullable<z.ZodString>;
|
|
3950
|
+
entityWebsite: z.ZodNullable<z.ZodString>;
|
|
3951
|
+
entityGithub: z.ZodNullable<z.ZodString>;
|
|
3952
|
+
entityDiscord: z.ZodNullable<z.ZodString>;
|
|
3953
|
+
entityTelegram: z.ZodNullable<z.ZodString>;
|
|
3723
3954
|
}, "strip", z.ZodTypeAny, {
|
|
3724
3955
|
entityName: string | null;
|
|
3725
3956
|
entityLogo: string | null;
|
|
3726
3957
|
entityLabels: string[];
|
|
3958
|
+
entityType: string | null;
|
|
3959
|
+
entityDescription: string | null;
|
|
3960
|
+
entityTwitter: string | null;
|
|
3961
|
+
entityWebsite: string | null;
|
|
3962
|
+
entityGithub: string | null;
|
|
3963
|
+
entityDiscord: string | null;
|
|
3964
|
+
entityTelegram: string | null;
|
|
3727
3965
|
}, {
|
|
3728
3966
|
entityName: string | null;
|
|
3729
3967
|
entityLogo: string | null;
|
|
3730
3968
|
entityLabels: string[];
|
|
3969
|
+
entityType: string | null;
|
|
3970
|
+
entityDescription: string | null;
|
|
3971
|
+
entityTwitter: string | null;
|
|
3972
|
+
entityWebsite: string | null;
|
|
3973
|
+
entityGithub: string | null;
|
|
3974
|
+
entityDiscord: string | null;
|
|
3975
|
+
entityTelegram: string | null;
|
|
3731
3976
|
}>>>;
|
|
3732
3977
|
baseToken: z.ZodOptional<z.ZodObject<{
|
|
3733
3978
|
address: z.ZodString;
|
|
@@ -3763,6 +4008,16 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
3763
4008
|
factory: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3764
4009
|
source: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3765
4010
|
sourceFactory: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4011
|
+
sourceMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4012
|
+
name: z.ZodString;
|
|
4013
|
+
logo: z.ZodString;
|
|
4014
|
+
}, "strip", z.ZodTypeAny, {
|
|
4015
|
+
name: string;
|
|
4016
|
+
logo: string;
|
|
4017
|
+
}, {
|
|
4018
|
+
name: string;
|
|
4019
|
+
logo: string;
|
|
4020
|
+
}>>>;
|
|
3766
4021
|
liquidityUSD: z.ZodOptional<z.ZodNumber>;
|
|
3767
4022
|
liquidityMaxUSD: z.ZodOptional<z.ZodNumber>;
|
|
3768
4023
|
bonded: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -3981,6 +4236,7 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
3981
4236
|
isMintable: z.ZodOptional<z.ZodBoolean>;
|
|
3982
4237
|
modifyableTax: z.ZodOptional<z.ZodBoolean>;
|
|
3983
4238
|
selfDestruct: z.ZodOptional<z.ZodBoolean>;
|
|
4239
|
+
liquidityBurnPercentage: z.ZodOptional<z.ZodNumber>;
|
|
3984
4240
|
}, "strip", z.ZodTypeAny, {
|
|
3985
4241
|
buyTax?: string | undefined;
|
|
3986
4242
|
sellTax?: string | undefined;
|
|
@@ -3998,6 +4254,7 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
3998
4254
|
isMintable?: boolean | undefined;
|
|
3999
4255
|
modifyableTax?: boolean | undefined;
|
|
4000
4256
|
selfDestruct?: boolean | undefined;
|
|
4257
|
+
liquidityBurnPercentage?: number | undefined;
|
|
4001
4258
|
noMintAuthority?: boolean | undefined;
|
|
4002
4259
|
}, {
|
|
4003
4260
|
buyTax?: string | undefined;
|
|
@@ -4016,6 +4273,7 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
4016
4273
|
isMintable?: boolean | undefined;
|
|
4017
4274
|
modifyableTax?: boolean | undefined;
|
|
4018
4275
|
selfDestruct?: boolean | undefined;
|
|
4276
|
+
liquidityBurnPercentage?: number | undefined;
|
|
4019
4277
|
noMintAuthority?: boolean | undefined;
|
|
4020
4278
|
}>>;
|
|
4021
4279
|
twitterReusesCount: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -4053,6 +4311,9 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
4053
4311
|
trendingScore6h: z.ZodDefault<z.ZodNumber>;
|
|
4054
4312
|
trendingScore12h: z.ZodDefault<z.ZodNumber>;
|
|
4055
4313
|
trendingScore24h: z.ZodDefault<z.ZodNumber>;
|
|
4314
|
+
isMayhemMode: z.ZodDefault<z.ZodNullable<z.ZodBoolean>>;
|
|
4315
|
+
isCashbackCoin: z.ZodDefault<z.ZodNullable<z.ZodBoolean>>;
|
|
4316
|
+
isAgentMode: z.ZodDefault<z.ZodNullable<z.ZodBoolean>>;
|
|
4056
4317
|
} & {
|
|
4057
4318
|
holdersCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
4058
4319
|
top10HoldingsPercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -4095,6 +4356,9 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
4095
4356
|
marketCapUSD: number;
|
|
4096
4357
|
marketCapDilutedUSD: number;
|
|
4097
4358
|
logo: string | null;
|
|
4359
|
+
isMayhemMode: boolean | null;
|
|
4360
|
+
isCashbackCoin: boolean | null;
|
|
4361
|
+
isAgentMode: boolean | null;
|
|
4098
4362
|
bondedAt: Date | null;
|
|
4099
4363
|
latestTradeDate: Date | null;
|
|
4100
4364
|
totalFeesPaidUSD: number;
|
|
@@ -4211,6 +4475,7 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
4211
4475
|
isMintable?: boolean | undefined;
|
|
4212
4476
|
modifyableTax?: boolean | undefined;
|
|
4213
4477
|
selfDestruct?: boolean | undefined;
|
|
4478
|
+
liquidityBurnPercentage?: number | undefined;
|
|
4214
4479
|
noMintAuthority?: boolean | undefined;
|
|
4215
4480
|
} | null;
|
|
4216
4481
|
twitterReusesCount: number | null;
|
|
@@ -4344,6 +4609,10 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
4344
4609
|
factory?: string | null | undefined;
|
|
4345
4610
|
source?: string | null | undefined;
|
|
4346
4611
|
sourceFactory?: string | null | undefined;
|
|
4612
|
+
sourceMetadata?: {
|
|
4613
|
+
name: string;
|
|
4614
|
+
logo: string;
|
|
4615
|
+
} | null | undefined;
|
|
4347
4616
|
liquidityUSD?: number | undefined;
|
|
4348
4617
|
liquidityMaxUSD?: number | undefined;
|
|
4349
4618
|
bonded?: boolean | undefined;
|
|
@@ -4395,6 +4664,7 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
4395
4664
|
isMintable?: boolean | undefined;
|
|
4396
4665
|
modifyableTax?: boolean | undefined;
|
|
4397
4666
|
selfDestruct?: boolean | undefined;
|
|
4667
|
+
liquidityBurnPercentage?: number | undefined;
|
|
4398
4668
|
noMintAuthority?: boolean | undefined;
|
|
4399
4669
|
} | null;
|
|
4400
4670
|
liveStatus: string | null;
|
|
@@ -4440,6 +4710,10 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
4440
4710
|
factory?: string | null | undefined;
|
|
4441
4711
|
source?: string | null | undefined;
|
|
4442
4712
|
sourceFactory?: string | null | undefined;
|
|
4713
|
+
sourceMetadata?: {
|
|
4714
|
+
name: string;
|
|
4715
|
+
logo: string;
|
|
4716
|
+
} | null | undefined;
|
|
4443
4717
|
liquidityUSD?: number | undefined;
|
|
4444
4718
|
liquidityMaxUSD?: number | undefined;
|
|
4445
4719
|
bonded?: boolean | undefined;
|
|
@@ -4448,6 +4722,9 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
4448
4722
|
preBondingFactory?: string | undefined;
|
|
4449
4723
|
poolAddress?: string | undefined;
|
|
4450
4724
|
blockchain?: string | undefined;
|
|
4725
|
+
isMayhemMode?: boolean | null | undefined;
|
|
4726
|
+
isCashbackCoin?: boolean | null | undefined;
|
|
4727
|
+
isAgentMode?: boolean | null | undefined;
|
|
4451
4728
|
deployer?: string | null | undefined;
|
|
4452
4729
|
athUSD?: number | undefined;
|
|
4453
4730
|
atlUSD?: number | undefined;
|
|
@@ -4678,6 +4955,16 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
4678
4955
|
factory: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4679
4956
|
source: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4680
4957
|
sourceFactory: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4958
|
+
sourceMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4959
|
+
name: z.ZodString;
|
|
4960
|
+
logo: z.ZodString;
|
|
4961
|
+
}, "strip", z.ZodTypeAny, {
|
|
4962
|
+
name: string;
|
|
4963
|
+
logo: string;
|
|
4964
|
+
}, {
|
|
4965
|
+
name: string;
|
|
4966
|
+
logo: string;
|
|
4967
|
+
}>>>;
|
|
4681
4968
|
liquidityUSD: z.ZodOptional<z.ZodNumber>;
|
|
4682
4969
|
liquidityMaxUSD: z.ZodOptional<z.ZodNumber>;
|
|
4683
4970
|
bonded: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -4896,6 +5183,7 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
4896
5183
|
isMintable: z.ZodOptional<z.ZodBoolean>;
|
|
4897
5184
|
modifyableTax: z.ZodOptional<z.ZodBoolean>;
|
|
4898
5185
|
selfDestruct: z.ZodOptional<z.ZodBoolean>;
|
|
5186
|
+
liquidityBurnPercentage: z.ZodOptional<z.ZodNumber>;
|
|
4899
5187
|
}, "strip", z.ZodTypeAny, {
|
|
4900
5188
|
buyTax?: string | undefined;
|
|
4901
5189
|
sellTax?: string | undefined;
|
|
@@ -4913,6 +5201,7 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
4913
5201
|
isMintable?: boolean | undefined;
|
|
4914
5202
|
modifyableTax?: boolean | undefined;
|
|
4915
5203
|
selfDestruct?: boolean | undefined;
|
|
5204
|
+
liquidityBurnPercentage?: number | undefined;
|
|
4916
5205
|
noMintAuthority?: boolean | undefined;
|
|
4917
5206
|
}, {
|
|
4918
5207
|
buyTax?: string | undefined;
|
|
@@ -4931,6 +5220,7 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
4931
5220
|
isMintable?: boolean | undefined;
|
|
4932
5221
|
modifyableTax?: boolean | undefined;
|
|
4933
5222
|
selfDestruct?: boolean | undefined;
|
|
5223
|
+
liquidityBurnPercentage?: number | undefined;
|
|
4934
5224
|
noMintAuthority?: boolean | undefined;
|
|
4935
5225
|
}>>;
|
|
4936
5226
|
twitterReusesCount: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -4968,6 +5258,9 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
4968
5258
|
trendingScore6h: z.ZodDefault<z.ZodNumber>;
|
|
4969
5259
|
trendingScore12h: z.ZodDefault<z.ZodNumber>;
|
|
4970
5260
|
trendingScore24h: z.ZodDefault<z.ZodNumber>;
|
|
5261
|
+
isMayhemMode: z.ZodDefault<z.ZodNullable<z.ZodBoolean>>;
|
|
5262
|
+
isCashbackCoin: z.ZodDefault<z.ZodNullable<z.ZodBoolean>>;
|
|
5263
|
+
isAgentMode: z.ZodDefault<z.ZodNullable<z.ZodBoolean>>;
|
|
4971
5264
|
} & {
|
|
4972
5265
|
holdersCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
4973
5266
|
top10HoldingsPercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -5010,6 +5303,9 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
5010
5303
|
marketCapUSD: number;
|
|
5011
5304
|
marketCapDilutedUSD: number;
|
|
5012
5305
|
logo: string | null;
|
|
5306
|
+
isMayhemMode: boolean | null;
|
|
5307
|
+
isCashbackCoin: boolean | null;
|
|
5308
|
+
isAgentMode: boolean | null;
|
|
5013
5309
|
bondedAt: Date | null;
|
|
5014
5310
|
latestTradeDate: Date | null;
|
|
5015
5311
|
totalFeesPaidUSD: number;
|
|
@@ -5126,6 +5422,7 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
5126
5422
|
isMintable?: boolean | undefined;
|
|
5127
5423
|
modifyableTax?: boolean | undefined;
|
|
5128
5424
|
selfDestruct?: boolean | undefined;
|
|
5425
|
+
liquidityBurnPercentage?: number | undefined;
|
|
5129
5426
|
noMintAuthority?: boolean | undefined;
|
|
5130
5427
|
} | null;
|
|
5131
5428
|
twitterReusesCount: number | null;
|
|
@@ -5259,6 +5556,10 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
5259
5556
|
factory?: string | null | undefined;
|
|
5260
5557
|
source?: string | null | undefined;
|
|
5261
5558
|
sourceFactory?: string | null | undefined;
|
|
5559
|
+
sourceMetadata?: {
|
|
5560
|
+
name: string;
|
|
5561
|
+
logo: string;
|
|
5562
|
+
} | null | undefined;
|
|
5262
5563
|
liquidityUSD?: number | undefined;
|
|
5263
5564
|
liquidityMaxUSD?: number | undefined;
|
|
5264
5565
|
bonded?: boolean | undefined;
|
|
@@ -5310,6 +5611,7 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
5310
5611
|
isMintable?: boolean | undefined;
|
|
5311
5612
|
modifyableTax?: boolean | undefined;
|
|
5312
5613
|
selfDestruct?: boolean | undefined;
|
|
5614
|
+
liquidityBurnPercentage?: number | undefined;
|
|
5313
5615
|
noMintAuthority?: boolean | undefined;
|
|
5314
5616
|
} | null;
|
|
5315
5617
|
liveStatus: string | null;
|
|
@@ -5355,6 +5657,10 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
5355
5657
|
factory?: string | null | undefined;
|
|
5356
5658
|
source?: string | null | undefined;
|
|
5357
5659
|
sourceFactory?: string | null | undefined;
|
|
5660
|
+
sourceMetadata?: {
|
|
5661
|
+
name: string;
|
|
5662
|
+
logo: string;
|
|
5663
|
+
} | null | undefined;
|
|
5358
5664
|
liquidityUSD?: number | undefined;
|
|
5359
5665
|
liquidityMaxUSD?: number | undefined;
|
|
5360
5666
|
bonded?: boolean | undefined;
|
|
@@ -5363,6 +5669,9 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
5363
5669
|
preBondingFactory?: string | undefined;
|
|
5364
5670
|
poolAddress?: string | undefined;
|
|
5365
5671
|
blockchain?: string | undefined;
|
|
5672
|
+
isMayhemMode?: boolean | null | undefined;
|
|
5673
|
+
isCashbackCoin?: boolean | null | undefined;
|
|
5674
|
+
isAgentMode?: boolean | null | undefined;
|
|
5366
5675
|
deployer?: string | null | undefined;
|
|
5367
5676
|
athUSD?: number | undefined;
|
|
5368
5677
|
atlUSD?: number | undefined;
|
|
@@ -5615,6 +5924,9 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
5615
5924
|
marketCapUSD: number;
|
|
5616
5925
|
marketCapDilutedUSD: number;
|
|
5617
5926
|
logo: string | null;
|
|
5927
|
+
isMayhemMode: boolean | null;
|
|
5928
|
+
isCashbackCoin: boolean | null;
|
|
5929
|
+
isAgentMode: boolean | null;
|
|
5618
5930
|
bondedAt: Date | null;
|
|
5619
5931
|
latestTradeDate: Date | null;
|
|
5620
5932
|
totalFeesPaidUSD: number;
|
|
@@ -5731,6 +6043,7 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
5731
6043
|
isMintable?: boolean | undefined;
|
|
5732
6044
|
modifyableTax?: boolean | undefined;
|
|
5733
6045
|
selfDestruct?: boolean | undefined;
|
|
6046
|
+
liquidityBurnPercentage?: number | undefined;
|
|
5734
6047
|
noMintAuthority?: boolean | undefined;
|
|
5735
6048
|
} | null;
|
|
5736
6049
|
twitterReusesCount: number | null;
|
|
@@ -5864,6 +6177,10 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
5864
6177
|
factory?: string | null | undefined;
|
|
5865
6178
|
source?: string | null | undefined;
|
|
5866
6179
|
sourceFactory?: string | null | undefined;
|
|
6180
|
+
sourceMetadata?: {
|
|
6181
|
+
name: string;
|
|
6182
|
+
logo: string;
|
|
6183
|
+
} | null | undefined;
|
|
5867
6184
|
liquidityUSD?: number | undefined;
|
|
5868
6185
|
liquidityMaxUSD?: number | undefined;
|
|
5869
6186
|
bonded?: boolean | undefined;
|
|
@@ -5900,6 +6217,9 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
5900
6217
|
marketCapUSD: number;
|
|
5901
6218
|
marketCapDilutedUSD: number;
|
|
5902
6219
|
logo: string | null;
|
|
6220
|
+
isMayhemMode: boolean | null;
|
|
6221
|
+
isCashbackCoin: boolean | null;
|
|
6222
|
+
isAgentMode: boolean | null;
|
|
5903
6223
|
bondedAt: Date | null;
|
|
5904
6224
|
latestTradeDate: Date | null;
|
|
5905
6225
|
totalFeesPaidUSD: number;
|
|
@@ -6016,6 +6336,7 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
6016
6336
|
isMintable?: boolean | undefined;
|
|
6017
6337
|
modifyableTax?: boolean | undefined;
|
|
6018
6338
|
selfDestruct?: boolean | undefined;
|
|
6339
|
+
liquidityBurnPercentage?: number | undefined;
|
|
6019
6340
|
noMintAuthority?: boolean | undefined;
|
|
6020
6341
|
} | null;
|
|
6021
6342
|
twitterReusesCount: number | null;
|
|
@@ -6149,6 +6470,10 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
6149
6470
|
factory?: string | null | undefined;
|
|
6150
6471
|
source?: string | null | undefined;
|
|
6151
6472
|
sourceFactory?: string | null | undefined;
|
|
6473
|
+
sourceMetadata?: {
|
|
6474
|
+
name: string;
|
|
6475
|
+
logo: string;
|
|
6476
|
+
} | null | undefined;
|
|
6152
6477
|
liquidityUSD?: number | undefined;
|
|
6153
6478
|
liquidityMaxUSD?: number | undefined;
|
|
6154
6479
|
bonded?: boolean | undefined;
|
|
@@ -6178,6 +6503,13 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
6178
6503
|
entityName: string | null;
|
|
6179
6504
|
entityLogo: string | null;
|
|
6180
6505
|
entityLabels: string[];
|
|
6506
|
+
entityType: string | null;
|
|
6507
|
+
entityDescription: string | null;
|
|
6508
|
+
entityTwitter: string | null;
|
|
6509
|
+
entityWebsite: string | null;
|
|
6510
|
+
entityGithub: string | null;
|
|
6511
|
+
entityDiscord: string | null;
|
|
6512
|
+
entityTelegram: string | null;
|
|
6181
6513
|
} | null | undefined;
|
|
6182
6514
|
preBalanceBaseToken?: string | null | undefined;
|
|
6183
6515
|
preBalanceQuoteToken?: string | null | undefined;
|
|
@@ -6239,6 +6571,7 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
6239
6571
|
isMintable?: boolean | undefined;
|
|
6240
6572
|
modifyableTax?: boolean | undefined;
|
|
6241
6573
|
selfDestruct?: boolean | undefined;
|
|
6574
|
+
liquidityBurnPercentage?: number | undefined;
|
|
6242
6575
|
noMintAuthority?: boolean | undefined;
|
|
6243
6576
|
} | null;
|
|
6244
6577
|
liveStatus: string | null;
|
|
@@ -6284,6 +6617,10 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
6284
6617
|
factory?: string | null | undefined;
|
|
6285
6618
|
source?: string | null | undefined;
|
|
6286
6619
|
sourceFactory?: string | null | undefined;
|
|
6620
|
+
sourceMetadata?: {
|
|
6621
|
+
name: string;
|
|
6622
|
+
logo: string;
|
|
6623
|
+
} | null | undefined;
|
|
6287
6624
|
liquidityUSD?: number | undefined;
|
|
6288
6625
|
liquidityMaxUSD?: number | undefined;
|
|
6289
6626
|
bonded?: boolean | undefined;
|
|
@@ -6292,6 +6629,9 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
6292
6629
|
preBondingFactory?: string | undefined;
|
|
6293
6630
|
poolAddress?: string | undefined;
|
|
6294
6631
|
blockchain?: string | undefined;
|
|
6632
|
+
isMayhemMode?: boolean | null | undefined;
|
|
6633
|
+
isCashbackCoin?: boolean | null | undefined;
|
|
6634
|
+
isAgentMode?: boolean | null | undefined;
|
|
6295
6635
|
deployer?: string | null | undefined;
|
|
6296
6636
|
athUSD?: number | undefined;
|
|
6297
6637
|
atlUSD?: number | undefined;
|
|
@@ -6524,6 +6864,7 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
6524
6864
|
isMintable?: boolean | undefined;
|
|
6525
6865
|
modifyableTax?: boolean | undefined;
|
|
6526
6866
|
selfDestruct?: boolean | undefined;
|
|
6867
|
+
liquidityBurnPercentage?: number | undefined;
|
|
6527
6868
|
noMintAuthority?: boolean | undefined;
|
|
6528
6869
|
} | null;
|
|
6529
6870
|
liveStatus: string | null;
|
|
@@ -6569,6 +6910,10 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
6569
6910
|
factory?: string | null | undefined;
|
|
6570
6911
|
source?: string | null | undefined;
|
|
6571
6912
|
sourceFactory?: string | null | undefined;
|
|
6913
|
+
sourceMetadata?: {
|
|
6914
|
+
name: string;
|
|
6915
|
+
logo: string;
|
|
6916
|
+
} | null | undefined;
|
|
6572
6917
|
liquidityUSD?: number | undefined;
|
|
6573
6918
|
liquidityMaxUSD?: number | undefined;
|
|
6574
6919
|
bonded?: boolean | undefined;
|
|
@@ -6577,6 +6922,9 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
6577
6922
|
preBondingFactory?: string | undefined;
|
|
6578
6923
|
poolAddress?: string | undefined;
|
|
6579
6924
|
blockchain?: string | undefined;
|
|
6925
|
+
isMayhemMode?: boolean | null | undefined;
|
|
6926
|
+
isCashbackCoin?: boolean | null | undefined;
|
|
6927
|
+
isAgentMode?: boolean | null | undefined;
|
|
6580
6928
|
deployer?: string | null | undefined;
|
|
6581
6929
|
athUSD?: number | undefined;
|
|
6582
6930
|
atlUSD?: number | undefined;
|
|
@@ -6787,6 +7135,13 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
6787
7135
|
entityName: string | null;
|
|
6788
7136
|
entityLogo: string | null;
|
|
6789
7137
|
entityLabels: string[];
|
|
7138
|
+
entityType: string | null;
|
|
7139
|
+
entityDescription: string | null;
|
|
7140
|
+
entityTwitter: string | null;
|
|
7141
|
+
entityWebsite: string | null;
|
|
7142
|
+
entityGithub: string | null;
|
|
7143
|
+
entityDiscord: string | null;
|
|
7144
|
+
entityTelegram: string | null;
|
|
6790
7145
|
} | null | undefined;
|
|
6791
7146
|
preBalanceBaseToken?: string | null | undefined;
|
|
6792
7147
|
preBalanceQuoteToken?: string | null | undefined;
|
|
@@ -6835,6 +7190,9 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
6835
7190
|
marketCapUSD: number;
|
|
6836
7191
|
marketCapDilutedUSD: number;
|
|
6837
7192
|
logo: string | null;
|
|
7193
|
+
isMayhemMode: boolean | null;
|
|
7194
|
+
isCashbackCoin: boolean | null;
|
|
7195
|
+
isAgentMode: boolean | null;
|
|
6838
7196
|
bondedAt: Date | null;
|
|
6839
7197
|
latestTradeDate: Date | null;
|
|
6840
7198
|
totalFeesPaidUSD: number;
|
|
@@ -6951,6 +7309,7 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
6951
7309
|
isMintable?: boolean | undefined;
|
|
6952
7310
|
modifyableTax?: boolean | undefined;
|
|
6953
7311
|
selfDestruct?: boolean | undefined;
|
|
7312
|
+
liquidityBurnPercentage?: number | undefined;
|
|
6954
7313
|
noMintAuthority?: boolean | undefined;
|
|
6955
7314
|
} | null;
|
|
6956
7315
|
twitterReusesCount: number | null;
|
|
@@ -7084,6 +7443,10 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
7084
7443
|
factory?: string | null | undefined;
|
|
7085
7444
|
source?: string | null | undefined;
|
|
7086
7445
|
sourceFactory?: string | null | undefined;
|
|
7446
|
+
sourceMetadata?: {
|
|
7447
|
+
name: string;
|
|
7448
|
+
logo: string;
|
|
7449
|
+
} | null | undefined;
|
|
7087
7450
|
liquidityUSD?: number | undefined;
|
|
7088
7451
|
liquidityMaxUSD?: number | undefined;
|
|
7089
7452
|
bonded?: boolean | undefined;
|
|
@@ -7120,6 +7483,9 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
7120
7483
|
marketCapUSD: number;
|
|
7121
7484
|
marketCapDilutedUSD: number;
|
|
7122
7485
|
logo: string | null;
|
|
7486
|
+
isMayhemMode: boolean | null;
|
|
7487
|
+
isCashbackCoin: boolean | null;
|
|
7488
|
+
isAgentMode: boolean | null;
|
|
7123
7489
|
bondedAt: Date | null;
|
|
7124
7490
|
latestTradeDate: Date | null;
|
|
7125
7491
|
totalFeesPaidUSD: number;
|
|
@@ -7236,6 +7602,7 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
7236
7602
|
isMintable?: boolean | undefined;
|
|
7237
7603
|
modifyableTax?: boolean | undefined;
|
|
7238
7604
|
selfDestruct?: boolean | undefined;
|
|
7605
|
+
liquidityBurnPercentage?: number | undefined;
|
|
7239
7606
|
noMintAuthority?: boolean | undefined;
|
|
7240
7607
|
} | null;
|
|
7241
7608
|
twitterReusesCount: number | null;
|
|
@@ -7369,6 +7736,10 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
7369
7736
|
factory?: string | null | undefined;
|
|
7370
7737
|
source?: string | null | undefined;
|
|
7371
7738
|
sourceFactory?: string | null | undefined;
|
|
7739
|
+
sourceMetadata?: {
|
|
7740
|
+
name: string;
|
|
7741
|
+
logo: string;
|
|
7742
|
+
} | null | undefined;
|
|
7372
7743
|
liquidityUSD?: number | undefined;
|
|
7373
7744
|
liquidityMaxUSD?: number | undefined;
|
|
7374
7745
|
bonded?: boolean | undefined;
|
|
@@ -7398,6 +7769,13 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
7398
7769
|
entityName: string | null;
|
|
7399
7770
|
entityLogo: string | null;
|
|
7400
7771
|
entityLabels: string[];
|
|
7772
|
+
entityType: string | null;
|
|
7773
|
+
entityDescription: string | null;
|
|
7774
|
+
entityTwitter: string | null;
|
|
7775
|
+
entityWebsite: string | null;
|
|
7776
|
+
entityGithub: string | null;
|
|
7777
|
+
entityDiscord: string | null;
|
|
7778
|
+
entityTelegram: string | null;
|
|
7401
7779
|
} | null | undefined;
|
|
7402
7780
|
preBalanceBaseToken?: string | null | undefined;
|
|
7403
7781
|
preBalanceQuoteToken?: string | null | undefined;
|
|
@@ -7461,6 +7839,7 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
7461
7839
|
isMintable?: boolean | undefined;
|
|
7462
7840
|
modifyableTax?: boolean | undefined;
|
|
7463
7841
|
selfDestruct?: boolean | undefined;
|
|
7842
|
+
liquidityBurnPercentage?: number | undefined;
|
|
7464
7843
|
noMintAuthority?: boolean | undefined;
|
|
7465
7844
|
} | null;
|
|
7466
7845
|
liveStatus: string | null;
|
|
@@ -7506,6 +7885,10 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
7506
7885
|
factory?: string | null | undefined;
|
|
7507
7886
|
source?: string | null | undefined;
|
|
7508
7887
|
sourceFactory?: string | null | undefined;
|
|
7888
|
+
sourceMetadata?: {
|
|
7889
|
+
name: string;
|
|
7890
|
+
logo: string;
|
|
7891
|
+
} | null | undefined;
|
|
7509
7892
|
liquidityUSD?: number | undefined;
|
|
7510
7893
|
liquidityMaxUSD?: number | undefined;
|
|
7511
7894
|
bonded?: boolean | undefined;
|
|
@@ -7514,6 +7897,9 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
7514
7897
|
preBondingFactory?: string | undefined;
|
|
7515
7898
|
poolAddress?: string | undefined;
|
|
7516
7899
|
blockchain?: string | undefined;
|
|
7900
|
+
isMayhemMode?: boolean | null | undefined;
|
|
7901
|
+
isCashbackCoin?: boolean | null | undefined;
|
|
7902
|
+
isAgentMode?: boolean | null | undefined;
|
|
7517
7903
|
deployer?: string | null | undefined;
|
|
7518
7904
|
athUSD?: number | undefined;
|
|
7519
7905
|
atlUSD?: number | undefined;
|
|
@@ -7746,6 +8132,7 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
7746
8132
|
isMintable?: boolean | undefined;
|
|
7747
8133
|
modifyableTax?: boolean | undefined;
|
|
7748
8134
|
selfDestruct?: boolean | undefined;
|
|
8135
|
+
liquidityBurnPercentage?: number | undefined;
|
|
7749
8136
|
noMintAuthority?: boolean | undefined;
|
|
7750
8137
|
} | null;
|
|
7751
8138
|
liveStatus: string | null;
|
|
@@ -7791,6 +8178,10 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
7791
8178
|
factory?: string | null | undefined;
|
|
7792
8179
|
source?: string | null | undefined;
|
|
7793
8180
|
sourceFactory?: string | null | undefined;
|
|
8181
|
+
sourceMetadata?: {
|
|
8182
|
+
name: string;
|
|
8183
|
+
logo: string;
|
|
8184
|
+
} | null | undefined;
|
|
7794
8185
|
liquidityUSD?: number | undefined;
|
|
7795
8186
|
liquidityMaxUSD?: number | undefined;
|
|
7796
8187
|
bonded?: boolean | undefined;
|
|
@@ -7799,6 +8190,9 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
7799
8190
|
preBondingFactory?: string | undefined;
|
|
7800
8191
|
poolAddress?: string | undefined;
|
|
7801
8192
|
blockchain?: string | undefined;
|
|
8193
|
+
isMayhemMode?: boolean | null | undefined;
|
|
8194
|
+
isCashbackCoin?: boolean | null | undefined;
|
|
8195
|
+
isAgentMode?: boolean | null | undefined;
|
|
7802
8196
|
deployer?: string | null | undefined;
|
|
7803
8197
|
athUSD?: number | undefined;
|
|
7804
8198
|
atlUSD?: number | undefined;
|
|
@@ -8009,6 +8403,13 @@ export declare const SingleTokenTradeResponseSchema: z.ZodObject<{
|
|
|
8009
8403
|
entityName: string | null;
|
|
8010
8404
|
entityLogo: string | null;
|
|
8011
8405
|
entityLabels: string[];
|
|
8406
|
+
entityType: string | null;
|
|
8407
|
+
entityDescription: string | null;
|
|
8408
|
+
entityTwitter: string | null;
|
|
8409
|
+
entityWebsite: string | null;
|
|
8410
|
+
entityGithub: string | null;
|
|
8411
|
+
entityDiscord: string | null;
|
|
8412
|
+
entityTelegram: string | null;
|
|
8012
8413
|
} | null | undefined;
|
|
8013
8414
|
preBalanceBaseToken?: string | null | undefined;
|
|
8014
8415
|
preBalanceQuoteToken?: string | null | undefined;
|
|
@@ -8025,14 +8426,35 @@ export declare const FormattedTokenTradeOutput: z.ZodObject<{
|
|
|
8025
8426
|
entityName: z.ZodNullable<z.ZodString>;
|
|
8026
8427
|
entityLogo: z.ZodNullable<z.ZodString>;
|
|
8027
8428
|
entityLabels: z.ZodArray<z.ZodString, "many">;
|
|
8429
|
+
entityType: z.ZodNullable<z.ZodString>;
|
|
8430
|
+
entityDescription: z.ZodNullable<z.ZodString>;
|
|
8431
|
+
entityTwitter: z.ZodNullable<z.ZodString>;
|
|
8432
|
+
entityWebsite: z.ZodNullable<z.ZodString>;
|
|
8433
|
+
entityGithub: z.ZodNullable<z.ZodString>;
|
|
8434
|
+
entityDiscord: z.ZodNullable<z.ZodString>;
|
|
8435
|
+
entityTelegram: z.ZodNullable<z.ZodString>;
|
|
8028
8436
|
}, "strip", z.ZodTypeAny, {
|
|
8029
8437
|
entityName: string | null;
|
|
8030
8438
|
entityLogo: string | null;
|
|
8031
8439
|
entityLabels: string[];
|
|
8440
|
+
entityType: string | null;
|
|
8441
|
+
entityDescription: string | null;
|
|
8442
|
+
entityTwitter: string | null;
|
|
8443
|
+
entityWebsite: string | null;
|
|
8444
|
+
entityGithub: string | null;
|
|
8445
|
+
entityDiscord: string | null;
|
|
8446
|
+
entityTelegram: string | null;
|
|
8032
8447
|
}, {
|
|
8033
8448
|
entityName: string | null;
|
|
8034
8449
|
entityLogo: string | null;
|
|
8035
8450
|
entityLabels: string[];
|
|
8451
|
+
entityType: string | null;
|
|
8452
|
+
entityDescription: string | null;
|
|
8453
|
+
entityTwitter: string | null;
|
|
8454
|
+
entityWebsite: string | null;
|
|
8455
|
+
entityGithub: string | null;
|
|
8456
|
+
entityDiscord: string | null;
|
|
8457
|
+
entityTelegram: string | null;
|
|
8036
8458
|
}>>>;
|
|
8037
8459
|
pair: z.ZodString;
|
|
8038
8460
|
date: z.ZodNumber;
|
|
@@ -8109,6 +8531,13 @@ export declare const FormattedTokenTradeOutput: z.ZodObject<{
|
|
|
8109
8531
|
entityName: string | null;
|
|
8110
8532
|
entityLogo: string | null;
|
|
8111
8533
|
entityLabels: string[];
|
|
8534
|
+
entityType: string | null;
|
|
8535
|
+
entityDescription: string | null;
|
|
8536
|
+
entityTwitter: string | null;
|
|
8537
|
+
entityWebsite: string | null;
|
|
8538
|
+
entityGithub: string | null;
|
|
8539
|
+
entityDiscord: string | null;
|
|
8540
|
+
entityTelegram: string | null;
|
|
8112
8541
|
} | null | undefined;
|
|
8113
8542
|
swapRecipient?: string | null | undefined;
|
|
8114
8543
|
}, {
|
|
@@ -8141,6 +8570,13 @@ export declare const FormattedTokenTradeOutput: z.ZodObject<{
|
|
|
8141
8570
|
entityName: string | null;
|
|
8142
8571
|
entityLogo: string | null;
|
|
8143
8572
|
entityLabels: string[];
|
|
8573
|
+
entityType: string | null;
|
|
8574
|
+
entityDescription: string | null;
|
|
8575
|
+
entityTwitter: string | null;
|
|
8576
|
+
entityWebsite: string | null;
|
|
8577
|
+
entityGithub: string | null;
|
|
8578
|
+
entityDiscord: string | null;
|
|
8579
|
+
entityTelegram: string | null;
|
|
8144
8580
|
} | null | undefined;
|
|
8145
8581
|
swapRecipient?: string | null | undefined;
|
|
8146
8582
|
}>;
|
|
@@ -8151,14 +8587,35 @@ export declare const FormattedTokenTradeResponseSchema: z.ZodObject<{
|
|
|
8151
8587
|
entityName: z.ZodNullable<z.ZodString>;
|
|
8152
8588
|
entityLogo: z.ZodNullable<z.ZodString>;
|
|
8153
8589
|
entityLabels: z.ZodArray<z.ZodString, "many">;
|
|
8590
|
+
entityType: z.ZodNullable<z.ZodString>;
|
|
8591
|
+
entityDescription: z.ZodNullable<z.ZodString>;
|
|
8592
|
+
entityTwitter: z.ZodNullable<z.ZodString>;
|
|
8593
|
+
entityWebsite: z.ZodNullable<z.ZodString>;
|
|
8594
|
+
entityGithub: z.ZodNullable<z.ZodString>;
|
|
8595
|
+
entityDiscord: z.ZodNullable<z.ZodString>;
|
|
8596
|
+
entityTelegram: z.ZodNullable<z.ZodString>;
|
|
8154
8597
|
}, "strip", z.ZodTypeAny, {
|
|
8155
8598
|
entityName: string | null;
|
|
8156
8599
|
entityLogo: string | null;
|
|
8157
8600
|
entityLabels: string[];
|
|
8601
|
+
entityType: string | null;
|
|
8602
|
+
entityDescription: string | null;
|
|
8603
|
+
entityTwitter: string | null;
|
|
8604
|
+
entityWebsite: string | null;
|
|
8605
|
+
entityGithub: string | null;
|
|
8606
|
+
entityDiscord: string | null;
|
|
8607
|
+
entityTelegram: string | null;
|
|
8158
8608
|
}, {
|
|
8159
8609
|
entityName: string | null;
|
|
8160
8610
|
entityLogo: string | null;
|
|
8161
8611
|
entityLabels: string[];
|
|
8612
|
+
entityType: string | null;
|
|
8613
|
+
entityDescription: string | null;
|
|
8614
|
+
entityTwitter: string | null;
|
|
8615
|
+
entityWebsite: string | null;
|
|
8616
|
+
entityGithub: string | null;
|
|
8617
|
+
entityDiscord: string | null;
|
|
8618
|
+
entityTelegram: string | null;
|
|
8162
8619
|
}>>>;
|
|
8163
8620
|
pair: z.ZodString;
|
|
8164
8621
|
date: z.ZodNumber;
|
|
@@ -8235,6 +8692,13 @@ export declare const FormattedTokenTradeResponseSchema: z.ZodObject<{
|
|
|
8235
8692
|
entityName: string | null;
|
|
8236
8693
|
entityLogo: string | null;
|
|
8237
8694
|
entityLabels: string[];
|
|
8695
|
+
entityType: string | null;
|
|
8696
|
+
entityDescription: string | null;
|
|
8697
|
+
entityTwitter: string | null;
|
|
8698
|
+
entityWebsite: string | null;
|
|
8699
|
+
entityGithub: string | null;
|
|
8700
|
+
entityDiscord: string | null;
|
|
8701
|
+
entityTelegram: string | null;
|
|
8238
8702
|
} | null | undefined;
|
|
8239
8703
|
swapRecipient?: string | null | undefined;
|
|
8240
8704
|
}, {
|
|
@@ -8267,6 +8731,13 @@ export declare const FormattedTokenTradeResponseSchema: z.ZodObject<{
|
|
|
8267
8731
|
entityName: string | null;
|
|
8268
8732
|
entityLogo: string | null;
|
|
8269
8733
|
entityLabels: string[];
|
|
8734
|
+
entityType: string | null;
|
|
8735
|
+
entityDescription: string | null;
|
|
8736
|
+
entityTwitter: string | null;
|
|
8737
|
+
entityWebsite: string | null;
|
|
8738
|
+
entityGithub: string | null;
|
|
8739
|
+
entityDiscord: string | null;
|
|
8740
|
+
entityTelegram: string | null;
|
|
8270
8741
|
} | null | undefined;
|
|
8271
8742
|
swapRecipient?: string | null | undefined;
|
|
8272
8743
|
}>, "many">;
|
|
@@ -8301,6 +8772,13 @@ export declare const FormattedTokenTradeResponseSchema: z.ZodObject<{
|
|
|
8301
8772
|
entityName: string | null;
|
|
8302
8773
|
entityLogo: string | null;
|
|
8303
8774
|
entityLabels: string[];
|
|
8775
|
+
entityType: string | null;
|
|
8776
|
+
entityDescription: string | null;
|
|
8777
|
+
entityTwitter: string | null;
|
|
8778
|
+
entityWebsite: string | null;
|
|
8779
|
+
entityGithub: string | null;
|
|
8780
|
+
entityDiscord: string | null;
|
|
8781
|
+
entityTelegram: string | null;
|
|
8304
8782
|
} | null | undefined;
|
|
8305
8783
|
swapRecipient?: string | null | undefined;
|
|
8306
8784
|
}[];
|
|
@@ -8335,6 +8813,13 @@ export declare const FormattedTokenTradeResponseSchema: z.ZodObject<{
|
|
|
8335
8813
|
entityName: string | null;
|
|
8336
8814
|
entityLogo: string | null;
|
|
8337
8815
|
entityLabels: string[];
|
|
8816
|
+
entityType: string | null;
|
|
8817
|
+
entityDescription: string | null;
|
|
8818
|
+
entityTwitter: string | null;
|
|
8819
|
+
entityWebsite: string | null;
|
|
8820
|
+
entityGithub: string | null;
|
|
8821
|
+
entityDiscord: string | null;
|
|
8822
|
+
entityTelegram: string | null;
|
|
8338
8823
|
} | null | undefined;
|
|
8339
8824
|
swapRecipient?: string | null | undefined;
|
|
8340
8825
|
}[];
|
|
@@ -8399,14 +8884,35 @@ export declare const TokenTradeOutputOpenAPI: z.ZodObject<{
|
|
|
8399
8884
|
entityName: z.ZodNullable<z.ZodString>;
|
|
8400
8885
|
entityLogo: z.ZodNullable<z.ZodString>;
|
|
8401
8886
|
entityLabels: z.ZodArray<z.ZodString, "many">;
|
|
8887
|
+
entityType: z.ZodNullable<z.ZodString>;
|
|
8888
|
+
entityDescription: z.ZodNullable<z.ZodString>;
|
|
8889
|
+
entityTwitter: z.ZodNullable<z.ZodString>;
|
|
8890
|
+
entityWebsite: z.ZodNullable<z.ZodString>;
|
|
8891
|
+
entityGithub: z.ZodNullable<z.ZodString>;
|
|
8892
|
+
entityDiscord: z.ZodNullable<z.ZodString>;
|
|
8893
|
+
entityTelegram: z.ZodNullable<z.ZodString>;
|
|
8402
8894
|
}, "strip", z.ZodTypeAny, {
|
|
8403
8895
|
entityName: string | null;
|
|
8404
8896
|
entityLogo: string | null;
|
|
8405
8897
|
entityLabels: string[];
|
|
8898
|
+
entityType: string | null;
|
|
8899
|
+
entityDescription: string | null;
|
|
8900
|
+
entityTwitter: string | null;
|
|
8901
|
+
entityWebsite: string | null;
|
|
8902
|
+
entityGithub: string | null;
|
|
8903
|
+
entityDiscord: string | null;
|
|
8904
|
+
entityTelegram: string | null;
|
|
8406
8905
|
}, {
|
|
8407
8906
|
entityName: string | null;
|
|
8408
8907
|
entityLogo: string | null;
|
|
8409
8908
|
entityLabels: string[];
|
|
8909
|
+
entityType: string | null;
|
|
8910
|
+
entityDescription: string | null;
|
|
8911
|
+
entityTwitter: string | null;
|
|
8912
|
+
entityWebsite: string | null;
|
|
8913
|
+
entityGithub: string | null;
|
|
8914
|
+
entityDiscord: string | null;
|
|
8915
|
+
entityTelegram: string | null;
|
|
8410
8916
|
}>>>;
|
|
8411
8917
|
baseToken: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
8412
8918
|
address: z.ZodString;
|
|
@@ -8509,6 +9015,13 @@ export declare const TokenTradeOutputOpenAPI: z.ZodObject<{
|
|
|
8509
9015
|
entityName: string | null;
|
|
8510
9016
|
entityLogo: string | null;
|
|
8511
9017
|
entityLabels: string[];
|
|
9018
|
+
entityType: string | null;
|
|
9019
|
+
entityDescription: string | null;
|
|
9020
|
+
entityTwitter: string | null;
|
|
9021
|
+
entityWebsite: string | null;
|
|
9022
|
+
entityGithub: string | null;
|
|
9023
|
+
entityDiscord: string | null;
|
|
9024
|
+
entityTelegram: string | null;
|
|
8512
9025
|
} | null | undefined;
|
|
8513
9026
|
swapRecipient?: string | null | undefined;
|
|
8514
9027
|
marketAddresses?: string[] | undefined;
|
|
@@ -8558,6 +9071,13 @@ export declare const TokenTradeOutputOpenAPI: z.ZodObject<{
|
|
|
8558
9071
|
entityName: string | null;
|
|
8559
9072
|
entityLogo: string | null;
|
|
8560
9073
|
entityLabels: string[];
|
|
9074
|
+
entityType: string | null;
|
|
9075
|
+
entityDescription: string | null;
|
|
9076
|
+
entityTwitter: string | null;
|
|
9077
|
+
entityWebsite: string | null;
|
|
9078
|
+
entityGithub: string | null;
|
|
9079
|
+
entityDiscord: string | null;
|
|
9080
|
+
entityTelegram: string | null;
|
|
8561
9081
|
} | null | undefined;
|
|
8562
9082
|
swapRecipient?: string | null | undefined;
|
|
8563
9083
|
marketAddresses?: string[] | undefined;
|
|
@@ -8600,14 +9120,35 @@ export declare const SingleTokenTradeResponseSchemaOpenAPI: z.ZodObject<{
|
|
|
8600
9120
|
entityName: z.ZodNullable<z.ZodString>;
|
|
8601
9121
|
entityLogo: z.ZodNullable<z.ZodString>;
|
|
8602
9122
|
entityLabels: z.ZodArray<z.ZodString, "many">;
|
|
9123
|
+
entityType: z.ZodNullable<z.ZodString>;
|
|
9124
|
+
entityDescription: z.ZodNullable<z.ZodString>;
|
|
9125
|
+
entityTwitter: z.ZodNullable<z.ZodString>;
|
|
9126
|
+
entityWebsite: z.ZodNullable<z.ZodString>;
|
|
9127
|
+
entityGithub: z.ZodNullable<z.ZodString>;
|
|
9128
|
+
entityDiscord: z.ZodNullable<z.ZodString>;
|
|
9129
|
+
entityTelegram: z.ZodNullable<z.ZodString>;
|
|
8603
9130
|
}, "strip", z.ZodTypeAny, {
|
|
8604
9131
|
entityName: string | null;
|
|
8605
9132
|
entityLogo: string | null;
|
|
8606
9133
|
entityLabels: string[];
|
|
9134
|
+
entityType: string | null;
|
|
9135
|
+
entityDescription: string | null;
|
|
9136
|
+
entityTwitter: string | null;
|
|
9137
|
+
entityWebsite: string | null;
|
|
9138
|
+
entityGithub: string | null;
|
|
9139
|
+
entityDiscord: string | null;
|
|
9140
|
+
entityTelegram: string | null;
|
|
8607
9141
|
}, {
|
|
8608
9142
|
entityName: string | null;
|
|
8609
9143
|
entityLogo: string | null;
|
|
8610
9144
|
entityLabels: string[];
|
|
9145
|
+
entityType: string | null;
|
|
9146
|
+
entityDescription: string | null;
|
|
9147
|
+
entityTwitter: string | null;
|
|
9148
|
+
entityWebsite: string | null;
|
|
9149
|
+
entityGithub: string | null;
|
|
9150
|
+
entityDiscord: string | null;
|
|
9151
|
+
entityTelegram: string | null;
|
|
8611
9152
|
}>>>;
|
|
8612
9153
|
baseToken: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
8613
9154
|
address: z.ZodString;
|
|
@@ -8710,6 +9251,13 @@ export declare const SingleTokenTradeResponseSchemaOpenAPI: z.ZodObject<{
|
|
|
8710
9251
|
entityName: string | null;
|
|
8711
9252
|
entityLogo: string | null;
|
|
8712
9253
|
entityLabels: string[];
|
|
9254
|
+
entityType: string | null;
|
|
9255
|
+
entityDescription: string | null;
|
|
9256
|
+
entityTwitter: string | null;
|
|
9257
|
+
entityWebsite: string | null;
|
|
9258
|
+
entityGithub: string | null;
|
|
9259
|
+
entityDiscord: string | null;
|
|
9260
|
+
entityTelegram: string | null;
|
|
8713
9261
|
} | null | undefined;
|
|
8714
9262
|
swapRecipient?: string | null | undefined;
|
|
8715
9263
|
marketAddresses?: string[] | undefined;
|
|
@@ -8759,6 +9307,13 @@ export declare const SingleTokenTradeResponseSchemaOpenAPI: z.ZodObject<{
|
|
|
8759
9307
|
entityName: string | null;
|
|
8760
9308
|
entityLogo: string | null;
|
|
8761
9309
|
entityLabels: string[];
|
|
9310
|
+
entityType: string | null;
|
|
9311
|
+
entityDescription: string | null;
|
|
9312
|
+
entityTwitter: string | null;
|
|
9313
|
+
entityWebsite: string | null;
|
|
9314
|
+
entityGithub: string | null;
|
|
9315
|
+
entityDiscord: string | null;
|
|
9316
|
+
entityTelegram: string | null;
|
|
8762
9317
|
} | null | undefined;
|
|
8763
9318
|
swapRecipient?: string | null | undefined;
|
|
8764
9319
|
marketAddresses?: string[] | undefined;
|
|
@@ -8810,6 +9365,13 @@ export declare const SingleTokenTradeResponseSchemaOpenAPI: z.ZodObject<{
|
|
|
8810
9365
|
entityName: string | null;
|
|
8811
9366
|
entityLogo: string | null;
|
|
8812
9367
|
entityLabels: string[];
|
|
9368
|
+
entityType: string | null;
|
|
9369
|
+
entityDescription: string | null;
|
|
9370
|
+
entityTwitter: string | null;
|
|
9371
|
+
entityWebsite: string | null;
|
|
9372
|
+
entityGithub: string | null;
|
|
9373
|
+
entityDiscord: string | null;
|
|
9374
|
+
entityTelegram: string | null;
|
|
8813
9375
|
} | null | undefined;
|
|
8814
9376
|
swapRecipient?: string | null | undefined;
|
|
8815
9377
|
marketAddresses?: string[] | undefined;
|
|
@@ -8861,6 +9423,13 @@ export declare const SingleTokenTradeResponseSchemaOpenAPI: z.ZodObject<{
|
|
|
8861
9423
|
entityName: string | null;
|
|
8862
9424
|
entityLogo: string | null;
|
|
8863
9425
|
entityLabels: string[];
|
|
9426
|
+
entityType: string | null;
|
|
9427
|
+
entityDescription: string | null;
|
|
9428
|
+
entityTwitter: string | null;
|
|
9429
|
+
entityWebsite: string | null;
|
|
9430
|
+
entityGithub: string | null;
|
|
9431
|
+
entityDiscord: string | null;
|
|
9432
|
+
entityTelegram: string | null;
|
|
8864
9433
|
} | null | undefined;
|
|
8865
9434
|
swapRecipient?: string | null | undefined;
|
|
8866
9435
|
marketAddresses?: string[] | undefined;
|