@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
|
@@ -202,6 +202,16 @@ export declare const tokenPositionSchema: z.ZodObject<{
|
|
|
202
202
|
factory: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
203
203
|
source: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
204
204
|
sourceFactory: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
205
|
+
sourceMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
206
|
+
name: z.ZodString;
|
|
207
|
+
logo: z.ZodString;
|
|
208
|
+
}, "strip", z.ZodTypeAny, {
|
|
209
|
+
name: string;
|
|
210
|
+
logo: string;
|
|
211
|
+
}, {
|
|
212
|
+
name: string;
|
|
213
|
+
logo: string;
|
|
214
|
+
}>>>;
|
|
205
215
|
liquidityUSD: z.ZodOptional<z.ZodNumber>;
|
|
206
216
|
liquidityMaxUSD: z.ZodOptional<z.ZodNumber>;
|
|
207
217
|
bonded: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -420,6 +430,7 @@ export declare const tokenPositionSchema: z.ZodObject<{
|
|
|
420
430
|
isMintable: z.ZodOptional<z.ZodBoolean>;
|
|
421
431
|
modifyableTax: z.ZodOptional<z.ZodBoolean>;
|
|
422
432
|
selfDestruct: z.ZodOptional<z.ZodBoolean>;
|
|
433
|
+
liquidityBurnPercentage: z.ZodOptional<z.ZodNumber>;
|
|
423
434
|
}, "strip", z.ZodTypeAny, {
|
|
424
435
|
buyTax?: string | undefined;
|
|
425
436
|
sellTax?: string | undefined;
|
|
@@ -437,6 +448,7 @@ export declare const tokenPositionSchema: z.ZodObject<{
|
|
|
437
448
|
isMintable?: boolean | undefined;
|
|
438
449
|
modifyableTax?: boolean | undefined;
|
|
439
450
|
selfDestruct?: boolean | undefined;
|
|
451
|
+
liquidityBurnPercentage?: number | undefined;
|
|
440
452
|
noMintAuthority?: boolean | undefined;
|
|
441
453
|
}, {
|
|
442
454
|
buyTax?: string | undefined;
|
|
@@ -455,6 +467,7 @@ export declare const tokenPositionSchema: z.ZodObject<{
|
|
|
455
467
|
isMintable?: boolean | undefined;
|
|
456
468
|
modifyableTax?: boolean | undefined;
|
|
457
469
|
selfDestruct?: boolean | undefined;
|
|
470
|
+
liquidityBurnPercentage?: number | undefined;
|
|
458
471
|
noMintAuthority?: boolean | undefined;
|
|
459
472
|
}>>;
|
|
460
473
|
twitterReusesCount: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -492,6 +505,9 @@ export declare const tokenPositionSchema: z.ZodObject<{
|
|
|
492
505
|
trendingScore6h: z.ZodDefault<z.ZodNumber>;
|
|
493
506
|
trendingScore12h: z.ZodDefault<z.ZodNumber>;
|
|
494
507
|
trendingScore24h: z.ZodDefault<z.ZodNumber>;
|
|
508
|
+
isMayhemMode: z.ZodDefault<z.ZodNullable<z.ZodBoolean>>;
|
|
509
|
+
isCashbackCoin: z.ZodDefault<z.ZodNullable<z.ZodBoolean>>;
|
|
510
|
+
isAgentMode: z.ZodDefault<z.ZodNullable<z.ZodBoolean>>;
|
|
495
511
|
} & {
|
|
496
512
|
holdersCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
497
513
|
top10HoldingsPercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -534,6 +550,9 @@ export declare const tokenPositionSchema: z.ZodObject<{
|
|
|
534
550
|
marketCapUSD: number;
|
|
535
551
|
marketCapDilutedUSD: number;
|
|
536
552
|
logo: string | null;
|
|
553
|
+
isMayhemMode: boolean | null;
|
|
554
|
+
isCashbackCoin: boolean | null;
|
|
555
|
+
isAgentMode: boolean | null;
|
|
537
556
|
bondedAt: Date | null;
|
|
538
557
|
latestTradeDate: Date | null;
|
|
539
558
|
totalFeesPaidUSD: number;
|
|
@@ -650,6 +669,7 @@ export declare const tokenPositionSchema: z.ZodObject<{
|
|
|
650
669
|
isMintable?: boolean | undefined;
|
|
651
670
|
modifyableTax?: boolean | undefined;
|
|
652
671
|
selfDestruct?: boolean | undefined;
|
|
672
|
+
liquidityBurnPercentage?: number | undefined;
|
|
653
673
|
noMintAuthority?: boolean | undefined;
|
|
654
674
|
} | null;
|
|
655
675
|
twitterReusesCount: number | null;
|
|
@@ -783,6 +803,10 @@ export declare const tokenPositionSchema: z.ZodObject<{
|
|
|
783
803
|
factory?: string | null | undefined;
|
|
784
804
|
source?: string | null | undefined;
|
|
785
805
|
sourceFactory?: string | null | undefined;
|
|
806
|
+
sourceMetadata?: {
|
|
807
|
+
name: string;
|
|
808
|
+
logo: string;
|
|
809
|
+
} | null | undefined;
|
|
786
810
|
liquidityUSD?: number | undefined;
|
|
787
811
|
liquidityMaxUSD?: number | undefined;
|
|
788
812
|
bonded?: boolean | undefined;
|
|
@@ -834,6 +858,7 @@ export declare const tokenPositionSchema: z.ZodObject<{
|
|
|
834
858
|
isMintable?: boolean | undefined;
|
|
835
859
|
modifyableTax?: boolean | undefined;
|
|
836
860
|
selfDestruct?: boolean | undefined;
|
|
861
|
+
liquidityBurnPercentage?: number | undefined;
|
|
837
862
|
noMintAuthority?: boolean | undefined;
|
|
838
863
|
} | null;
|
|
839
864
|
liveStatus: string | null;
|
|
@@ -879,6 +904,10 @@ export declare const tokenPositionSchema: z.ZodObject<{
|
|
|
879
904
|
factory?: string | null | undefined;
|
|
880
905
|
source?: string | null | undefined;
|
|
881
906
|
sourceFactory?: string | null | undefined;
|
|
907
|
+
sourceMetadata?: {
|
|
908
|
+
name: string;
|
|
909
|
+
logo: string;
|
|
910
|
+
} | null | undefined;
|
|
882
911
|
liquidityUSD?: number | undefined;
|
|
883
912
|
liquidityMaxUSD?: number | undefined;
|
|
884
913
|
bonded?: boolean | undefined;
|
|
@@ -887,6 +916,9 @@ export declare const tokenPositionSchema: z.ZodObject<{
|
|
|
887
916
|
preBondingFactory?: string | undefined;
|
|
888
917
|
poolAddress?: string | undefined;
|
|
889
918
|
blockchain?: string | undefined;
|
|
919
|
+
isMayhemMode?: boolean | null | undefined;
|
|
920
|
+
isCashbackCoin?: boolean | null | undefined;
|
|
921
|
+
isAgentMode?: boolean | null | undefined;
|
|
890
922
|
deployer?: string | null | undefined;
|
|
891
923
|
athUSD?: number | undefined;
|
|
892
924
|
atlUSD?: number | undefined;
|
|
@@ -1107,6 +1139,8 @@ export declare const tokenPositionSchema: z.ZodObject<{
|
|
|
1107
1139
|
realizedPnlUSD: number;
|
|
1108
1140
|
unrealizedPnlUSD: number;
|
|
1109
1141
|
amountUSD: number;
|
|
1142
|
+
buys: number;
|
|
1143
|
+
sells: number;
|
|
1110
1144
|
token: {
|
|
1111
1145
|
symbol: string | null;
|
|
1112
1146
|
description: string | null;
|
|
@@ -1127,6 +1161,9 @@ export declare const tokenPositionSchema: z.ZodObject<{
|
|
|
1127
1161
|
marketCapUSD: number;
|
|
1128
1162
|
marketCapDilutedUSD: number;
|
|
1129
1163
|
logo: string | null;
|
|
1164
|
+
isMayhemMode: boolean | null;
|
|
1165
|
+
isCashbackCoin: boolean | null;
|
|
1166
|
+
isAgentMode: boolean | null;
|
|
1130
1167
|
bondedAt: Date | null;
|
|
1131
1168
|
latestTradeDate: Date | null;
|
|
1132
1169
|
totalFeesPaidUSD: number;
|
|
@@ -1243,6 +1280,7 @@ export declare const tokenPositionSchema: z.ZodObject<{
|
|
|
1243
1280
|
isMintable?: boolean | undefined;
|
|
1244
1281
|
modifyableTax?: boolean | undefined;
|
|
1245
1282
|
selfDestruct?: boolean | undefined;
|
|
1283
|
+
liquidityBurnPercentage?: number | undefined;
|
|
1246
1284
|
noMintAuthority?: boolean | undefined;
|
|
1247
1285
|
} | null;
|
|
1248
1286
|
twitterReusesCount: number | null;
|
|
@@ -1376,6 +1414,10 @@ export declare const tokenPositionSchema: z.ZodObject<{
|
|
|
1376
1414
|
factory?: string | null | undefined;
|
|
1377
1415
|
source?: string | null | undefined;
|
|
1378
1416
|
sourceFactory?: string | null | undefined;
|
|
1417
|
+
sourceMetadata?: {
|
|
1418
|
+
name: string;
|
|
1419
|
+
logo: string;
|
|
1420
|
+
} | null | undefined;
|
|
1379
1421
|
liquidityUSD?: number | undefined;
|
|
1380
1422
|
liquidityMaxUSD?: number | undefined;
|
|
1381
1423
|
bonded?: boolean | undefined;
|
|
@@ -1394,8 +1436,6 @@ export declare const tokenPositionSchema: z.ZodObject<{
|
|
|
1394
1436
|
};
|
|
1395
1437
|
labels: string[] | null;
|
|
1396
1438
|
rawBalance: string;
|
|
1397
|
-
buys: number;
|
|
1398
|
-
sells: number;
|
|
1399
1439
|
volumeBuyToken: number;
|
|
1400
1440
|
volumeSellToken: number;
|
|
1401
1441
|
volumeBuy: number;
|
|
@@ -1411,6 +1451,8 @@ export declare const tokenPositionSchema: z.ZodObject<{
|
|
|
1411
1451
|
realizedPnlUSD: number;
|
|
1412
1452
|
unrealizedPnlUSD: number;
|
|
1413
1453
|
amountUSD: number;
|
|
1454
|
+
buys: number;
|
|
1455
|
+
sells: number;
|
|
1414
1456
|
token: {
|
|
1415
1457
|
symbol: string | null;
|
|
1416
1458
|
description: string | null;
|
|
@@ -1447,6 +1489,7 @@ export declare const tokenPositionSchema: z.ZodObject<{
|
|
|
1447
1489
|
isMintable?: boolean | undefined;
|
|
1448
1490
|
modifyableTax?: boolean | undefined;
|
|
1449
1491
|
selfDestruct?: boolean | undefined;
|
|
1492
|
+
liquidityBurnPercentage?: number | undefined;
|
|
1450
1493
|
noMintAuthority?: boolean | undefined;
|
|
1451
1494
|
} | null;
|
|
1452
1495
|
liveStatus: string | null;
|
|
@@ -1492,6 +1535,10 @@ export declare const tokenPositionSchema: z.ZodObject<{
|
|
|
1492
1535
|
factory?: string | null | undefined;
|
|
1493
1536
|
source?: string | null | undefined;
|
|
1494
1537
|
sourceFactory?: string | null | undefined;
|
|
1538
|
+
sourceMetadata?: {
|
|
1539
|
+
name: string;
|
|
1540
|
+
logo: string;
|
|
1541
|
+
} | null | undefined;
|
|
1495
1542
|
liquidityUSD?: number | undefined;
|
|
1496
1543
|
liquidityMaxUSD?: number | undefined;
|
|
1497
1544
|
bonded?: boolean | undefined;
|
|
@@ -1500,6 +1547,9 @@ export declare const tokenPositionSchema: z.ZodObject<{
|
|
|
1500
1547
|
preBondingFactory?: string | undefined;
|
|
1501
1548
|
poolAddress?: string | undefined;
|
|
1502
1549
|
blockchain?: string | undefined;
|
|
1550
|
+
isMayhemMode?: boolean | null | undefined;
|
|
1551
|
+
isCashbackCoin?: boolean | null | undefined;
|
|
1552
|
+
isAgentMode?: boolean | null | undefined;
|
|
1503
1553
|
deployer?: string | null | undefined;
|
|
1504
1554
|
athUSD?: number | undefined;
|
|
1505
1555
|
atlUSD?: number | undefined;
|
|
@@ -1697,8 +1747,6 @@ export declare const tokenPositionSchema: z.ZodObject<{
|
|
|
1697
1747
|
trendingScore24h?: number | undefined;
|
|
1698
1748
|
};
|
|
1699
1749
|
rawBalance: string;
|
|
1700
|
-
buys: number;
|
|
1701
|
-
sells: number;
|
|
1702
1750
|
volumeBuyToken: number;
|
|
1703
1751
|
volumeSellToken: number;
|
|
1704
1752
|
volumeBuy: number;
|
|
@@ -1747,6 +1795,16 @@ export declare const walletDeployerOutputSchema: z.ZodObject<{
|
|
|
1747
1795
|
factory: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1748
1796
|
source: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1749
1797
|
sourceFactory: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1798
|
+
sourceMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1799
|
+
name: z.ZodString;
|
|
1800
|
+
logo: z.ZodString;
|
|
1801
|
+
}, "strip", z.ZodTypeAny, {
|
|
1802
|
+
name: string;
|
|
1803
|
+
logo: string;
|
|
1804
|
+
}, {
|
|
1805
|
+
name: string;
|
|
1806
|
+
logo: string;
|
|
1807
|
+
}>>>;
|
|
1750
1808
|
liquidityUSD: z.ZodOptional<z.ZodNumber>;
|
|
1751
1809
|
liquidityMaxUSD: z.ZodOptional<z.ZodNumber>;
|
|
1752
1810
|
bonded: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1965,6 +2023,7 @@ export declare const walletDeployerOutputSchema: z.ZodObject<{
|
|
|
1965
2023
|
isMintable: z.ZodOptional<z.ZodBoolean>;
|
|
1966
2024
|
modifyableTax: z.ZodOptional<z.ZodBoolean>;
|
|
1967
2025
|
selfDestruct: z.ZodOptional<z.ZodBoolean>;
|
|
2026
|
+
liquidityBurnPercentage: z.ZodOptional<z.ZodNumber>;
|
|
1968
2027
|
}, "strip", z.ZodTypeAny, {
|
|
1969
2028
|
buyTax?: string | undefined;
|
|
1970
2029
|
sellTax?: string | undefined;
|
|
@@ -1982,6 +2041,7 @@ export declare const walletDeployerOutputSchema: z.ZodObject<{
|
|
|
1982
2041
|
isMintable?: boolean | undefined;
|
|
1983
2042
|
modifyableTax?: boolean | undefined;
|
|
1984
2043
|
selfDestruct?: boolean | undefined;
|
|
2044
|
+
liquidityBurnPercentage?: number | undefined;
|
|
1985
2045
|
noMintAuthority?: boolean | undefined;
|
|
1986
2046
|
}, {
|
|
1987
2047
|
buyTax?: string | undefined;
|
|
@@ -2000,6 +2060,7 @@ export declare const walletDeployerOutputSchema: z.ZodObject<{
|
|
|
2000
2060
|
isMintable?: boolean | undefined;
|
|
2001
2061
|
modifyableTax?: boolean | undefined;
|
|
2002
2062
|
selfDestruct?: boolean | undefined;
|
|
2063
|
+
liquidityBurnPercentage?: number | undefined;
|
|
2003
2064
|
noMintAuthority?: boolean | undefined;
|
|
2004
2065
|
}>>;
|
|
2005
2066
|
twitterReusesCount: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -2037,6 +2098,9 @@ export declare const walletDeployerOutputSchema: z.ZodObject<{
|
|
|
2037
2098
|
trendingScore6h: z.ZodDefault<z.ZodNumber>;
|
|
2038
2099
|
trendingScore12h: z.ZodDefault<z.ZodNumber>;
|
|
2039
2100
|
trendingScore24h: z.ZodDefault<z.ZodNumber>;
|
|
2101
|
+
isMayhemMode: z.ZodDefault<z.ZodNullable<z.ZodBoolean>>;
|
|
2102
|
+
isCashbackCoin: z.ZodDefault<z.ZodNullable<z.ZodBoolean>>;
|
|
2103
|
+
isAgentMode: z.ZodDefault<z.ZodNullable<z.ZodBoolean>>;
|
|
2040
2104
|
} & {
|
|
2041
2105
|
holdersCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2042
2106
|
top10HoldingsPercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -2079,6 +2143,9 @@ export declare const walletDeployerOutputSchema: z.ZodObject<{
|
|
|
2079
2143
|
marketCapUSD: number;
|
|
2080
2144
|
marketCapDilutedUSD: number;
|
|
2081
2145
|
logo: string | null;
|
|
2146
|
+
isMayhemMode: boolean | null;
|
|
2147
|
+
isCashbackCoin: boolean | null;
|
|
2148
|
+
isAgentMode: boolean | null;
|
|
2082
2149
|
bondedAt: Date | null;
|
|
2083
2150
|
latestTradeDate: Date | null;
|
|
2084
2151
|
totalFeesPaidUSD: number;
|
|
@@ -2195,6 +2262,7 @@ export declare const walletDeployerOutputSchema: z.ZodObject<{
|
|
|
2195
2262
|
isMintable?: boolean | undefined;
|
|
2196
2263
|
modifyableTax?: boolean | undefined;
|
|
2197
2264
|
selfDestruct?: boolean | undefined;
|
|
2265
|
+
liquidityBurnPercentage?: number | undefined;
|
|
2198
2266
|
noMintAuthority?: boolean | undefined;
|
|
2199
2267
|
} | null;
|
|
2200
2268
|
twitterReusesCount: number | null;
|
|
@@ -2328,6 +2396,10 @@ export declare const walletDeployerOutputSchema: z.ZodObject<{
|
|
|
2328
2396
|
factory?: string | null | undefined;
|
|
2329
2397
|
source?: string | null | undefined;
|
|
2330
2398
|
sourceFactory?: string | null | undefined;
|
|
2399
|
+
sourceMetadata?: {
|
|
2400
|
+
name: string;
|
|
2401
|
+
logo: string;
|
|
2402
|
+
} | null | undefined;
|
|
2331
2403
|
liquidityUSD?: number | undefined;
|
|
2332
2404
|
liquidityMaxUSD?: number | undefined;
|
|
2333
2405
|
bonded?: boolean | undefined;
|
|
@@ -2379,6 +2451,7 @@ export declare const walletDeployerOutputSchema: z.ZodObject<{
|
|
|
2379
2451
|
isMintable?: boolean | undefined;
|
|
2380
2452
|
modifyableTax?: boolean | undefined;
|
|
2381
2453
|
selfDestruct?: boolean | undefined;
|
|
2454
|
+
liquidityBurnPercentage?: number | undefined;
|
|
2382
2455
|
noMintAuthority?: boolean | undefined;
|
|
2383
2456
|
} | null;
|
|
2384
2457
|
liveStatus: string | null;
|
|
@@ -2424,6 +2497,10 @@ export declare const walletDeployerOutputSchema: z.ZodObject<{
|
|
|
2424
2497
|
factory?: string | null | undefined;
|
|
2425
2498
|
source?: string | null | undefined;
|
|
2426
2499
|
sourceFactory?: string | null | undefined;
|
|
2500
|
+
sourceMetadata?: {
|
|
2501
|
+
name: string;
|
|
2502
|
+
logo: string;
|
|
2503
|
+
} | null | undefined;
|
|
2427
2504
|
liquidityUSD?: number | undefined;
|
|
2428
2505
|
liquidityMaxUSD?: number | undefined;
|
|
2429
2506
|
bonded?: boolean | undefined;
|
|
@@ -2432,6 +2509,9 @@ export declare const walletDeployerOutputSchema: z.ZodObject<{
|
|
|
2432
2509
|
preBondingFactory?: string | undefined;
|
|
2433
2510
|
poolAddress?: string | undefined;
|
|
2434
2511
|
blockchain?: string | undefined;
|
|
2512
|
+
isMayhemMode?: boolean | null | undefined;
|
|
2513
|
+
isCashbackCoin?: boolean | null | undefined;
|
|
2514
|
+
isAgentMode?: boolean | null | undefined;
|
|
2435
2515
|
deployer?: string | null | undefined;
|
|
2436
2516
|
athUSD?: number | undefined;
|
|
2437
2517
|
atlUSD?: number | undefined;
|
|
@@ -2652,6 +2732,8 @@ export declare const walletDeployerOutputSchema: z.ZodObject<{
|
|
|
2652
2732
|
realizedPnlUSD: number;
|
|
2653
2733
|
unrealizedPnlUSD: number;
|
|
2654
2734
|
amountUSD: number;
|
|
2735
|
+
buys: number;
|
|
2736
|
+
sells: number;
|
|
2655
2737
|
token: {
|
|
2656
2738
|
symbol: string | null;
|
|
2657
2739
|
description: string | null;
|
|
@@ -2672,6 +2754,9 @@ export declare const walletDeployerOutputSchema: z.ZodObject<{
|
|
|
2672
2754
|
marketCapUSD: number;
|
|
2673
2755
|
marketCapDilutedUSD: number;
|
|
2674
2756
|
logo: string | null;
|
|
2757
|
+
isMayhemMode: boolean | null;
|
|
2758
|
+
isCashbackCoin: boolean | null;
|
|
2759
|
+
isAgentMode: boolean | null;
|
|
2675
2760
|
bondedAt: Date | null;
|
|
2676
2761
|
latestTradeDate: Date | null;
|
|
2677
2762
|
totalFeesPaidUSD: number;
|
|
@@ -2788,6 +2873,7 @@ export declare const walletDeployerOutputSchema: z.ZodObject<{
|
|
|
2788
2873
|
isMintable?: boolean | undefined;
|
|
2789
2874
|
modifyableTax?: boolean | undefined;
|
|
2790
2875
|
selfDestruct?: boolean | undefined;
|
|
2876
|
+
liquidityBurnPercentage?: number | undefined;
|
|
2791
2877
|
noMintAuthority?: boolean | undefined;
|
|
2792
2878
|
} | null;
|
|
2793
2879
|
twitterReusesCount: number | null;
|
|
@@ -2921,6 +3007,10 @@ export declare const walletDeployerOutputSchema: z.ZodObject<{
|
|
|
2921
3007
|
factory?: string | null | undefined;
|
|
2922
3008
|
source?: string | null | undefined;
|
|
2923
3009
|
sourceFactory?: string | null | undefined;
|
|
3010
|
+
sourceMetadata?: {
|
|
3011
|
+
name: string;
|
|
3012
|
+
logo: string;
|
|
3013
|
+
} | null | undefined;
|
|
2924
3014
|
liquidityUSD?: number | undefined;
|
|
2925
3015
|
liquidityMaxUSD?: number | undefined;
|
|
2926
3016
|
bonded?: boolean | undefined;
|
|
@@ -2939,8 +3029,6 @@ export declare const walletDeployerOutputSchema: z.ZodObject<{
|
|
|
2939
3029
|
};
|
|
2940
3030
|
labels: string[] | null;
|
|
2941
3031
|
rawBalance: string;
|
|
2942
|
-
buys: number;
|
|
2943
|
-
sells: number;
|
|
2944
3032
|
volumeBuyToken: number;
|
|
2945
3033
|
volumeSellToken: number;
|
|
2946
3034
|
volumeBuy: number;
|
|
@@ -2956,6 +3044,8 @@ export declare const walletDeployerOutputSchema: z.ZodObject<{
|
|
|
2956
3044
|
realizedPnlUSD: number;
|
|
2957
3045
|
unrealizedPnlUSD: number;
|
|
2958
3046
|
amountUSD: number;
|
|
3047
|
+
buys: number;
|
|
3048
|
+
sells: number;
|
|
2959
3049
|
token: {
|
|
2960
3050
|
symbol: string | null;
|
|
2961
3051
|
description: string | null;
|
|
@@ -2992,6 +3082,7 @@ export declare const walletDeployerOutputSchema: z.ZodObject<{
|
|
|
2992
3082
|
isMintable?: boolean | undefined;
|
|
2993
3083
|
modifyableTax?: boolean | undefined;
|
|
2994
3084
|
selfDestruct?: boolean | undefined;
|
|
3085
|
+
liquidityBurnPercentage?: number | undefined;
|
|
2995
3086
|
noMintAuthority?: boolean | undefined;
|
|
2996
3087
|
} | null;
|
|
2997
3088
|
liveStatus: string | null;
|
|
@@ -3037,6 +3128,10 @@ export declare const walletDeployerOutputSchema: z.ZodObject<{
|
|
|
3037
3128
|
factory?: string | null | undefined;
|
|
3038
3129
|
source?: string | null | undefined;
|
|
3039
3130
|
sourceFactory?: string | null | undefined;
|
|
3131
|
+
sourceMetadata?: {
|
|
3132
|
+
name: string;
|
|
3133
|
+
logo: string;
|
|
3134
|
+
} | null | undefined;
|
|
3040
3135
|
liquidityUSD?: number | undefined;
|
|
3041
3136
|
liquidityMaxUSD?: number | undefined;
|
|
3042
3137
|
bonded?: boolean | undefined;
|
|
@@ -3045,6 +3140,9 @@ export declare const walletDeployerOutputSchema: z.ZodObject<{
|
|
|
3045
3140
|
preBondingFactory?: string | undefined;
|
|
3046
3141
|
poolAddress?: string | undefined;
|
|
3047
3142
|
blockchain?: string | undefined;
|
|
3143
|
+
isMayhemMode?: boolean | null | undefined;
|
|
3144
|
+
isCashbackCoin?: boolean | null | undefined;
|
|
3145
|
+
isAgentMode?: boolean | null | undefined;
|
|
3048
3146
|
deployer?: string | null | undefined;
|
|
3049
3147
|
athUSD?: number | undefined;
|
|
3050
3148
|
atlUSD?: number | undefined;
|
|
@@ -3242,8 +3340,6 @@ export declare const walletDeployerOutputSchema: z.ZodObject<{
|
|
|
3242
3340
|
trendingScore24h?: number | undefined;
|
|
3243
3341
|
};
|
|
3244
3342
|
rawBalance: string;
|
|
3245
|
-
buys: number;
|
|
3246
|
-
sells: number;
|
|
3247
3343
|
volumeBuyToken: number;
|
|
3248
3344
|
volumeSellToken: number;
|
|
3249
3345
|
volumeBuy: number;
|
|
@@ -3383,6 +3479,8 @@ export declare const walletDeployerOutputSchema: z.ZodObject<{
|
|
|
3383
3479
|
realizedPnlUSD: number;
|
|
3384
3480
|
unrealizedPnlUSD: number;
|
|
3385
3481
|
amountUSD: number;
|
|
3482
|
+
buys: number;
|
|
3483
|
+
sells: number;
|
|
3386
3484
|
token: {
|
|
3387
3485
|
symbol: string | null;
|
|
3388
3486
|
description: string | null;
|
|
@@ -3403,6 +3501,9 @@ export declare const walletDeployerOutputSchema: z.ZodObject<{
|
|
|
3403
3501
|
marketCapUSD: number;
|
|
3404
3502
|
marketCapDilutedUSD: number;
|
|
3405
3503
|
logo: string | null;
|
|
3504
|
+
isMayhemMode: boolean | null;
|
|
3505
|
+
isCashbackCoin: boolean | null;
|
|
3506
|
+
isAgentMode: boolean | null;
|
|
3406
3507
|
bondedAt: Date | null;
|
|
3407
3508
|
latestTradeDate: Date | null;
|
|
3408
3509
|
totalFeesPaidUSD: number;
|
|
@@ -3519,6 +3620,7 @@ export declare const walletDeployerOutputSchema: z.ZodObject<{
|
|
|
3519
3620
|
isMintable?: boolean | undefined;
|
|
3520
3621
|
modifyableTax?: boolean | undefined;
|
|
3521
3622
|
selfDestruct?: boolean | undefined;
|
|
3623
|
+
liquidityBurnPercentage?: number | undefined;
|
|
3522
3624
|
noMintAuthority?: boolean | undefined;
|
|
3523
3625
|
} | null;
|
|
3524
3626
|
twitterReusesCount: number | null;
|
|
@@ -3652,6 +3754,10 @@ export declare const walletDeployerOutputSchema: z.ZodObject<{
|
|
|
3652
3754
|
factory?: string | null | undefined;
|
|
3653
3755
|
source?: string | null | undefined;
|
|
3654
3756
|
sourceFactory?: string | null | undefined;
|
|
3757
|
+
sourceMetadata?: {
|
|
3758
|
+
name: string;
|
|
3759
|
+
logo: string;
|
|
3760
|
+
} | null | undefined;
|
|
3655
3761
|
liquidityUSD?: number | undefined;
|
|
3656
3762
|
liquidityMaxUSD?: number | undefined;
|
|
3657
3763
|
bonded?: boolean | undefined;
|
|
@@ -3670,8 +3776,6 @@ export declare const walletDeployerOutputSchema: z.ZodObject<{
|
|
|
3670
3776
|
};
|
|
3671
3777
|
labels: string[] | null;
|
|
3672
3778
|
rawBalance: string;
|
|
3673
|
-
buys: number;
|
|
3674
|
-
sells: number;
|
|
3675
3779
|
volumeBuyToken: number;
|
|
3676
3780
|
volumeSellToken: number;
|
|
3677
3781
|
volumeBuy: number;
|
|
@@ -3716,6 +3820,8 @@ export declare const walletDeployerOutputSchema: z.ZodObject<{
|
|
|
3716
3820
|
realizedPnlUSD: number;
|
|
3717
3821
|
unrealizedPnlUSD: number;
|
|
3718
3822
|
amountUSD: number;
|
|
3823
|
+
buys: number;
|
|
3824
|
+
sells: number;
|
|
3719
3825
|
token: {
|
|
3720
3826
|
symbol: string | null;
|
|
3721
3827
|
description: string | null;
|
|
@@ -3752,6 +3858,7 @@ export declare const walletDeployerOutputSchema: z.ZodObject<{
|
|
|
3752
3858
|
isMintable?: boolean | undefined;
|
|
3753
3859
|
modifyableTax?: boolean | undefined;
|
|
3754
3860
|
selfDestruct?: boolean | undefined;
|
|
3861
|
+
liquidityBurnPercentage?: number | undefined;
|
|
3755
3862
|
noMintAuthority?: boolean | undefined;
|
|
3756
3863
|
} | null;
|
|
3757
3864
|
liveStatus: string | null;
|
|
@@ -3797,6 +3904,10 @@ export declare const walletDeployerOutputSchema: z.ZodObject<{
|
|
|
3797
3904
|
factory?: string | null | undefined;
|
|
3798
3905
|
source?: string | null | undefined;
|
|
3799
3906
|
sourceFactory?: string | null | undefined;
|
|
3907
|
+
sourceMetadata?: {
|
|
3908
|
+
name: string;
|
|
3909
|
+
logo: string;
|
|
3910
|
+
} | null | undefined;
|
|
3800
3911
|
liquidityUSD?: number | undefined;
|
|
3801
3912
|
liquidityMaxUSD?: number | undefined;
|
|
3802
3913
|
bonded?: boolean | undefined;
|
|
@@ -3805,6 +3916,9 @@ export declare const walletDeployerOutputSchema: z.ZodObject<{
|
|
|
3805
3916
|
preBondingFactory?: string | undefined;
|
|
3806
3917
|
poolAddress?: string | undefined;
|
|
3807
3918
|
blockchain?: string | undefined;
|
|
3919
|
+
isMayhemMode?: boolean | null | undefined;
|
|
3920
|
+
isCashbackCoin?: boolean | null | undefined;
|
|
3921
|
+
isAgentMode?: boolean | null | undefined;
|
|
3808
3922
|
deployer?: string | null | undefined;
|
|
3809
3923
|
athUSD?: number | undefined;
|
|
3810
3924
|
atlUSD?: number | undefined;
|
|
@@ -4002,8 +4116,6 @@ export declare const walletDeployerOutputSchema: z.ZodObject<{
|
|
|
4002
4116
|
trendingScore24h?: number | undefined;
|
|
4003
4117
|
};
|
|
4004
4118
|
rawBalance: string;
|
|
4005
|
-
buys: number;
|
|
4006
|
-
sells: number;
|
|
4007
4119
|
volumeBuyToken: number;
|
|
4008
4120
|
volumeSellToken: number;
|
|
4009
4121
|
volumeBuy: number;
|
|
@@ -7,13 +7,34 @@ export declare const WalletMetadataOutput: z.ZodObject<{
|
|
|
7
7
|
entityName: z.ZodNullable<z.ZodString>;
|
|
8
8
|
entityLogo: z.ZodNullable<z.ZodString>;
|
|
9
9
|
entityLabels: z.ZodArray<z.ZodString, "many">;
|
|
10
|
+
entityType: z.ZodNullable<z.ZodString>;
|
|
11
|
+
entityDescription: z.ZodNullable<z.ZodString>;
|
|
12
|
+
entityTwitter: z.ZodNullable<z.ZodString>;
|
|
13
|
+
entityWebsite: z.ZodNullable<z.ZodString>;
|
|
14
|
+
entityGithub: z.ZodNullable<z.ZodString>;
|
|
15
|
+
entityDiscord: z.ZodNullable<z.ZodString>;
|
|
16
|
+
entityTelegram: z.ZodNullable<z.ZodString>;
|
|
10
17
|
}, "strip", z.ZodTypeAny, {
|
|
11
18
|
entityName: string | null;
|
|
12
19
|
entityLogo: string | null;
|
|
13
20
|
entityLabels: string[];
|
|
21
|
+
entityType: string | null;
|
|
22
|
+
entityDescription: string | null;
|
|
23
|
+
entityTwitter: string | null;
|
|
24
|
+
entityWebsite: string | null;
|
|
25
|
+
entityGithub: string | null;
|
|
26
|
+
entityDiscord: string | null;
|
|
27
|
+
entityTelegram: string | null;
|
|
14
28
|
}, {
|
|
15
29
|
entityName: string | null;
|
|
16
30
|
entityLogo: string | null;
|
|
17
31
|
entityLabels: string[];
|
|
32
|
+
entityType: string | null;
|
|
33
|
+
entityDescription: string | null;
|
|
34
|
+
entityTwitter: string | null;
|
|
35
|
+
entityWebsite: string | null;
|
|
36
|
+
entityGithub: string | null;
|
|
37
|
+
entityDiscord: string | null;
|
|
38
|
+
entityTelegram: string | null;
|
|
18
39
|
}>;
|
|
19
40
|
export type WalletMetadataOutput = z.infer<typeof WalletMetadataOutput>;
|
|
@@ -3,14 +3,17 @@ export declare const FundingRateParamsSchema: z.ZodObject<{
|
|
|
3
3
|
symbol: z.ZodString;
|
|
4
4
|
quote: z.ZodOptional<z.ZodString>;
|
|
5
5
|
exchange: z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, string | undefined>;
|
|
6
|
+
protocol: z.ZodOptional<z.ZodEnum<["xyz", "flx", "vntl", "hyna", "km", "cash"]>>;
|
|
6
7
|
}, "strip", z.ZodTypeAny, {
|
|
7
8
|
symbol: string;
|
|
8
9
|
exchange?: string | undefined;
|
|
9
10
|
quote?: string | undefined;
|
|
11
|
+
protocol?: "xyz" | "flx" | "vntl" | "hyna" | "km" | "cash" | undefined;
|
|
10
12
|
}, {
|
|
11
13
|
symbol: string;
|
|
12
14
|
exchange?: string | undefined;
|
|
13
15
|
quote?: string | undefined;
|
|
16
|
+
protocol?: "xyz" | "flx" | "vntl" | "hyna" | "km" | "cash" | undefined;
|
|
14
17
|
}>;
|
|
15
18
|
export type FundingRateParams = z.input<typeof FundingRateParamsSchema>;
|
|
16
19
|
export declare const FundingRateResponseSchema: z.ZodObject<{
|
|
@@ -43,6 +43,11 @@ export declare const MarketTokenHoldersParamsSchema: z.ZodEffects<z.ZodObject<{
|
|
|
43
43
|
includeZeroBalance?: string | boolean | undefined;
|
|
44
44
|
}>;
|
|
45
45
|
export type MarketTokenHoldersParams = z.input<typeof MarketTokenHoldersParamsSchema>;
|
|
46
|
+
export declare const MarketTokenHoldersParamsSchemaOpenAPI: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
47
|
+
[x: string]: any;
|
|
48
|
+
}, {
|
|
49
|
+
[x: string]: any;
|
|
50
|
+
}>;
|
|
46
51
|
export declare const MarketTokenHoldersResponseSchema: z.ZodObject<{
|
|
47
52
|
data: z.ZodArray<z.ZodObject<{
|
|
48
53
|
address: z.ZodString;
|