@chainstream-io/sdk 0.2.7 → 0.2.8
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/{chainstream-kxqV2g1Q.d.cts → chainstream-KjjsTvPO.d.cts} +912 -142
- package/dist/{chainstream-kxqV2g1Q.d.ts → chainstream-KjjsTvPO.d.ts} +912 -142
- package/dist/chainstream.cjs +92 -8
- package/dist/chainstream.cjs.map +1 -1
- package/dist/chainstream.d.cts +1 -1
- package/dist/chainstream.d.ts +1 -1
- package/dist/chainstream.mjs +92 -8
- package/dist/chainstream.mjs.map +1 -1
- package/dist/index.cjs +258 -12
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +222 -10
- package/dist/index.mjs.map +1 -1
- package/dist/stream/index.d.cts +1 -1
- package/dist/stream/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -49,6 +49,8 @@ __export(index_exports, {
|
|
|
49
49
|
FilterConditionField: () => FilterConditionField,
|
|
50
50
|
GetActivitiesDirection: () => GetActivitiesDirection,
|
|
51
51
|
GetActivitiesType: () => GetActivitiesType,
|
|
52
|
+
GetBalanceUpdatesDirection: () => GetBalanceUpdatesDirection,
|
|
53
|
+
GetDexpoolSnapshotsDirection: () => GetDexpoolSnapshotsDirection,
|
|
52
54
|
GetFinalStretchTokensSortBy: () => GetFinalStretchTokensSortBy,
|
|
53
55
|
GetFinalStretchTokensSortDirection: () => GetFinalStretchTokensSortDirection,
|
|
54
56
|
GetFinalStretchTokensTag: () => GetFinalStretchTokensTag,
|
|
@@ -61,9 +63,14 @@ __export(index_exports, {
|
|
|
61
63
|
GetMigratedTokensTag: () => GetMigratedTokensTag,
|
|
62
64
|
GetMintAndBurnDirection: () => GetMintAndBurnDirection,
|
|
63
65
|
GetMintAndBurnType: () => GetMintAndBurnType,
|
|
66
|
+
GetNetWorthDetailsDirection: () => GetNetWorthDetailsDirection,
|
|
67
|
+
GetNetWorthDirection: () => GetNetWorthDirection,
|
|
64
68
|
GetNewTokensSortBy: () => GetNewTokensSortBy,
|
|
65
69
|
GetNewTokensSortDirection: () => GetNewTokensSortDirection,
|
|
66
70
|
GetNewTokensTag: () => GetNewTokensTag,
|
|
71
|
+
GetPnlByTokenDirection: () => GetPnlByTokenDirection,
|
|
72
|
+
GetPnlByWalletDirection: () => GetPnlByWalletDirection,
|
|
73
|
+
GetPnlDetailsDirection: () => GetPnlDetailsDirection,
|
|
67
74
|
GetPoolsDirection: () => GetPoolsDirection,
|
|
68
75
|
GetPoolsSortBy: () => GetPoolsSortBy,
|
|
69
76
|
GetPoolsSortDirection: () => GetPoolsSortDirection,
|
|
@@ -72,14 +79,22 @@ __export(index_exports, {
|
|
|
72
79
|
GetStocksTokensSortBy: () => GetStocksTokensSortBy,
|
|
73
80
|
GetStocksTokensSortDirection: () => GetStocksTokensSortDirection,
|
|
74
81
|
GetStocksTokensTag: () => GetStocksTokensTag,
|
|
82
|
+
GetTokenLiquiditySnapshotsDirection: () => GetTokenLiquiditySnapshotsDirection,
|
|
83
|
+
GetTokenTransferTotalDirection: () => GetTokenTransferTotalDirection,
|
|
84
|
+
GetTokenTransfersDirection: () => GetTokenTransfersDirection,
|
|
85
|
+
GetTokensBalanceDirection: () => GetTokensBalanceDirection,
|
|
75
86
|
GetTokensSortBy: () => GetTokensSortBy,
|
|
76
87
|
GetTokensSortDirection: () => GetTokensSortDirection,
|
|
77
88
|
GetTopTradersDirection: () => GetTopTradersDirection,
|
|
78
89
|
GetTopTradersSortBy: () => GetTopTradersSortBy,
|
|
79
90
|
GetTopTradersSortType: () => GetTopTradersSortType,
|
|
80
91
|
GetTopTradersTimeFrame: () => GetTopTradersTimeFrame,
|
|
92
|
+
GetTraderGainersLosersDirection: () => GetTraderGainersLosersDirection,
|
|
93
|
+
GetTraderGainersLosersSortType: () => GetTraderGainersLosersSortType,
|
|
81
94
|
GetTradesDirection: () => GetTradesDirection,
|
|
82
95
|
GetTradesType: () => GetTradesType,
|
|
96
|
+
GetWalletTransferTotalDirection: () => GetWalletTransferTotalDirection,
|
|
97
|
+
GetWalletTransfersDirection: () => GetWalletTransfersDirection,
|
|
83
98
|
KYTRegisterTransferRequestDirection: () => KYTRegisterTransferRequestDirection,
|
|
84
99
|
KYTRegisterTransferRequestNetwork: () => KYTRegisterTransferRequestNetwork,
|
|
85
100
|
KYTRegisterWithdrawalRequestNetwork: () => KYTRegisterWithdrawalRequestNetwork,
|
|
@@ -90,11 +105,13 @@ __export(index_exports, {
|
|
|
90
105
|
ListTokenSortBy: () => ListTokenSortBy,
|
|
91
106
|
MoonshotCreateTokenInputDex: () => MoonshotCreateTokenInputDex,
|
|
92
107
|
MoonshotCreateTokenInputMigrationDex: () => MoonshotCreateTokenInputMigrationDex,
|
|
108
|
+
PnlResolution: () => PnlResolution,
|
|
93
109
|
PriceType: () => PriceType,
|
|
94
110
|
PumpCreateTokenInputDex: () => PumpCreateTokenInputDex,
|
|
95
111
|
PumpCreateTokenInputMigrationDex: () => PumpCreateTokenInputMigrationDex,
|
|
96
112
|
QuoteDex: () => QuoteDex,
|
|
97
113
|
Resolution: () => Resolution,
|
|
114
|
+
SearchDirection: () => SearchDirection,
|
|
98
115
|
SearchSort: () => SearchSort,
|
|
99
116
|
SearchSortBy: () => SearchSortBy,
|
|
100
117
|
SendTxInputSubmitType: () => SendTxInputSubmitType,
|
|
@@ -105,8 +122,13 @@ __export(index_exports, {
|
|
|
105
122
|
SwapRouteInputSwapMode: () => SwapRouteInputSwapMode,
|
|
106
123
|
TokenCreationDTOType: () => TokenCreationDTOType,
|
|
107
124
|
TokenTraderTag: () => TokenTraderTag,
|
|
125
|
+
TokenTransferItemDTOFlow: () => TokenTransferItemDTOFlow,
|
|
108
126
|
TradeType: () => TradeType,
|
|
127
|
+
TraderPnlResolution: () => TraderPnlResolution,
|
|
128
|
+
TransactionHistoryItemDTOMainAction: () => TransactionHistoryItemDTOMainAction,
|
|
129
|
+
TransactionHistoryItemDTOStatus: () => TransactionHistoryItemDTOStatus,
|
|
109
130
|
UpdateEndpointInputChannelsItem: () => UpdateEndpointInputChannelsItem,
|
|
131
|
+
WalletPnlSummaryDTOResolution: () => WalletPnlSummaryDTOResolution,
|
|
110
132
|
WsChannelType: () => WsChannelType,
|
|
111
133
|
WsDex: () => WsDex,
|
|
112
134
|
WsMetricType: () => WsMetricType,
|
|
@@ -122,7 +144,6 @@ __export(index_exports, {
|
|
|
122
144
|
getActivities: () => getActivities,
|
|
123
145
|
getAddressRisk: () => getAddressRisk,
|
|
124
146
|
getAvailableFields: () => getAvailableFields,
|
|
125
|
-
getBalance: () => getBalance,
|
|
126
147
|
getBalanceUpdates: () => getBalanceUpdates,
|
|
127
148
|
getCandles: () => getCandles,
|
|
128
149
|
getClaims: () => getClaims,
|
|
@@ -147,10 +168,16 @@ __export(index_exports, {
|
|
|
147
168
|
getMetadataMulti: () => getMetadataMulti,
|
|
148
169
|
getMigratedTokens: () => getMigratedTokens,
|
|
149
170
|
getMintAndBurn: () => getMintAndBurn,
|
|
171
|
+
getNetWorth: () => getNetWorth,
|
|
172
|
+
getNetWorthChart: () => getNetWorthChart,
|
|
173
|
+
getNetWorthDetails: () => getNetWorthDetails,
|
|
174
|
+
getNetWorthSummary: () => getNetWorthSummary,
|
|
150
175
|
getNewTokens: () => getNewTokens,
|
|
151
176
|
getPairCandles: () => getPairCandles,
|
|
152
177
|
getPnl: () => getPnl,
|
|
153
|
-
|
|
178
|
+
getPnlByToken: () => getPnlByToken,
|
|
179
|
+
getPnlByWallet: () => getPnlByWallet,
|
|
180
|
+
getPnlDetails: () => getPnlDetails,
|
|
154
181
|
getPoolCandles: () => getPoolCandles,
|
|
155
182
|
getPools: () => getPools,
|
|
156
183
|
getPriceByTime: () => getPriceByTime,
|
|
@@ -166,14 +193,21 @@ __export(index_exports, {
|
|
|
166
193
|
getToken: () => getToken,
|
|
167
194
|
getTokenLiquiditySnapshots: () => getTokenLiquiditySnapshots,
|
|
168
195
|
getTokenTraders: () => getTokenTraders,
|
|
196
|
+
getTokenTransferTotal: () => getTokenTransferTotal,
|
|
197
|
+
getTokenTransfers: () => getTokenTransfers,
|
|
169
198
|
getTokens: () => getTokens,
|
|
199
|
+
getTokensBalance: () => getTokensBalance,
|
|
170
200
|
getTopHolders: () => getTopHolders,
|
|
171
201
|
getTopTraders: () => getTopTraders,
|
|
202
|
+
getTraderGainersLosers: () => getTraderGainersLosers,
|
|
172
203
|
getTrades: () => getTrades,
|
|
173
204
|
getTransferAlerts: () => getTransferAlerts,
|
|
174
205
|
getTransferDirectExposure: () => getTransferDirectExposure,
|
|
175
206
|
getTransferNetworkIdentifications: () => getTransferNetworkIdentifications,
|
|
176
207
|
getTransferSummary: () => getTransferSummary,
|
|
208
|
+
getWalletFirstTx: () => getWalletFirstTx,
|
|
209
|
+
getWalletTransferTotal: () => getWalletTransferTotal,
|
|
210
|
+
getWalletTransfers: () => getWalletTransfers,
|
|
177
211
|
getWithdrawalAddressIdentifications: () => getWithdrawalAddressIdentifications,
|
|
178
212
|
getWithdrawalAlerts: () => getWithdrawalAlerts,
|
|
179
213
|
getWithdrawalDirectExposure: () => getWithdrawalDirectExposure,
|
|
@@ -2164,6 +2198,8 @@ __export(token_exports, {
|
|
|
2164
2198
|
getToken: () => getToken,
|
|
2165
2199
|
getTokenLiquiditySnapshots: () => getTokenLiquiditySnapshots,
|
|
2166
2200
|
getTokenTraders: () => getTokenTraders,
|
|
2201
|
+
getTokenTransferTotal: () => getTokenTransferTotal,
|
|
2202
|
+
getTokenTransfers: () => getTokenTransfers,
|
|
2167
2203
|
getTokens: () => getTokens,
|
|
2168
2204
|
getTopHolders: () => getTopHolders,
|
|
2169
2205
|
listToken: () => listToken,
|
|
@@ -2319,12 +2355,25 @@ var getTokenLiquiditySnapshots = (chain, tokenAddress, params, options) => {
|
|
|
2319
2355
|
options
|
|
2320
2356
|
);
|
|
2321
2357
|
};
|
|
2358
|
+
var getTokenTransfers = (chain, tokenAddress, params, options) => {
|
|
2359
|
+
return chainstreamApiClient(
|
|
2360
|
+
{ url: `/v1/token/${chain}/${tokenAddress}/transfers`, method: "GET", params },
|
|
2361
|
+
options
|
|
2362
|
+
);
|
|
2363
|
+
};
|
|
2364
|
+
var getTokenTransferTotal = (chain, tokenAddress, params, options) => {
|
|
2365
|
+
return chainstreamApiClient(
|
|
2366
|
+
{ url: `/v1/token/${chain}/${tokenAddress}/transfer-total`, method: "GET", params },
|
|
2367
|
+
options
|
|
2368
|
+
);
|
|
2369
|
+
};
|
|
2322
2370
|
|
|
2323
2371
|
// src/openapi-client/generated/trade/trade.ts
|
|
2324
2372
|
var trade_exports = {};
|
|
2325
2373
|
__export(trade_exports, {
|
|
2326
2374
|
getActivities: () => getActivities,
|
|
2327
2375
|
getTopTraders: () => getTopTraders,
|
|
2376
|
+
getTraderGainersLosers: () => getTraderGainersLosers,
|
|
2328
2377
|
getTrades: () => getTrades
|
|
2329
2378
|
});
|
|
2330
2379
|
var getTrades = (chain, params, options) => {
|
|
@@ -2345,6 +2394,12 @@ var getTopTraders = (chain, params, options) => {
|
|
|
2345
2394
|
options
|
|
2346
2395
|
);
|
|
2347
2396
|
};
|
|
2397
|
+
var getTraderGainersLosers = (chain, params, options) => {
|
|
2398
|
+
return chainstreamApiClient(
|
|
2399
|
+
{ url: `/v1/trade/${chain}/trader-gainers-losers`, method: "GET", params },
|
|
2400
|
+
options
|
|
2401
|
+
);
|
|
2402
|
+
};
|
|
2348
2403
|
|
|
2349
2404
|
// src/openapi-client/generated/transaction/transaction.ts
|
|
2350
2405
|
var transaction_exports = {};
|
|
@@ -2386,26 +2441,35 @@ var getGasLimit = (chain, estimateGasLimitInput, options) => {
|
|
|
2386
2441
|
var wallet_exports = {};
|
|
2387
2442
|
__export(wallet_exports, {
|
|
2388
2443
|
calculatePnl: () => calculatePnl,
|
|
2389
|
-
getBalance: () => getBalance,
|
|
2390
2444
|
getBalanceUpdates: () => getBalanceUpdates,
|
|
2445
|
+
getNetWorth: () => getNetWorth,
|
|
2446
|
+
getNetWorthChart: () => getNetWorthChart,
|
|
2447
|
+
getNetWorthDetails: () => getNetWorthDetails,
|
|
2448
|
+
getNetWorthSummary: () => getNetWorthSummary,
|
|
2391
2449
|
getPnl: () => getPnl,
|
|
2392
|
-
|
|
2450
|
+
getPnlByToken: () => getPnlByToken,
|
|
2451
|
+
getPnlByWallet: () => getPnlByWallet,
|
|
2452
|
+
getPnlDetails: () => getPnlDetails,
|
|
2453
|
+
getTokensBalance: () => getTokensBalance,
|
|
2454
|
+
getWalletFirstTx: () => getWalletFirstTx,
|
|
2455
|
+
getWalletTransferTotal: () => getWalletTransferTotal,
|
|
2456
|
+
getWalletTransfers: () => getWalletTransfers
|
|
2393
2457
|
});
|
|
2394
|
-
var
|
|
2458
|
+
var getNetWorthSummary = (chain, params, options) => {
|
|
2395
2459
|
return chainstreamApiClient(
|
|
2396
|
-
{ url: `/v1/wallet/${chain}
|
|
2460
|
+
{ url: `/v1/wallet/${chain}/net-worth-summary`, method: "GET", params },
|
|
2397
2461
|
options
|
|
2398
2462
|
);
|
|
2399
2463
|
};
|
|
2400
|
-
var
|
|
2464
|
+
var getPnlByWallet = (chain, params, options) => {
|
|
2401
2465
|
return chainstreamApiClient(
|
|
2402
|
-
{ url: `/v1/wallet/${chain}
|
|
2466
|
+
{ url: `/v1/wallet/${chain}/pnl-by-wallet`, method: "GET", params },
|
|
2403
2467
|
options
|
|
2404
2468
|
);
|
|
2405
2469
|
};
|
|
2406
|
-
var
|
|
2470
|
+
var getWalletFirstTx = (chain, params, options) => {
|
|
2407
2471
|
return chainstreamApiClient(
|
|
2408
|
-
{ url: `/v1/wallet/${chain}
|
|
2472
|
+
{ url: `/v1/wallet/${chain}/first-tx`, method: "GET", params },
|
|
2409
2473
|
options
|
|
2410
2474
|
);
|
|
2411
2475
|
};
|
|
@@ -2420,6 +2484,60 @@ var calculatePnl = (chain, walletAddress, calculatePnlInput, options) => {
|
|
|
2420
2484
|
options
|
|
2421
2485
|
);
|
|
2422
2486
|
};
|
|
2487
|
+
var getNetWorth = (chain, walletAddress, params, options) => {
|
|
2488
|
+
return chainstreamApiClient(
|
|
2489
|
+
{ url: `/v1/wallet/${chain}/${walletAddress}/net-worth`, method: "GET", params },
|
|
2490
|
+
options
|
|
2491
|
+
);
|
|
2492
|
+
};
|
|
2493
|
+
var getTokensBalance = (chain, walletAddress, params, options) => {
|
|
2494
|
+
return chainstreamApiClient(
|
|
2495
|
+
{ url: `/v1/wallet/${chain}/${walletAddress}/tokens-balance`, method: "GET", params },
|
|
2496
|
+
options
|
|
2497
|
+
);
|
|
2498
|
+
};
|
|
2499
|
+
var getNetWorthChart = (chain, walletAddress, params, options) => {
|
|
2500
|
+
return chainstreamApiClient(
|
|
2501
|
+
{ url: `/v1/wallet/${chain}/${walletAddress}/net-worth-chart`, method: "GET", params },
|
|
2502
|
+
options
|
|
2503
|
+
);
|
|
2504
|
+
};
|
|
2505
|
+
var getNetWorthDetails = (chain, walletAddress, params, options) => {
|
|
2506
|
+
return chainstreamApiClient(
|
|
2507
|
+
{ url: `/v1/wallet/${chain}/${walletAddress}/net-worth-details`, method: "GET", params },
|
|
2508
|
+
options
|
|
2509
|
+
);
|
|
2510
|
+
};
|
|
2511
|
+
var getPnl = (chain, walletAddress, params, options) => {
|
|
2512
|
+
return chainstreamApiClient(
|
|
2513
|
+
{ url: `/v1/wallet/${chain}/${walletAddress}/pnl`, method: "GET", params },
|
|
2514
|
+
options
|
|
2515
|
+
);
|
|
2516
|
+
};
|
|
2517
|
+
var getPnlDetails = (chain, walletAddress, params, options) => {
|
|
2518
|
+
return chainstreamApiClient(
|
|
2519
|
+
{ url: `/v1/wallet/${chain}/${walletAddress}/pnl-details`, method: "GET", params },
|
|
2520
|
+
options
|
|
2521
|
+
);
|
|
2522
|
+
};
|
|
2523
|
+
var getPnlByToken = (chain, walletAddress, params, options) => {
|
|
2524
|
+
return chainstreamApiClient(
|
|
2525
|
+
{ url: `/v1/wallet/${chain}/${walletAddress}/pnl-by-token`, method: "GET", params },
|
|
2526
|
+
options
|
|
2527
|
+
);
|
|
2528
|
+
};
|
|
2529
|
+
var getWalletTransfers = (chain, walletAddress, params, options) => {
|
|
2530
|
+
return chainstreamApiClient(
|
|
2531
|
+
{ url: `/v1/wallet/${chain}/${walletAddress}/transfers`, method: "GET", params },
|
|
2532
|
+
options
|
|
2533
|
+
);
|
|
2534
|
+
};
|
|
2535
|
+
var getWalletTransferTotal = (chain, walletAddress, params, options) => {
|
|
2536
|
+
return chainstreamApiClient(
|
|
2537
|
+
{ url: `/v1/wallet/${chain}/${walletAddress}/transfer-total`, method: "GET", params },
|
|
2538
|
+
options
|
|
2539
|
+
);
|
|
2540
|
+
};
|
|
2423
2541
|
var getBalanceUpdates = (chain, walletAddress, params, options) => {
|
|
2424
2542
|
return chainstreamApiClient(
|
|
2425
2543
|
{ url: `/v1/wallet/${chain}/${walletAddress}/balance-updates`, method: "GET", params },
|
|
@@ -2601,6 +2719,11 @@ var PumpCreateTokenInputMigrationDex = {
|
|
|
2601
2719
|
RAYDIUM: "RAYDIUM",
|
|
2602
2720
|
METEORA: "METEORA"
|
|
2603
2721
|
};
|
|
2722
|
+
var TraderPnlResolution = {
|
|
2723
|
+
"1d": "1d",
|
|
2724
|
+
"7d": "7d",
|
|
2725
|
+
"30d": "30d"
|
|
2726
|
+
};
|
|
2604
2727
|
var DexPoolDTOType = {
|
|
2605
2728
|
NUMBER_0: 0,
|
|
2606
2729
|
NUMBER_1: 1,
|
|
@@ -2710,6 +2833,31 @@ var TokenTraderTag = {
|
|
|
2710
2833
|
bluechip: "bluechip",
|
|
2711
2834
|
smart: "smart"
|
|
2712
2835
|
};
|
|
2836
|
+
var TokenTransferItemDTOFlow = {
|
|
2837
|
+
in: "in",
|
|
2838
|
+
out: "out"
|
|
2839
|
+
};
|
|
2840
|
+
var PnlResolution = {
|
|
2841
|
+
"1d": "1d",
|
|
2842
|
+
"7d": "7d",
|
|
2843
|
+
"30d": "30d",
|
|
2844
|
+
all: "all"
|
|
2845
|
+
};
|
|
2846
|
+
var WalletPnlSummaryDTOResolution = {
|
|
2847
|
+
"1d": "1d",
|
|
2848
|
+
"7d": "7d",
|
|
2849
|
+
"30d": "30d",
|
|
2850
|
+
all: "all"
|
|
2851
|
+
};
|
|
2852
|
+
var TransactionHistoryItemDTOStatus = {
|
|
2853
|
+
UNKNOWN: "UNKNOWN",
|
|
2854
|
+
SUCCEEDED: "SUCCEEDED",
|
|
2855
|
+
FAILED: "FAILED"
|
|
2856
|
+
};
|
|
2857
|
+
var TransactionHistoryItemDTOMainAction = {
|
|
2858
|
+
send: "send",
|
|
2859
|
+
receive: "receive"
|
|
2860
|
+
};
|
|
2713
2861
|
var BalanceTokenType = {
|
|
2714
2862
|
SOL: "SOL",
|
|
2715
2863
|
SPL: "SPL"
|
|
@@ -2812,6 +2960,18 @@ var GetTopTradersSortBy = {
|
|
|
2812
2960
|
tradeAmount: "tradeAmount",
|
|
2813
2961
|
tradeCount: "tradeCount"
|
|
2814
2962
|
};
|
|
2963
|
+
var GetTraderGainersLosersDirection = {
|
|
2964
|
+
next: "next",
|
|
2965
|
+
prev: "prev"
|
|
2966
|
+
};
|
|
2967
|
+
var GetTraderGainersLosersSortType = {
|
|
2968
|
+
desc: "desc",
|
|
2969
|
+
asc: "asc"
|
|
2970
|
+
};
|
|
2971
|
+
var SearchDirection = {
|
|
2972
|
+
next: "next",
|
|
2973
|
+
prev: "prev"
|
|
2974
|
+
};
|
|
2815
2975
|
var SearchSort = {
|
|
2816
2976
|
asc: "asc",
|
|
2817
2977
|
desc: "desc"
|
|
@@ -2979,6 +3139,22 @@ var ListTokenSortBy = {
|
|
|
2979
3139
|
m1BuyVolumeInUsd: "m1BuyVolumeInUsd",
|
|
2980
3140
|
m1SellVolumeInUsd: "m1SellVolumeInUsd"
|
|
2981
3141
|
};
|
|
3142
|
+
var GetTokenLiquiditySnapshotsDirection = {
|
|
3143
|
+
next: "next",
|
|
3144
|
+
prev: "prev"
|
|
3145
|
+
};
|
|
3146
|
+
var GetTokenTransfersDirection = {
|
|
3147
|
+
next: "next",
|
|
3148
|
+
prev: "prev"
|
|
3149
|
+
};
|
|
3150
|
+
var GetTokenTransferTotalDirection = {
|
|
3151
|
+
next: "next",
|
|
3152
|
+
prev: "prev"
|
|
3153
|
+
};
|
|
3154
|
+
var GetDexpoolSnapshotsDirection = {
|
|
3155
|
+
next: "next",
|
|
3156
|
+
prev: "prev"
|
|
3157
|
+
};
|
|
2982
3158
|
var GetHotTokensSortBy = {
|
|
2983
3159
|
marketDatapriceInUsd: "marketData.priceInUsd",
|
|
2984
3160
|
statspriceChangeRatioInUsd1m: "stats.priceChangeRatioInUsd1m",
|
|
@@ -3274,6 +3450,42 @@ var GetMigratedTokensTag = {
|
|
|
3274
3450
|
bonk_fun: "bonk_fun",
|
|
3275
3451
|
moonit_fun: "moonit_fun"
|
|
3276
3452
|
};
|
|
3453
|
+
var GetPnlByWalletDirection = {
|
|
3454
|
+
next: "next",
|
|
3455
|
+
prev: "prev"
|
|
3456
|
+
};
|
|
3457
|
+
var GetNetWorthDirection = {
|
|
3458
|
+
next: "next",
|
|
3459
|
+
prev: "prev"
|
|
3460
|
+
};
|
|
3461
|
+
var GetTokensBalanceDirection = {
|
|
3462
|
+
next: "next",
|
|
3463
|
+
prev: "prev"
|
|
3464
|
+
};
|
|
3465
|
+
var GetNetWorthDetailsDirection = {
|
|
3466
|
+
next: "next",
|
|
3467
|
+
prev: "prev"
|
|
3468
|
+
};
|
|
3469
|
+
var GetPnlDetailsDirection = {
|
|
3470
|
+
next: "next",
|
|
3471
|
+
prev: "prev"
|
|
3472
|
+
};
|
|
3473
|
+
var GetPnlByTokenDirection = {
|
|
3474
|
+
next: "next",
|
|
3475
|
+
prev: "prev"
|
|
3476
|
+
};
|
|
3477
|
+
var GetWalletTransfersDirection = {
|
|
3478
|
+
next: "next",
|
|
3479
|
+
prev: "prev"
|
|
3480
|
+
};
|
|
3481
|
+
var GetWalletTransferTotalDirection = {
|
|
3482
|
+
next: "next",
|
|
3483
|
+
prev: "prev"
|
|
3484
|
+
};
|
|
3485
|
+
var GetBalanceUpdatesDirection = {
|
|
3486
|
+
next: "next",
|
|
3487
|
+
prev: "prev"
|
|
3488
|
+
};
|
|
3277
3489
|
var GetRedpacketsChain = {
|
|
3278
3490
|
sol: "sol",
|
|
3279
3491
|
bsc: "bsc",
|
|
@@ -3302,6 +3514,8 @@ var ListEndpointsOrder = {
|
|
|
3302
3514
|
FilterConditionField,
|
|
3303
3515
|
GetActivitiesDirection,
|
|
3304
3516
|
GetActivitiesType,
|
|
3517
|
+
GetBalanceUpdatesDirection,
|
|
3518
|
+
GetDexpoolSnapshotsDirection,
|
|
3305
3519
|
GetFinalStretchTokensSortBy,
|
|
3306
3520
|
GetFinalStretchTokensSortDirection,
|
|
3307
3521
|
GetFinalStretchTokensTag,
|
|
@@ -3314,9 +3528,14 @@ var ListEndpointsOrder = {
|
|
|
3314
3528
|
GetMigratedTokensTag,
|
|
3315
3529
|
GetMintAndBurnDirection,
|
|
3316
3530
|
GetMintAndBurnType,
|
|
3531
|
+
GetNetWorthDetailsDirection,
|
|
3532
|
+
GetNetWorthDirection,
|
|
3317
3533
|
GetNewTokensSortBy,
|
|
3318
3534
|
GetNewTokensSortDirection,
|
|
3319
3535
|
GetNewTokensTag,
|
|
3536
|
+
GetPnlByTokenDirection,
|
|
3537
|
+
GetPnlByWalletDirection,
|
|
3538
|
+
GetPnlDetailsDirection,
|
|
3320
3539
|
GetPoolsDirection,
|
|
3321
3540
|
GetPoolsSortBy,
|
|
3322
3541
|
GetPoolsSortDirection,
|
|
@@ -3325,14 +3544,22 @@ var ListEndpointsOrder = {
|
|
|
3325
3544
|
GetStocksTokensSortBy,
|
|
3326
3545
|
GetStocksTokensSortDirection,
|
|
3327
3546
|
GetStocksTokensTag,
|
|
3547
|
+
GetTokenLiquiditySnapshotsDirection,
|
|
3548
|
+
GetTokenTransferTotalDirection,
|
|
3549
|
+
GetTokenTransfersDirection,
|
|
3550
|
+
GetTokensBalanceDirection,
|
|
3328
3551
|
GetTokensSortBy,
|
|
3329
3552
|
GetTokensSortDirection,
|
|
3330
3553
|
GetTopTradersDirection,
|
|
3331
3554
|
GetTopTradersSortBy,
|
|
3332
3555
|
GetTopTradersSortType,
|
|
3333
3556
|
GetTopTradersTimeFrame,
|
|
3557
|
+
GetTraderGainersLosersDirection,
|
|
3558
|
+
GetTraderGainersLosersSortType,
|
|
3334
3559
|
GetTradesDirection,
|
|
3335
3560
|
GetTradesType,
|
|
3561
|
+
GetWalletTransferTotalDirection,
|
|
3562
|
+
GetWalletTransfersDirection,
|
|
3336
3563
|
KYTRegisterTransferRequestDirection,
|
|
3337
3564
|
KYTRegisterTransferRequestNetwork,
|
|
3338
3565
|
KYTRegisterWithdrawalRequestNetwork,
|
|
@@ -3343,11 +3570,13 @@ var ListEndpointsOrder = {
|
|
|
3343
3570
|
ListTokenSortBy,
|
|
3344
3571
|
MoonshotCreateTokenInputDex,
|
|
3345
3572
|
MoonshotCreateTokenInputMigrationDex,
|
|
3573
|
+
PnlResolution,
|
|
3346
3574
|
PriceType,
|
|
3347
3575
|
PumpCreateTokenInputDex,
|
|
3348
3576
|
PumpCreateTokenInputMigrationDex,
|
|
3349
3577
|
QuoteDex,
|
|
3350
3578
|
Resolution,
|
|
3579
|
+
SearchDirection,
|
|
3351
3580
|
SearchSort,
|
|
3352
3581
|
SearchSortBy,
|
|
3353
3582
|
SendTxInputSubmitType,
|
|
@@ -3358,8 +3587,13 @@ var ListEndpointsOrder = {
|
|
|
3358
3587
|
SwapRouteInputSwapMode,
|
|
3359
3588
|
TokenCreationDTOType,
|
|
3360
3589
|
TokenTraderTag,
|
|
3590
|
+
TokenTransferItemDTOFlow,
|
|
3361
3591
|
TradeType,
|
|
3592
|
+
TraderPnlResolution,
|
|
3593
|
+
TransactionHistoryItemDTOMainAction,
|
|
3594
|
+
TransactionHistoryItemDTOStatus,
|
|
3362
3595
|
UpdateEndpointInputChannelsItem,
|
|
3596
|
+
WalletPnlSummaryDTOResolution,
|
|
3363
3597
|
WsChannelType,
|
|
3364
3598
|
WsDex,
|
|
3365
3599
|
WsMetricType,
|
|
@@ -3375,7 +3609,6 @@ var ListEndpointsOrder = {
|
|
|
3375
3609
|
getActivities,
|
|
3376
3610
|
getAddressRisk,
|
|
3377
3611
|
getAvailableFields,
|
|
3378
|
-
getBalance,
|
|
3379
3612
|
getBalanceUpdates,
|
|
3380
3613
|
getCandles,
|
|
3381
3614
|
getClaims,
|
|
@@ -3400,10 +3633,16 @@ var ListEndpointsOrder = {
|
|
|
3400
3633
|
getMetadataMulti,
|
|
3401
3634
|
getMigratedTokens,
|
|
3402
3635
|
getMintAndBurn,
|
|
3636
|
+
getNetWorth,
|
|
3637
|
+
getNetWorthChart,
|
|
3638
|
+
getNetWorthDetails,
|
|
3639
|
+
getNetWorthSummary,
|
|
3403
3640
|
getNewTokens,
|
|
3404
3641
|
getPairCandles,
|
|
3405
3642
|
getPnl,
|
|
3406
|
-
|
|
3643
|
+
getPnlByToken,
|
|
3644
|
+
getPnlByWallet,
|
|
3645
|
+
getPnlDetails,
|
|
3407
3646
|
getPoolCandles,
|
|
3408
3647
|
getPools,
|
|
3409
3648
|
getPriceByTime,
|
|
@@ -3419,14 +3658,21 @@ var ListEndpointsOrder = {
|
|
|
3419
3658
|
getToken,
|
|
3420
3659
|
getTokenLiquiditySnapshots,
|
|
3421
3660
|
getTokenTraders,
|
|
3661
|
+
getTokenTransferTotal,
|
|
3662
|
+
getTokenTransfers,
|
|
3422
3663
|
getTokens,
|
|
3664
|
+
getTokensBalance,
|
|
3423
3665
|
getTopHolders,
|
|
3424
3666
|
getTopTraders,
|
|
3667
|
+
getTraderGainersLosers,
|
|
3425
3668
|
getTrades,
|
|
3426
3669
|
getTransferAlerts,
|
|
3427
3670
|
getTransferDirectExposure,
|
|
3428
3671
|
getTransferNetworkIdentifications,
|
|
3429
3672
|
getTransferSummary,
|
|
3673
|
+
getWalletFirstTx,
|
|
3674
|
+
getWalletTransferTotal,
|
|
3675
|
+
getWalletTransfers,
|
|
3430
3676
|
getWithdrawalAddressIdentifications,
|
|
3431
3677
|
getWithdrawalAlerts,
|
|
3432
3678
|
getWithdrawalDirectExposure,
|