@chainstream-io/sdk 0.2.9 → 0.2.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/{chainstream-B9uaC_fe.d.cts → chainstream-D_kgiAfE.d.cts} +150 -4
- package/dist/{chainstream-B9uaC_fe.d.ts → chainstream-D_kgiAfE.d.ts} +150 -4
- package/dist/chainstream.d.cts +1 -1
- package/dist/chainstream.d.ts +1 -1
- 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.map +1 -1
- package/dist/stream/index.d.cts +1 -1
- package/dist/stream/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -717,11 +717,139 @@ interface TokenSocialMediasDTO {
|
|
|
717
717
|
/** DTO.TOKEN.SOCIAL_MEDIAS.BITBUCKET */
|
|
718
718
|
bitbucket?: string;
|
|
719
719
|
}
|
|
720
|
+
/**
|
|
721
|
+
* DTO.TOKEN.TRADE_STAT.PERIOD.VOLUME_CHANGE_RATIO
|
|
722
|
+
*/
|
|
723
|
+
type TokenTradeStatPeriodVolumeChangeRatio = {
|
|
724
|
+
[key: string]: unknown;
|
|
725
|
+
};
|
|
726
|
+
/**
|
|
727
|
+
* DTO.TOKEN.TRADE_STAT.PERIOD.LIQUIDITY_CHANGE_RATIO
|
|
728
|
+
*/
|
|
729
|
+
type TokenTradeStatPeriodLiquidityChangeRatio = {
|
|
730
|
+
[key: string]: unknown;
|
|
731
|
+
};
|
|
732
|
+
/**
|
|
733
|
+
* DTO.TOKEN.TRADE_STAT.PERIOD.BUY_SELL_RATIO
|
|
734
|
+
*/
|
|
735
|
+
type TokenTradeStatPeriodBuySellRatio = {
|
|
736
|
+
[key: string]: unknown;
|
|
737
|
+
};
|
|
738
|
+
interface TokenTradeStatPeriod {
|
|
739
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.BUYS */
|
|
740
|
+
buys: string;
|
|
741
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.SELLS */
|
|
742
|
+
sells: string;
|
|
743
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.TRADES */
|
|
744
|
+
trades: string;
|
|
745
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.BUYERS */
|
|
746
|
+
buyers: string;
|
|
747
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.SELLERS */
|
|
748
|
+
sellers: string;
|
|
749
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.TRADERS */
|
|
750
|
+
traders: string;
|
|
751
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.BUY_VOLUME */
|
|
752
|
+
buyVolume: string;
|
|
753
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.BUY_VOLUME_IN_USD */
|
|
754
|
+
buyVolumeInUsd: string;
|
|
755
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.BUY_VOLUME_IN_NATIVE */
|
|
756
|
+
buyVolumeInNative: string;
|
|
757
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.SELL_VOLUME */
|
|
758
|
+
sellVolume: string;
|
|
759
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.SELL_VOLUME_IN_USD */
|
|
760
|
+
sellVolumeInUsd: string;
|
|
761
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.SELL_VOLUME_IN_NATIVE */
|
|
762
|
+
sellVolumeInNative: string;
|
|
763
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.TOTAL_VOLUME_IN_USD */
|
|
764
|
+
totalVolumeInUsd: string;
|
|
765
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.TOTAL_VOLUME_IN_NATIVE */
|
|
766
|
+
totalVolumeInNative: string;
|
|
767
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.OPEN_IN_USD */
|
|
768
|
+
openInUsd: string;
|
|
769
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.CLOSE_IN_USD */
|
|
770
|
+
closeInUsd: string;
|
|
771
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.HIGH_IN_USD */
|
|
772
|
+
highInUsd: string;
|
|
773
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.LOW_IN_USD */
|
|
774
|
+
lowInUsd: string;
|
|
775
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.OPEN_IN_NATIVE */
|
|
776
|
+
openInNative: string;
|
|
777
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.CLOSE_IN_NATIVE */
|
|
778
|
+
closeInNative: string;
|
|
779
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.HIGH_IN_NATIVE */
|
|
780
|
+
highInNative: string;
|
|
781
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.LOW_IN_NATIVE */
|
|
782
|
+
lowInNative: string;
|
|
783
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.AVERAGE_PRICE_IN_USD */
|
|
784
|
+
averagePriceInUsd: string;
|
|
785
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.AVERAGE_PRICE_IN_NATIVE */
|
|
786
|
+
averagePriceInNative: string;
|
|
787
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PRICE_CHANGE_RATIO_IN_USD */
|
|
788
|
+
priceChangeRatioInUsd: string;
|
|
789
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_BUYS */
|
|
790
|
+
prevBuys: string;
|
|
791
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_SELLS */
|
|
792
|
+
prevSells: string;
|
|
793
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_TRADES */
|
|
794
|
+
prevTrades: string;
|
|
795
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_BUYERS */
|
|
796
|
+
prevBuyers: string;
|
|
797
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_SELLERS */
|
|
798
|
+
prevSellers: string;
|
|
799
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_BUY_VOLUME */
|
|
800
|
+
prevBuyVolume: string;
|
|
801
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_SELL_VOLUME */
|
|
802
|
+
prevSellVolume: string;
|
|
803
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_BUY_VOLUME_IN_USD */
|
|
804
|
+
prevBuyVolumeInUsd: string;
|
|
805
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_SELL_VOLUME_IN_USD */
|
|
806
|
+
prevSellVolumeInUsd: string;
|
|
807
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_BUY_VOLUME_IN_NATIVE */
|
|
808
|
+
prevBuyVolumeInNative: string;
|
|
809
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_SELL_VOLUME_IN_NATIVE */
|
|
810
|
+
prevSellVolumeInNative: string;
|
|
811
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_OPEN_IN_USD */
|
|
812
|
+
prevOpenInUsd: string;
|
|
813
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_CLOSE_IN_USD */
|
|
814
|
+
prevCloseInUsd: string;
|
|
815
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_HIGH_IN_USD */
|
|
816
|
+
prevHighInUsd: string;
|
|
817
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_LOW_IN_USD */
|
|
818
|
+
prevLowInUsd: string;
|
|
819
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_OPEN_IN_NATIVE */
|
|
820
|
+
prevOpenInNative: string;
|
|
821
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_CLOSE_IN_NATIVE */
|
|
822
|
+
prevCloseInNative: string;
|
|
823
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_HIGH_IN_NATIVE */
|
|
824
|
+
prevHighInNative: string;
|
|
825
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_LOW_IN_NATIVE */
|
|
826
|
+
prevLowInNative: string;
|
|
827
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.DAPP_PROGRAM_COUNT */
|
|
828
|
+
dappProgramCount: string;
|
|
829
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_DAPP_PROGRAM_COUNT */
|
|
830
|
+
prevDappProgramCount: string;
|
|
831
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.POOL_COUNT */
|
|
832
|
+
poolCount: string;
|
|
833
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_POOL_COUNT */
|
|
834
|
+
prevPoolCount: string;
|
|
835
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.CURRENT_LIQUIDITY_IN_USD */
|
|
836
|
+
currentLiquidityInUsd: string;
|
|
837
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_LIQUIDITY_IN_USD */
|
|
838
|
+
prevLiquidityInUsd: string;
|
|
839
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.VOLUME_CHANGE_RATIO */
|
|
840
|
+
volumeChangeRatio?: TokenTradeStatPeriodVolumeChangeRatio;
|
|
841
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.LIQUIDITY_CHANGE_RATIO */
|
|
842
|
+
liquidityChangeRatio?: TokenTradeStatPeriodLiquidityChangeRatio;
|
|
843
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.BUY_SELL_RATIO */
|
|
844
|
+
buySellRatio?: TokenTradeStatPeriodBuySellRatio;
|
|
845
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.UPDATED_AT */
|
|
846
|
+
updatedAt?: string;
|
|
847
|
+
}
|
|
720
848
|
/**
|
|
721
849
|
* DTO.TOKEN.TRADE_STAT.PERIODS
|
|
722
850
|
*/
|
|
723
851
|
type TokenStatPeriods = {
|
|
724
|
-
[key: string]:
|
|
852
|
+
[key: string]: TokenTradeStatPeriod;
|
|
725
853
|
};
|
|
726
854
|
interface TokenStat {
|
|
727
855
|
/** DTO.TOKEN.STAT.ADDRESS */
|
|
@@ -1431,11 +1559,15 @@ interface DexPoolSnapshotPage {
|
|
|
1431
1559
|
/** DTO.PAGE.HAS_PREV */
|
|
1432
1560
|
hasPrev: boolean;
|
|
1433
1561
|
}
|
|
1562
|
+
interface WalletNetWorthSummaryValueDTO {
|
|
1563
|
+
/** DTO.WALLET.NET_WORTH_SUMMARY.VALUE */
|
|
1564
|
+
value: string;
|
|
1565
|
+
}
|
|
1434
1566
|
/**
|
|
1435
1567
|
* DTO.WALLET.NET_WORTH_SUMMARY.WALLETS
|
|
1436
1568
|
*/
|
|
1437
1569
|
type WalletNetWorthSummaryDTOWallets = {
|
|
1438
|
-
[key: string]:
|
|
1570
|
+
[key: string]: WalletNetWorthSummaryValueDTO;
|
|
1439
1571
|
};
|
|
1440
1572
|
interface WalletNetWorthSummaryDTO {
|
|
1441
1573
|
/** DTO.WALLET.NET_WORTH_SUMMARY.CURRENT_TIMESTAMP */
|
|
@@ -1545,11 +1677,25 @@ interface PnlDetailsPage {
|
|
|
1545
1677
|
/** DTO.PAGE.DATA */
|
|
1546
1678
|
data: PnlDetailItemDTO[];
|
|
1547
1679
|
}
|
|
1680
|
+
interface WalletFirstTxItemDTO {
|
|
1681
|
+
/** DTO.WALLET.FIRST_TX.TX_HASH */
|
|
1682
|
+
txHash: string;
|
|
1683
|
+
/** DTO.WALLET.FIRST_TX.BLOCK_TIME */
|
|
1684
|
+
blockTime: number;
|
|
1685
|
+
/** DTO.WALLET.FIRST_TX.BLOCK_NUMBER */
|
|
1686
|
+
blockNumber: number;
|
|
1687
|
+
/** DTO.WALLET.FIRST_TX.BALANCE_CHANGE */
|
|
1688
|
+
balanceChange: string;
|
|
1689
|
+
/** DTO.WALLET.FIRST_TX.TOKEN_ADDRESS */
|
|
1690
|
+
tokenAddress: string;
|
|
1691
|
+
/** DTO.WALLET.FIRST_TX.TOKEN_DECIMALS */
|
|
1692
|
+
decimals: number;
|
|
1693
|
+
}
|
|
1548
1694
|
/**
|
|
1549
1695
|
* DTO.WALLET.FIRST_TX.TX_HASH
|
|
1550
1696
|
*/
|
|
1551
1697
|
type WalletFirstTxDTOWallets = {
|
|
1552
|
-
[key: string]:
|
|
1698
|
+
[key: string]: WalletFirstTxItemDTO;
|
|
1553
1699
|
};
|
|
1554
1700
|
interface WalletFirstTxDTO {
|
|
1555
1701
|
/** DTO.WALLET.FIRST_TX.TX_HASH */
|
|
@@ -6367,4 +6513,4 @@ interface PostOptions {
|
|
|
6367
6513
|
idempotencyKey?: string;
|
|
6368
6514
|
}
|
|
6369
6515
|
|
|
6370
|
-
export { SwapRouteInputDex as $, get as A, streaming as B, ChainStreamClient as C, type StreamingResult as D, type JobDTO as E, type JobStreamingDTOData as F, type GetResult as G, type JobStreamingDTO as H, type BlockchainDTO as I, type JobDTOResult as J, ChainSymbol as K, type BlockchainLatestBlockDTO as L, SendTxInputSubmitType as M, type SendTxInputOptions as N, type SendTxInput as O, type SendTxResponse as P, type GasPriceResponse as Q, type EstimateGasLimitInput as R, StreamApi as S, type TokenProvider as T, type Unsubscribable as U, type EstimateGasLimitResponse as V, WsTokenActivityType as W, SwapInputDex as X, SwapInputSwapMode as Y, type SwapInput as Z, type SwapReply as _, WsChannelType as a, TokenTraderTag as a$, SwapRouteInputSwapMode as a0, type SwapRouteInput as a1, type SwapRouteResponseRouteInfo as a2, type SwapRouteResponse as a3, type DexQuoteResponse as a4, CreateTokenInputDex as a5, type CreateTokenInputExtra as a6, type CreateTokenInput as a7, type CreateTokenReply as a8, type DexDTO as a9, type TokenStat as aA, type DexPoolTokenLiquidity as aB, DexPoolDTOType as aC, DexPoolDTOVersion as aD, DexPoolDTOLiquidityModel as aE, type DexPoolDTO as aF, type TokenMarketData as aG, type TokenExtension as aH, type Token as aI, type TokenPageCountsByProtocols as aJ, type TokenPage as aK, FilterConditionField as aL, type FilterCondition as aM, type TokenMetadata as aN, type DexPoolPage as aO, type TokenHolder as aP, type TokenHolderPage as aQ, Resolution as aR, PriceType as aS, type Candle as aT, type TokenPriceDTO as aU, type TokenPricePage as aV, TokenCreationDTOType as aW, type TokenCreationDTO as aX, type TokenCreationPage as aY, type TokenListPage as aZ, type DevTokenDTO as a_, type DexPage as aa, LinkLabel as ab, type Link as ac, MoonshotCreateTokenInputDex as ad, MoonshotCreateTokenInputMigrationDex as ae, type MoonshotCreateTokenInput as af, type MoonshotCreateTokenReplyExtra as ag, type MoonshotCreateTokenReply as ah, type MoonshotSubmitCreateTokenInputExtra as ai, type MoonshotSubmitCreateTokenInput as aj, PumpCreateTokenInputDex as ak, PumpCreateTokenInputMigrationDex as al, type PumpCreateTokenInput as am, type PumpCreateTokenReplyExtra as an, type PumpCreateTokenReply as ao, type TradeDetailDTO as ap, type TradePage as aq, type TopTradersDTO as ar, type TopTradersPage as as, TraderPnlResolution as at, type TraderGainersLosersItemDTO as au, type TraderGainersLosersPage as av, type TokenCreatorsDTO as aw, type TokenExtraDTO as ax, type TokenSocialMediasDTO as ay, type TokenStatPeriods as az, WsMetricType as b, type ChainalysisAddressIdentification as b$, type TokenTraderOnchainCreatedAt as b0, type TokenTrader as b1, type TokenLiquiditySnapshotDTO as b2, type TokenLiquiditySnapshotPage as b3, TokenTransferItemDTOFlow as b4, type TokenTransferItemDTO as b5, type TokenTransferPage as b6, type TokenTransferTotalDTO as b7, type DexPoolTokenSnapshotDTO as b8, type DexPoolSnapshotDTO as b9, type BalanceUpdatePage as bA, CreateRedPacketInputChain as bB, type CreateRedPacketInput as bC, type CreateRedPacketReply as bD, ClaimRedPacketInputChain as bE, type ClaimRedPacketInput as bF, type RedPacketReply as bG, Chain as bH, type RedPacketDTO as bI, type RedPacketClaimDTO as bJ, type RedPacketClaimsPage as bK, type RedPacketsPage as bL, type RedPacketSendTxInput as bM, type RedPacketSendTxResponse as bN, KYTRegisterTransferRequestNetwork as bO, KYTRegisterTransferRequestDirection as bP, type KYTRegisterTransferRequest as bQ, type TransferBaseResponseDTO as bR, type DirectExposureDetail as bS, type TransferDirectExposureResponseDTO as bT, type AlertDetail as bU, type TransferAlertsResponseDTO as bV, type NetworkIdentificationOrg as bW, type TransferNetworkIdentificationsResponseDTO as bX, KYTRegisterWithdrawalRequestNetwork as bY, type KYTRegisterWithdrawalRequest as bZ, type WithdrawalBaseResponseDTO as b_, type DexPoolSnapshotPage as ba, type WalletNetWorthSummaryDTOWallets as bb, type WalletNetWorthSummaryDTO as bc, type PnlDetailSummaryDTO as bd, type PnlDetailItemDTO as be, type PnlDetailsPage as bf, type WalletFirstTxDTOWallets as bg, type WalletFirstTxDTO as bh, type CalculatePnlInput as bi, type BooleanResultDTO as bj, type WalletNetWorthItemDTO as bk, type WalletNetWorthPage as bl, type TokensBalancePage as bm, type WalletNetWorthHistoryItemDTO as bn, type WalletNetWorthChartDTO as bo, type WalletNetWorthDetailsPage as bp, PnlResolution as bq, WalletPnlSummaryDTOResolution as br, type WalletPnlSummaryDTO as bs, TransactionHistoryItemDTOStatus as bt, TransactionHistoryItemDTOMainAction as bu, type TransactionHistoryItemDTO as bv, type TransactionHistoryPage as bw, BalanceTokenType as bx, BalanceChangeType as by, type BalanceUpdateDTO as bz, type WsTokenActivity as c, type GetPricesParams as c$, type WithdrawalAddressIdentificationsResponseDTO as c0, type OnChainActivity as c1, type AlteryaIdentification as c2, type WithdrawalFraudAssessmentResponseDTO as c3, type RegisterAddressRequest as c4, type RegisterAddressResponseDTO as c5, type AddressExposure as c6, type AddressRiskResponseDTO as c7, EndpointResponseChannelsItem as c8, type EndpointResponseMetadata as c9, GetTopTradersSortBy as cA, type GetTraderGainersLosersParams as cB, GetTraderGainersLosersDirection as cC, GetTraderGainersLosersSortType as cD, type SearchParams as cE, SearchDirection as cF, SearchSort as cG, SearchSortBy as cH, type GetTokensParams as cI, GetTokensSortBy as cJ, GetTokensSortDirection as cK, type GetMetadataMultiParams as cL, type GetMetadataMulti200 as cM, type GetPoolsParams as cN, GetPoolsDirection as cO, GetPoolsSortBy as cP, GetPoolsSortDirection as cQ, type GetStatsMultiParams as cR, type GetStatsMulti200 as cS, type GetHoldersParams as cT, GetHoldersDirection as cU, type GetHoldersMultiParams as cV, type GetCandlesParams as cW, type GetPoolCandlesParams as cX, type GetPairCandlesParams as cY, type GetMarketDataMultiParams as cZ, type GetMarketDataMulti200 as c_, type EndpointResponse as ca, type EndpointListResponse as cb, type EndpointSecretResponse as cc, type EndpointOperationResponse as cd, CreateEndpointInputChannelsItem as ce, type CreateEndpointInputMetadata as cf, type CreateEndpointInput as cg, UpdateEndpointInputChannelsItem as ch, type UpdateEndpointInputMetadata as ci, type UpdateEndpointInput as cj, TradeType as ck, type TradeEvent as cl, type QuoteParams as cm, QuoteDex as cn, type ListDexParams as co, type MoonshotSubmitCreateToken200 as cp, type GetTradesParams as cq, GetTradesDirection as cr, GetTradesType as cs, type GetActivitiesParams as ct, GetActivitiesDirection as cu, GetActivitiesType as cv, type GetTopTradersParams as cw, GetTopTradersDirection as cx, GetTopTradersTimeFrame as cy, GetTopTradersSortType as cz, type WsTokenStat as d, GetRedpacketsChain as d$, GetPricesDirection as d0, type GetPriceByTimeParams as d1, type GetMintAndBurnParams as d2, GetMintAndBurnDirection as d3, GetMintAndBurnType as d4, type ListTokenParams as d5, ListTokenDirection as d6, ListTokenSort as d7, ListTokenSortBy as d8, type GetSecurity200 as d9, GetMigratedTokensSortBy as dA, GetMigratedTokensSortDirection as dB, GetMigratedTokensTag as dC, type GetNetWorthSummaryParams as dD, type GetPnlByWalletParams as dE, GetPnlByWalletDirection as dF, type GetWalletFirstTxParams as dG, type GetNetWorthParams as dH, GetNetWorthDirection as dI, type GetTokensBalanceParams as dJ, GetTokensBalanceDirection as dK, type GetNetWorthChartParams as dL, type GetNetWorthDetailsParams as dM, GetNetWorthDetailsDirection as dN, type GetPnlParams as dO, type GetPnlDetailsParams as dP, GetPnlDetailsDirection as dQ, type GetPnlByTokenParams as dR, GetPnlByTokenDirection as dS, type GetWalletTransfersParams as dT, GetWalletTransfersDirection as dU, type GetWalletTransferTotalParams as dV, GetWalletTransferTotalDirection as dW, type GetBalanceUpdatesParams as dX, GetBalanceUpdatesDirection as dY, type GetClaimsParams as dZ, type GetRedpacketsParams as d_, type GetTokenLiquiditySnapshotsParams as da, GetTokenLiquiditySnapshotsDirection as db, type GetTokenTransfersParams as dc, GetTokenTransfersDirection as dd, type GetTokenTransferTotalParams as de, GetTokenTransferTotalDirection as df, type GetDexpoolSnapshotsParams as dg, GetDexpoolSnapshotsDirection as dh, type GetHotTokensParams as di, GetHotTokensSortBy as dj, GetHotTokensSortDirection as dk, GetHotTokensTag as dl, type GetNewTokensParams as dm, GetNewTokensSortBy as dn, GetNewTokensSortDirection as dp, GetNewTokensTag as dq, type GetStocksTokensParams as dr, GetStocksTokensSortBy as ds, GetStocksTokensSortDirection as dt, GetStocksTokensTag as du, type GetFinalStretchTokensParams as dv, GetFinalStretchTokensSortBy as dw, GetFinalStretchTokensSortDirection as dx, GetFinalStretchTokensTag as dy, type GetMigratedTokensParams as dz, type WsTokenHolder as e, getTokenTraders as e$, type GetClaimsByAddressParams as e0, type GetRedpacketsByAddressParams as e1, type ListEndpointsParams as e2, ListEndpointsOrder as e3, presign as e4, type PresignResult as e5, getSupportedBlockchains as e6, getLatestBlock as e7, type GetSupportedBlockchainsResult as e8, type GetLatestBlockResult as e9, type GetTradesResult as eA, type GetActivitiesResult as eB, type GetTopTradersResult as eC, type GetTraderGainersLosersResult as eD, search as eE, getTokens as eF, getToken as eG, getMetadata as eH, getMetadataMulti as eI, getPools as eJ, getStats as eK, getStatsMulti as eL, getHolders as eM, getHoldersMulti as eN, getCandles as eO, getPoolCandles as eP, getPairCandles as eQ, getTopHolders as eR, getMarketData as eS, getMarketDataMulti as eT, getPrices as eU, getPriceByTime as eV, getCreation as eW, getMintAndBurn as eX, listToken as eY, getSecurity as eZ, getDevTokens as e_, send as ea, getGasPrice as eb, getGasLimit as ec, type SendResult as ed, type GetGasPriceResult as ee, type GetGasLimitResult as ef, swap as eg, route as eh, quote as ei, createToken as ej, listDex as ek, type SwapResult as el, type RouteResult as em, type QuoteResult as en, type CreateTokenResult as eo, type ListDexResult as ep, moonshotCreateToken as eq, moonshotSubmitCreateToken as er, type MoonshotCreateTokenResult as es, type MoonshotSubmitCreateTokenResult as et, pumpfunCreateToken as eu, type PumpfunCreateTokenResult as ev, getTrades as ew, getActivities as ex, getTopTraders as ey, getTraderGainersLosers as ez, type WsWalletBalance as f, type GetTokensBalanceResult as f$, getTokenLiquiditySnapshots as f0, getTokenTransfers as f1, getTokenTransferTotal as f2, type SearchResult as f3, type GetTokensResult as f4, type GetTokenResult as f5, type GetMetadataResult as f6, type GetMetadataMultiResult as f7, type GetPoolsResult as f8, type GetStatsResult as f9, getStocksTokens as fA, getFinalStretchTokens as fB, getMigratedTokens as fC, type GetHotTokensResult as fD, type GetNewTokensResult as fE, type GetStocksTokensResult as fF, type GetFinalStretchTokensResult as fG, type GetMigratedTokensResult as fH, getNetWorthSummary as fI, getPnlByWallet as fJ, getWalletFirstTx as fK, calculatePnl as fL, getNetWorth as fM, getTokensBalance as fN, getNetWorthChart as fO, getNetWorthDetails as fP, getPnl as fQ, getPnlDetails as fR, getPnlByToken as fS, getWalletTransfers as fT, getWalletTransferTotal as fU, getBalanceUpdates as fV, type GetNetWorthSummaryResult as fW, type GetPnlByWalletResult as fX, type GetWalletFirstTxResult as fY, type CalculatePnlResult as fZ, type GetNetWorthResult as f_, type GetStatsMultiResult as fa, type GetHoldersResult as fb, type GetHoldersMultiResult as fc, type GetCandlesResult as fd, type GetPoolCandlesResult as fe, type GetPairCandlesResult as ff, type GetTopHoldersResult as fg, type GetMarketDataResult as fh, type GetMarketDataMultiResult as fi, type GetPricesResult as fj, type GetPriceByTimeResult as fk, type GetCreationResult as fl, type GetMintAndBurnResult as fm, type ListTokenResult as fn, type GetSecurityResult as fo, type GetDevTokensResult as fp, type GetTokenTradersResult as fq, type GetTokenLiquiditySnapshotsResult as fr, type GetTokenTransfersResult as fs, type GetTokenTransferTotalResult as ft, getDexpool as fu, getDexpoolSnapshots as fv, type GetDexpoolResult as fw, type GetDexpoolSnapshotsResult as fx, getHotTokens as fy, getNewTokens as fz, type WsWalletPnl as g, type UpdateEndpointResult as g$, type GetNetWorthChartResult as g0, type GetNetWorthDetailsResult as g1, type GetPnlResult as g2, type GetPnlDetailsResult as g3, type GetPnlByTokenResult as g4, type GetWalletTransfersResult as g5, type GetWalletTransferTotalResult as g6, type GetBalanceUpdatesResult as g7, createRedpacket as g8, claimRedpacket as g9, getWithdrawalNetworkIdentifications as gA, getWithdrawalFraudAssessment as gB, registerAddress as gC, getAddressRisk as gD, type RegisterTransferResult as gE, type GetTransferSummaryResult as gF, type GetTransferDirectExposureResult as gG, type GetTransferAlertsResult as gH, type GetTransferNetworkIdentificationsResult as gI, type RegisterWithdrawalResult as gJ, type GetWithdrawalSummaryResult as gK, type GetWithdrawalDirectExposureResult as gL, type GetWithdrawalAlertsResult as gM, type GetWithdrawalAddressIdentificationsResult as gN, type GetWithdrawalNetworkIdentificationsResult as gO, type GetWithdrawalFraudAssessmentResult as gP, type RegisterAddressResult as gQ, type GetAddressRiskResult as gR, listEndpoints as gS, createEndpoint as gT, updateEndpoint as gU, getEndpoint as gV, deleteEndpoint as gW, getEndpointSecret as gX, rotateEndpointSecret as gY, type ListEndpointsResult as gZ, type CreateEndpointResult as g_, getRedpacket as ga, getClaims as gb, getRedpackets as gc, getClaimsByAddress as gd, getRedpacketsByAddress as ge, redpacketSend as gf, type CreateRedpacketResult as gg, type ClaimRedpacketResult as gh, type GetRedpacketResult as gi, type GetClaimsResult as gj, type GetRedpacketsResult as gk, type GetClaimsByAddressResult as gl, type GetRedpacketsByAddressResult as gm, type RedpacketSendResult as gn, watchlistAdd as go, type WatchlistAddResult as gp, registerTransfer as gq, getTransferSummary as gr, getTransferDirectExposure as gs, getTransferAlerts as gt, getTransferNetworkIdentifications as gu, registerWithdrawal as gv, getWithdrawalSummary as gw, getWithdrawalDirectExposure as gx, getWithdrawalAlerts as gy, getWithdrawalAddressIdentifications as gz, type WsNewToken as h, type GetEndpointResult as h0, type DeleteEndpointResult as h1, type GetEndpointSecretResult as h2, type RotateEndpointSecretResult as h3, type PostOptions as h4, type WsTokenSupply as i, type WsDexPoolBalance as j, type WsTokenLiquidity as k, type WsTokenMaxLiquidity as l, type WsTokenTotalLiquidity as m, type WsDexProtocol as n, type WsTokenBondingCurve as o, type WsTokenMetadata as p, type WsSocialMedia as q, type WsCandle as r, type WsPriceType as s, type WsTradeActivity as t, type WsWalletTokenPnl as u, WsRankingType as v, WsDex as w, type WsRankingTokenList as x, type ChainStreamClientOptions as y, type ChainStreamRequestContext as z };
|
|
6516
|
+
export { SwapRouteInputDex as $, get as A, streaming as B, ChainStreamClient as C, type StreamingResult as D, type JobDTO as E, type JobStreamingDTOData as F, type GetResult as G, type JobStreamingDTO as H, type BlockchainDTO as I, type JobDTOResult as J, ChainSymbol as K, type BlockchainLatestBlockDTO as L, SendTxInputSubmitType as M, type SendTxInputOptions as N, type SendTxInput as O, type SendTxResponse as P, type GasPriceResponse as Q, type EstimateGasLimitInput as R, StreamApi as S, type TokenProvider as T, type Unsubscribable as U, type EstimateGasLimitResponse as V, WsTokenActivityType as W, SwapInputDex as X, SwapInputSwapMode as Y, type SwapInput as Z, type SwapReply as _, WsChannelType as a, type TokenCreationDTO as a$, SwapRouteInputSwapMode as a0, type SwapRouteInput as a1, type SwapRouteResponseRouteInfo as a2, type SwapRouteResponse as a3, type DexQuoteResponse as a4, CreateTokenInputDex as a5, type CreateTokenInputExtra as a6, type CreateTokenInput as a7, type CreateTokenReply as a8, type DexDTO as a9, type TokenTradeStatPeriodLiquidityChangeRatio as aA, type TokenTradeStatPeriodBuySellRatio as aB, type TokenTradeStatPeriod as aC, type TokenStatPeriods as aD, type TokenStat as aE, type DexPoolTokenLiquidity as aF, DexPoolDTOType as aG, DexPoolDTOVersion as aH, DexPoolDTOLiquidityModel as aI, type DexPoolDTO as aJ, type TokenMarketData as aK, type TokenExtension as aL, type Token as aM, type TokenPageCountsByProtocols as aN, type TokenPage as aO, FilterConditionField as aP, type FilterCondition as aQ, type TokenMetadata as aR, type DexPoolPage as aS, type TokenHolder as aT, type TokenHolderPage as aU, Resolution as aV, PriceType as aW, type Candle as aX, type TokenPriceDTO as aY, type TokenPricePage as aZ, TokenCreationDTOType as a_, type DexPage as aa, LinkLabel as ab, type Link as ac, MoonshotCreateTokenInputDex as ad, MoonshotCreateTokenInputMigrationDex as ae, type MoonshotCreateTokenInput as af, type MoonshotCreateTokenReplyExtra as ag, type MoonshotCreateTokenReply as ah, type MoonshotSubmitCreateTokenInputExtra as ai, type MoonshotSubmitCreateTokenInput as aj, PumpCreateTokenInputDex as ak, PumpCreateTokenInputMigrationDex as al, type PumpCreateTokenInput as am, type PumpCreateTokenReplyExtra as an, type PumpCreateTokenReply as ao, type TradeDetailDTO as ap, type TradePage as aq, type TopTradersDTO as ar, type TopTradersPage as as, TraderPnlResolution as at, type TraderGainersLosersItemDTO as au, type TraderGainersLosersPage as av, type TokenCreatorsDTO as aw, type TokenExtraDTO as ax, type TokenSocialMediasDTO as ay, type TokenTradeStatPeriodVolumeChangeRatio as az, WsMetricType as b, type TransferAlertsResponseDTO as b$, type TokenCreationPage as b0, type TokenListPage as b1, type DevTokenDTO as b2, TokenTraderTag as b3, type TokenTraderOnchainCreatedAt as b4, type TokenTrader as b5, type TokenLiquiditySnapshotDTO as b6, type TokenLiquiditySnapshotPage as b7, TokenTransferItemDTOFlow as b8, type TokenTransferItemDTO as b9, TransactionHistoryItemDTOMainAction as bA, type TransactionHistoryItemDTO as bB, type TransactionHistoryPage as bC, BalanceTokenType as bD, BalanceChangeType as bE, type BalanceUpdateDTO as bF, type BalanceUpdatePage as bG, CreateRedPacketInputChain as bH, type CreateRedPacketInput as bI, type CreateRedPacketReply as bJ, ClaimRedPacketInputChain as bK, type ClaimRedPacketInput as bL, type RedPacketReply as bM, Chain as bN, type RedPacketDTO as bO, type RedPacketClaimDTO as bP, type RedPacketClaimsPage as bQ, type RedPacketsPage as bR, type RedPacketSendTxInput as bS, type RedPacketSendTxResponse as bT, KYTRegisterTransferRequestNetwork as bU, KYTRegisterTransferRequestDirection as bV, type KYTRegisterTransferRequest as bW, type TransferBaseResponseDTO as bX, type DirectExposureDetail as bY, type TransferDirectExposureResponseDTO as bZ, type AlertDetail as b_, type TokenTransferPage as ba, type TokenTransferTotalDTO as bb, type DexPoolTokenSnapshotDTO as bc, type DexPoolSnapshotDTO as bd, type DexPoolSnapshotPage as be, type WalletNetWorthSummaryValueDTO as bf, type WalletNetWorthSummaryDTOWallets as bg, type WalletNetWorthSummaryDTO as bh, type PnlDetailSummaryDTO as bi, type PnlDetailItemDTO as bj, type PnlDetailsPage as bk, type WalletFirstTxItemDTO as bl, type WalletFirstTxDTOWallets as bm, type WalletFirstTxDTO as bn, type CalculatePnlInput as bo, type BooleanResultDTO as bp, type WalletNetWorthItemDTO as bq, type WalletNetWorthPage as br, type TokensBalancePage as bs, type WalletNetWorthHistoryItemDTO as bt, type WalletNetWorthChartDTO as bu, type WalletNetWorthDetailsPage as bv, PnlResolution as bw, WalletPnlSummaryDTOResolution as bx, type WalletPnlSummaryDTO as by, TransactionHistoryItemDTOStatus as bz, type WsTokenActivity as c, type GetHoldersMultiParams as c$, type NetworkIdentificationOrg as c0, type TransferNetworkIdentificationsResponseDTO as c1, KYTRegisterWithdrawalRequestNetwork as c2, type KYTRegisterWithdrawalRequest as c3, type WithdrawalBaseResponseDTO as c4, type ChainalysisAddressIdentification as c5, type WithdrawalAddressIdentificationsResponseDTO as c6, type OnChainActivity as c7, type AlteryaIdentification as c8, type WithdrawalFraudAssessmentResponseDTO as c9, GetActivitiesDirection as cA, GetActivitiesType as cB, type GetTopTradersParams as cC, GetTopTradersDirection as cD, GetTopTradersTimeFrame as cE, GetTopTradersSortType as cF, GetTopTradersSortBy as cG, type GetTraderGainersLosersParams as cH, GetTraderGainersLosersDirection as cI, GetTraderGainersLosersSortType as cJ, type SearchParams as cK, SearchDirection as cL, SearchSort as cM, SearchSortBy as cN, type GetTokensParams as cO, GetTokensSortBy as cP, GetTokensSortDirection as cQ, type GetMetadataMultiParams as cR, type GetMetadataMulti200 as cS, type GetPoolsParams as cT, GetPoolsDirection as cU, GetPoolsSortBy as cV, GetPoolsSortDirection as cW, type GetStatsMultiParams as cX, type GetStatsMulti200 as cY, type GetHoldersParams as cZ, GetHoldersDirection as c_, type RegisterAddressRequest as ca, type RegisterAddressResponseDTO as cb, type AddressExposure as cc, type AddressRiskResponseDTO as cd, EndpointResponseChannelsItem as ce, type EndpointResponseMetadata as cf, type EndpointResponse as cg, type EndpointListResponse as ch, type EndpointSecretResponse as ci, type EndpointOperationResponse as cj, CreateEndpointInputChannelsItem as ck, type CreateEndpointInputMetadata as cl, type CreateEndpointInput as cm, UpdateEndpointInputChannelsItem as cn, type UpdateEndpointInputMetadata as co, type UpdateEndpointInput as cp, TradeType as cq, type TradeEvent as cr, type QuoteParams as cs, QuoteDex as ct, type ListDexParams as cu, type MoonshotSubmitCreateToken200 as cv, type GetTradesParams as cw, GetTradesDirection as cx, GetTradesType as cy, type GetActivitiesParams as cz, type WsTokenStat as d, type GetWalletTransferTotalParams as d$, type GetCandlesParams as d0, type GetPoolCandlesParams as d1, type GetPairCandlesParams as d2, type GetMarketDataMultiParams as d3, type GetMarketDataMulti200 as d4, type GetPricesParams as d5, GetPricesDirection as d6, type GetPriceByTimeParams as d7, type GetMintAndBurnParams as d8, GetMintAndBurnDirection as d9, GetStocksTokensTag as dA, type GetFinalStretchTokensParams as dB, GetFinalStretchTokensSortBy as dC, GetFinalStretchTokensSortDirection as dD, GetFinalStretchTokensTag as dE, type GetMigratedTokensParams as dF, GetMigratedTokensSortBy as dG, GetMigratedTokensSortDirection as dH, GetMigratedTokensTag as dI, type GetNetWorthSummaryParams as dJ, type GetPnlByWalletParams as dK, GetPnlByWalletDirection as dL, type GetWalletFirstTxParams as dM, type GetNetWorthParams as dN, GetNetWorthDirection as dO, type GetTokensBalanceParams as dP, GetTokensBalanceDirection as dQ, type GetNetWorthChartParams as dR, type GetNetWorthDetailsParams as dS, GetNetWorthDetailsDirection as dT, type GetPnlParams as dU, type GetPnlDetailsParams as dV, GetPnlDetailsDirection as dW, type GetPnlByTokenParams as dX, GetPnlByTokenDirection as dY, type GetWalletTransfersParams as dZ, GetWalletTransfersDirection as d_, GetMintAndBurnType as da, type ListTokenParams as db, ListTokenDirection as dc, ListTokenSort as dd, ListTokenSortBy as de, type GetSecurity200 as df, type GetTokenLiquiditySnapshotsParams as dg, GetTokenLiquiditySnapshotsDirection as dh, type GetTokenTransfersParams as di, GetTokenTransfersDirection as dj, type GetTokenTransferTotalParams as dk, GetTokenTransferTotalDirection as dl, type GetDexpoolSnapshotsParams as dm, GetDexpoolSnapshotsDirection as dn, type GetHotTokensParams as dp, GetHotTokensSortBy as dq, GetHotTokensSortDirection as dr, GetHotTokensTag as ds, type GetNewTokensParams as dt, GetNewTokensSortBy as du, GetNewTokensSortDirection as dv, GetNewTokensTag as dw, type GetStocksTokensParams as dx, GetStocksTokensSortBy as dy, GetStocksTokensSortDirection as dz, type WsTokenHolder as e, getPriceByTime as e$, GetWalletTransferTotalDirection as e0, type GetBalanceUpdatesParams as e1, GetBalanceUpdatesDirection as e2, type GetClaimsParams as e3, type GetRedpacketsParams as e4, GetRedpacketsChain as e5, type GetClaimsByAddressParams as e6, type GetRedpacketsByAddressParams as e7, type ListEndpointsParams as e8, ListEndpointsOrder as e9, pumpfunCreateToken as eA, type PumpfunCreateTokenResult as eB, getTrades as eC, getActivities as eD, getTopTraders as eE, getTraderGainersLosers as eF, type GetTradesResult as eG, type GetActivitiesResult as eH, type GetTopTradersResult as eI, type GetTraderGainersLosersResult as eJ, search as eK, getTokens as eL, getToken as eM, getMetadata as eN, getMetadataMulti as eO, getPools as eP, getStats as eQ, getStatsMulti as eR, getHolders as eS, getHoldersMulti as eT, getCandles as eU, getPoolCandles as eV, getPairCandles as eW, getTopHolders as eX, getMarketData as eY, getMarketDataMulti as eZ, getPrices as e_, presign as ea, type PresignResult as eb, getSupportedBlockchains as ec, getLatestBlock as ed, type GetSupportedBlockchainsResult as ee, type GetLatestBlockResult as ef, send as eg, getGasPrice as eh, getGasLimit as ei, type SendResult as ej, type GetGasPriceResult as ek, type GetGasLimitResult as el, swap as em, route as en, quote as eo, createToken as ep, listDex as eq, type SwapResult as er, type RouteResult as es, type QuoteResult as et, type CreateTokenResult as eu, type ListDexResult as ev, moonshotCreateToken as ew, moonshotSubmitCreateToken as ex, type MoonshotCreateTokenResult as ey, type MoonshotSubmitCreateTokenResult as ez, type WsWalletBalance as f, getBalanceUpdates as f$, getCreation as f0, getMintAndBurn as f1, listToken as f2, getSecurity as f3, getDevTokens as f4, getTokenTraders as f5, getTokenLiquiditySnapshots as f6, getTokenTransfers as f7, getTokenTransferTotal as f8, type SearchResult as f9, getDexpool as fA, getDexpoolSnapshots as fB, type GetDexpoolResult as fC, type GetDexpoolSnapshotsResult as fD, getHotTokens as fE, getNewTokens as fF, getStocksTokens as fG, getFinalStretchTokens as fH, getMigratedTokens as fI, type GetHotTokensResult as fJ, type GetNewTokensResult as fK, type GetStocksTokensResult as fL, type GetFinalStretchTokensResult as fM, type GetMigratedTokensResult as fN, getNetWorthSummary as fO, getPnlByWallet as fP, getWalletFirstTx as fQ, calculatePnl as fR, getNetWorth as fS, getTokensBalance as fT, getNetWorthChart as fU, getNetWorthDetails as fV, getPnl as fW, getPnlDetails as fX, getPnlByToken as fY, getWalletTransfers as fZ, getWalletTransferTotal as f_, type GetTokensResult as fa, type GetTokenResult as fb, type GetMetadataResult as fc, type GetMetadataMultiResult as fd, type GetPoolsResult as fe, type GetStatsResult as ff, type GetStatsMultiResult as fg, type GetHoldersResult as fh, type GetHoldersMultiResult as fi, type GetCandlesResult as fj, type GetPoolCandlesResult as fk, type GetPairCandlesResult as fl, type GetTopHoldersResult as fm, type GetMarketDataResult as fn, type GetMarketDataMultiResult as fo, type GetPricesResult as fp, type GetPriceByTimeResult as fq, type GetCreationResult as fr, type GetMintAndBurnResult as fs, type ListTokenResult as ft, type GetSecurityResult as fu, type GetDevTokensResult as fv, type GetTokenTradersResult as fw, type GetTokenLiquiditySnapshotsResult as fx, type GetTokenTransfersResult as fy, type GetTokenTransferTotalResult as fz, type WsWalletPnl as g, getEndpoint as g$, type GetNetWorthSummaryResult as g0, type GetPnlByWalletResult as g1, type GetWalletFirstTxResult as g2, type CalculatePnlResult as g3, type GetNetWorthResult as g4, type GetTokensBalanceResult as g5, type GetNetWorthChartResult as g6, type GetNetWorthDetailsResult as g7, type GetPnlResult as g8, type GetPnlDetailsResult as g9, getTransferNetworkIdentifications as gA, registerWithdrawal as gB, getWithdrawalSummary as gC, getWithdrawalDirectExposure as gD, getWithdrawalAlerts as gE, getWithdrawalAddressIdentifications as gF, getWithdrawalNetworkIdentifications as gG, getWithdrawalFraudAssessment as gH, registerAddress as gI, getAddressRisk as gJ, type RegisterTransferResult as gK, type GetTransferSummaryResult as gL, type GetTransferDirectExposureResult as gM, type GetTransferAlertsResult as gN, type GetTransferNetworkIdentificationsResult as gO, type RegisterWithdrawalResult as gP, type GetWithdrawalSummaryResult as gQ, type GetWithdrawalDirectExposureResult as gR, type GetWithdrawalAlertsResult as gS, type GetWithdrawalAddressIdentificationsResult as gT, type GetWithdrawalNetworkIdentificationsResult as gU, type GetWithdrawalFraudAssessmentResult as gV, type RegisterAddressResult as gW, type GetAddressRiskResult as gX, listEndpoints as gY, createEndpoint as gZ, updateEndpoint as g_, type GetPnlByTokenResult as ga, type GetWalletTransfersResult as gb, type GetWalletTransferTotalResult as gc, type GetBalanceUpdatesResult as gd, createRedpacket as ge, claimRedpacket as gf, getRedpacket as gg, getClaims as gh, getRedpackets as gi, getClaimsByAddress as gj, getRedpacketsByAddress as gk, redpacketSend as gl, type CreateRedpacketResult as gm, type ClaimRedpacketResult as gn, type GetRedpacketResult as go, type GetClaimsResult as gp, type GetRedpacketsResult as gq, type GetClaimsByAddressResult as gr, type GetRedpacketsByAddressResult as gs, type RedpacketSendResult as gt, watchlistAdd as gu, type WatchlistAddResult as gv, registerTransfer as gw, getTransferSummary as gx, getTransferDirectExposure as gy, getTransferAlerts as gz, type WsNewToken as h, deleteEndpoint as h0, getEndpointSecret as h1, rotateEndpointSecret as h2, type ListEndpointsResult as h3, type CreateEndpointResult as h4, type UpdateEndpointResult as h5, type GetEndpointResult as h6, type DeleteEndpointResult as h7, type GetEndpointSecretResult as h8, type RotateEndpointSecretResult as h9, type PostOptions as ha, type WsTokenSupply as i, type WsDexPoolBalance as j, type WsTokenLiquidity as k, type WsTokenMaxLiquidity as l, type WsTokenTotalLiquidity as m, type WsDexProtocol as n, type WsTokenBondingCurve as o, type WsTokenMetadata as p, type WsSocialMedia as q, type WsCandle as r, type WsPriceType as s, type WsTradeActivity as t, type WsWalletTokenPnl as u, WsRankingType as v, WsDex as w, type WsRankingTokenList as x, type ChainStreamClientOptions as y, type ChainStreamRequestContext as z };
|
|
@@ -717,11 +717,139 @@ interface TokenSocialMediasDTO {
|
|
|
717
717
|
/** DTO.TOKEN.SOCIAL_MEDIAS.BITBUCKET */
|
|
718
718
|
bitbucket?: string;
|
|
719
719
|
}
|
|
720
|
+
/**
|
|
721
|
+
* DTO.TOKEN.TRADE_STAT.PERIOD.VOLUME_CHANGE_RATIO
|
|
722
|
+
*/
|
|
723
|
+
type TokenTradeStatPeriodVolumeChangeRatio = {
|
|
724
|
+
[key: string]: unknown;
|
|
725
|
+
};
|
|
726
|
+
/**
|
|
727
|
+
* DTO.TOKEN.TRADE_STAT.PERIOD.LIQUIDITY_CHANGE_RATIO
|
|
728
|
+
*/
|
|
729
|
+
type TokenTradeStatPeriodLiquidityChangeRatio = {
|
|
730
|
+
[key: string]: unknown;
|
|
731
|
+
};
|
|
732
|
+
/**
|
|
733
|
+
* DTO.TOKEN.TRADE_STAT.PERIOD.BUY_SELL_RATIO
|
|
734
|
+
*/
|
|
735
|
+
type TokenTradeStatPeriodBuySellRatio = {
|
|
736
|
+
[key: string]: unknown;
|
|
737
|
+
};
|
|
738
|
+
interface TokenTradeStatPeriod {
|
|
739
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.BUYS */
|
|
740
|
+
buys: string;
|
|
741
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.SELLS */
|
|
742
|
+
sells: string;
|
|
743
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.TRADES */
|
|
744
|
+
trades: string;
|
|
745
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.BUYERS */
|
|
746
|
+
buyers: string;
|
|
747
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.SELLERS */
|
|
748
|
+
sellers: string;
|
|
749
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.TRADERS */
|
|
750
|
+
traders: string;
|
|
751
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.BUY_VOLUME */
|
|
752
|
+
buyVolume: string;
|
|
753
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.BUY_VOLUME_IN_USD */
|
|
754
|
+
buyVolumeInUsd: string;
|
|
755
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.BUY_VOLUME_IN_NATIVE */
|
|
756
|
+
buyVolumeInNative: string;
|
|
757
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.SELL_VOLUME */
|
|
758
|
+
sellVolume: string;
|
|
759
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.SELL_VOLUME_IN_USD */
|
|
760
|
+
sellVolumeInUsd: string;
|
|
761
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.SELL_VOLUME_IN_NATIVE */
|
|
762
|
+
sellVolumeInNative: string;
|
|
763
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.TOTAL_VOLUME_IN_USD */
|
|
764
|
+
totalVolumeInUsd: string;
|
|
765
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.TOTAL_VOLUME_IN_NATIVE */
|
|
766
|
+
totalVolumeInNative: string;
|
|
767
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.OPEN_IN_USD */
|
|
768
|
+
openInUsd: string;
|
|
769
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.CLOSE_IN_USD */
|
|
770
|
+
closeInUsd: string;
|
|
771
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.HIGH_IN_USD */
|
|
772
|
+
highInUsd: string;
|
|
773
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.LOW_IN_USD */
|
|
774
|
+
lowInUsd: string;
|
|
775
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.OPEN_IN_NATIVE */
|
|
776
|
+
openInNative: string;
|
|
777
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.CLOSE_IN_NATIVE */
|
|
778
|
+
closeInNative: string;
|
|
779
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.HIGH_IN_NATIVE */
|
|
780
|
+
highInNative: string;
|
|
781
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.LOW_IN_NATIVE */
|
|
782
|
+
lowInNative: string;
|
|
783
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.AVERAGE_PRICE_IN_USD */
|
|
784
|
+
averagePriceInUsd: string;
|
|
785
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.AVERAGE_PRICE_IN_NATIVE */
|
|
786
|
+
averagePriceInNative: string;
|
|
787
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PRICE_CHANGE_RATIO_IN_USD */
|
|
788
|
+
priceChangeRatioInUsd: string;
|
|
789
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_BUYS */
|
|
790
|
+
prevBuys: string;
|
|
791
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_SELLS */
|
|
792
|
+
prevSells: string;
|
|
793
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_TRADES */
|
|
794
|
+
prevTrades: string;
|
|
795
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_BUYERS */
|
|
796
|
+
prevBuyers: string;
|
|
797
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_SELLERS */
|
|
798
|
+
prevSellers: string;
|
|
799
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_BUY_VOLUME */
|
|
800
|
+
prevBuyVolume: string;
|
|
801
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_SELL_VOLUME */
|
|
802
|
+
prevSellVolume: string;
|
|
803
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_BUY_VOLUME_IN_USD */
|
|
804
|
+
prevBuyVolumeInUsd: string;
|
|
805
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_SELL_VOLUME_IN_USD */
|
|
806
|
+
prevSellVolumeInUsd: string;
|
|
807
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_BUY_VOLUME_IN_NATIVE */
|
|
808
|
+
prevBuyVolumeInNative: string;
|
|
809
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_SELL_VOLUME_IN_NATIVE */
|
|
810
|
+
prevSellVolumeInNative: string;
|
|
811
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_OPEN_IN_USD */
|
|
812
|
+
prevOpenInUsd: string;
|
|
813
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_CLOSE_IN_USD */
|
|
814
|
+
prevCloseInUsd: string;
|
|
815
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_HIGH_IN_USD */
|
|
816
|
+
prevHighInUsd: string;
|
|
817
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_LOW_IN_USD */
|
|
818
|
+
prevLowInUsd: string;
|
|
819
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_OPEN_IN_NATIVE */
|
|
820
|
+
prevOpenInNative: string;
|
|
821
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_CLOSE_IN_NATIVE */
|
|
822
|
+
prevCloseInNative: string;
|
|
823
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_HIGH_IN_NATIVE */
|
|
824
|
+
prevHighInNative: string;
|
|
825
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_LOW_IN_NATIVE */
|
|
826
|
+
prevLowInNative: string;
|
|
827
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.DAPP_PROGRAM_COUNT */
|
|
828
|
+
dappProgramCount: string;
|
|
829
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_DAPP_PROGRAM_COUNT */
|
|
830
|
+
prevDappProgramCount: string;
|
|
831
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.POOL_COUNT */
|
|
832
|
+
poolCount: string;
|
|
833
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_POOL_COUNT */
|
|
834
|
+
prevPoolCount: string;
|
|
835
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.CURRENT_LIQUIDITY_IN_USD */
|
|
836
|
+
currentLiquidityInUsd: string;
|
|
837
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.PREV_LIQUIDITY_IN_USD */
|
|
838
|
+
prevLiquidityInUsd: string;
|
|
839
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.VOLUME_CHANGE_RATIO */
|
|
840
|
+
volumeChangeRatio?: TokenTradeStatPeriodVolumeChangeRatio;
|
|
841
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.LIQUIDITY_CHANGE_RATIO */
|
|
842
|
+
liquidityChangeRatio?: TokenTradeStatPeriodLiquidityChangeRatio;
|
|
843
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.BUY_SELL_RATIO */
|
|
844
|
+
buySellRatio?: TokenTradeStatPeriodBuySellRatio;
|
|
845
|
+
/** DTO.TOKEN.TRADE_STAT.PERIOD.UPDATED_AT */
|
|
846
|
+
updatedAt?: string;
|
|
847
|
+
}
|
|
720
848
|
/**
|
|
721
849
|
* DTO.TOKEN.TRADE_STAT.PERIODS
|
|
722
850
|
*/
|
|
723
851
|
type TokenStatPeriods = {
|
|
724
|
-
[key: string]:
|
|
852
|
+
[key: string]: TokenTradeStatPeriod;
|
|
725
853
|
};
|
|
726
854
|
interface TokenStat {
|
|
727
855
|
/** DTO.TOKEN.STAT.ADDRESS */
|
|
@@ -1431,11 +1559,15 @@ interface DexPoolSnapshotPage {
|
|
|
1431
1559
|
/** DTO.PAGE.HAS_PREV */
|
|
1432
1560
|
hasPrev: boolean;
|
|
1433
1561
|
}
|
|
1562
|
+
interface WalletNetWorthSummaryValueDTO {
|
|
1563
|
+
/** DTO.WALLET.NET_WORTH_SUMMARY.VALUE */
|
|
1564
|
+
value: string;
|
|
1565
|
+
}
|
|
1434
1566
|
/**
|
|
1435
1567
|
* DTO.WALLET.NET_WORTH_SUMMARY.WALLETS
|
|
1436
1568
|
*/
|
|
1437
1569
|
type WalletNetWorthSummaryDTOWallets = {
|
|
1438
|
-
[key: string]:
|
|
1570
|
+
[key: string]: WalletNetWorthSummaryValueDTO;
|
|
1439
1571
|
};
|
|
1440
1572
|
interface WalletNetWorthSummaryDTO {
|
|
1441
1573
|
/** DTO.WALLET.NET_WORTH_SUMMARY.CURRENT_TIMESTAMP */
|
|
@@ -1545,11 +1677,25 @@ interface PnlDetailsPage {
|
|
|
1545
1677
|
/** DTO.PAGE.DATA */
|
|
1546
1678
|
data: PnlDetailItemDTO[];
|
|
1547
1679
|
}
|
|
1680
|
+
interface WalletFirstTxItemDTO {
|
|
1681
|
+
/** DTO.WALLET.FIRST_TX.TX_HASH */
|
|
1682
|
+
txHash: string;
|
|
1683
|
+
/** DTO.WALLET.FIRST_TX.BLOCK_TIME */
|
|
1684
|
+
blockTime: number;
|
|
1685
|
+
/** DTO.WALLET.FIRST_TX.BLOCK_NUMBER */
|
|
1686
|
+
blockNumber: number;
|
|
1687
|
+
/** DTO.WALLET.FIRST_TX.BALANCE_CHANGE */
|
|
1688
|
+
balanceChange: string;
|
|
1689
|
+
/** DTO.WALLET.FIRST_TX.TOKEN_ADDRESS */
|
|
1690
|
+
tokenAddress: string;
|
|
1691
|
+
/** DTO.WALLET.FIRST_TX.TOKEN_DECIMALS */
|
|
1692
|
+
decimals: number;
|
|
1693
|
+
}
|
|
1548
1694
|
/**
|
|
1549
1695
|
* DTO.WALLET.FIRST_TX.TX_HASH
|
|
1550
1696
|
*/
|
|
1551
1697
|
type WalletFirstTxDTOWallets = {
|
|
1552
|
-
[key: string]:
|
|
1698
|
+
[key: string]: WalletFirstTxItemDTO;
|
|
1553
1699
|
};
|
|
1554
1700
|
interface WalletFirstTxDTO {
|
|
1555
1701
|
/** DTO.WALLET.FIRST_TX.TX_HASH */
|
|
@@ -6367,4 +6513,4 @@ interface PostOptions {
|
|
|
6367
6513
|
idempotencyKey?: string;
|
|
6368
6514
|
}
|
|
6369
6515
|
|
|
6370
|
-
export { SwapRouteInputDex as $, get as A, streaming as B, ChainStreamClient as C, type StreamingResult as D, type JobDTO as E, type JobStreamingDTOData as F, type GetResult as G, type JobStreamingDTO as H, type BlockchainDTO as I, type JobDTOResult as J, ChainSymbol as K, type BlockchainLatestBlockDTO as L, SendTxInputSubmitType as M, type SendTxInputOptions as N, type SendTxInput as O, type SendTxResponse as P, type GasPriceResponse as Q, type EstimateGasLimitInput as R, StreamApi as S, type TokenProvider as T, type Unsubscribable as U, type EstimateGasLimitResponse as V, WsTokenActivityType as W, SwapInputDex as X, SwapInputSwapMode as Y, type SwapInput as Z, type SwapReply as _, WsChannelType as a, TokenTraderTag as a$, SwapRouteInputSwapMode as a0, type SwapRouteInput as a1, type SwapRouteResponseRouteInfo as a2, type SwapRouteResponse as a3, type DexQuoteResponse as a4, CreateTokenInputDex as a5, type CreateTokenInputExtra as a6, type CreateTokenInput as a7, type CreateTokenReply as a8, type DexDTO as a9, type TokenStat as aA, type DexPoolTokenLiquidity as aB, DexPoolDTOType as aC, DexPoolDTOVersion as aD, DexPoolDTOLiquidityModel as aE, type DexPoolDTO as aF, type TokenMarketData as aG, type TokenExtension as aH, type Token as aI, type TokenPageCountsByProtocols as aJ, type TokenPage as aK, FilterConditionField as aL, type FilterCondition as aM, type TokenMetadata as aN, type DexPoolPage as aO, type TokenHolder as aP, type TokenHolderPage as aQ, Resolution as aR, PriceType as aS, type Candle as aT, type TokenPriceDTO as aU, type TokenPricePage as aV, TokenCreationDTOType as aW, type TokenCreationDTO as aX, type TokenCreationPage as aY, type TokenListPage as aZ, type DevTokenDTO as a_, type DexPage as aa, LinkLabel as ab, type Link as ac, MoonshotCreateTokenInputDex as ad, MoonshotCreateTokenInputMigrationDex as ae, type MoonshotCreateTokenInput as af, type MoonshotCreateTokenReplyExtra as ag, type MoonshotCreateTokenReply as ah, type MoonshotSubmitCreateTokenInputExtra as ai, type MoonshotSubmitCreateTokenInput as aj, PumpCreateTokenInputDex as ak, PumpCreateTokenInputMigrationDex as al, type PumpCreateTokenInput as am, type PumpCreateTokenReplyExtra as an, type PumpCreateTokenReply as ao, type TradeDetailDTO as ap, type TradePage as aq, type TopTradersDTO as ar, type TopTradersPage as as, TraderPnlResolution as at, type TraderGainersLosersItemDTO as au, type TraderGainersLosersPage as av, type TokenCreatorsDTO as aw, type TokenExtraDTO as ax, type TokenSocialMediasDTO as ay, type TokenStatPeriods as az, WsMetricType as b, type ChainalysisAddressIdentification as b$, type TokenTraderOnchainCreatedAt as b0, type TokenTrader as b1, type TokenLiquiditySnapshotDTO as b2, type TokenLiquiditySnapshotPage as b3, TokenTransferItemDTOFlow as b4, type TokenTransferItemDTO as b5, type TokenTransferPage as b6, type TokenTransferTotalDTO as b7, type DexPoolTokenSnapshotDTO as b8, type DexPoolSnapshotDTO as b9, type BalanceUpdatePage as bA, CreateRedPacketInputChain as bB, type CreateRedPacketInput as bC, type CreateRedPacketReply as bD, ClaimRedPacketInputChain as bE, type ClaimRedPacketInput as bF, type RedPacketReply as bG, Chain as bH, type RedPacketDTO as bI, type RedPacketClaimDTO as bJ, type RedPacketClaimsPage as bK, type RedPacketsPage as bL, type RedPacketSendTxInput as bM, type RedPacketSendTxResponse as bN, KYTRegisterTransferRequestNetwork as bO, KYTRegisterTransferRequestDirection as bP, type KYTRegisterTransferRequest as bQ, type TransferBaseResponseDTO as bR, type DirectExposureDetail as bS, type TransferDirectExposureResponseDTO as bT, type AlertDetail as bU, type TransferAlertsResponseDTO as bV, type NetworkIdentificationOrg as bW, type TransferNetworkIdentificationsResponseDTO as bX, KYTRegisterWithdrawalRequestNetwork as bY, type KYTRegisterWithdrawalRequest as bZ, type WithdrawalBaseResponseDTO as b_, type DexPoolSnapshotPage as ba, type WalletNetWorthSummaryDTOWallets as bb, type WalletNetWorthSummaryDTO as bc, type PnlDetailSummaryDTO as bd, type PnlDetailItemDTO as be, type PnlDetailsPage as bf, type WalletFirstTxDTOWallets as bg, type WalletFirstTxDTO as bh, type CalculatePnlInput as bi, type BooleanResultDTO as bj, type WalletNetWorthItemDTO as bk, type WalletNetWorthPage as bl, type TokensBalancePage as bm, type WalletNetWorthHistoryItemDTO as bn, type WalletNetWorthChartDTO as bo, type WalletNetWorthDetailsPage as bp, PnlResolution as bq, WalletPnlSummaryDTOResolution as br, type WalletPnlSummaryDTO as bs, TransactionHistoryItemDTOStatus as bt, TransactionHistoryItemDTOMainAction as bu, type TransactionHistoryItemDTO as bv, type TransactionHistoryPage as bw, BalanceTokenType as bx, BalanceChangeType as by, type BalanceUpdateDTO as bz, type WsTokenActivity as c, type GetPricesParams as c$, type WithdrawalAddressIdentificationsResponseDTO as c0, type OnChainActivity as c1, type AlteryaIdentification as c2, type WithdrawalFraudAssessmentResponseDTO as c3, type RegisterAddressRequest as c4, type RegisterAddressResponseDTO as c5, type AddressExposure as c6, type AddressRiskResponseDTO as c7, EndpointResponseChannelsItem as c8, type EndpointResponseMetadata as c9, GetTopTradersSortBy as cA, type GetTraderGainersLosersParams as cB, GetTraderGainersLosersDirection as cC, GetTraderGainersLosersSortType as cD, type SearchParams as cE, SearchDirection as cF, SearchSort as cG, SearchSortBy as cH, type GetTokensParams as cI, GetTokensSortBy as cJ, GetTokensSortDirection as cK, type GetMetadataMultiParams as cL, type GetMetadataMulti200 as cM, type GetPoolsParams as cN, GetPoolsDirection as cO, GetPoolsSortBy as cP, GetPoolsSortDirection as cQ, type GetStatsMultiParams as cR, type GetStatsMulti200 as cS, type GetHoldersParams as cT, GetHoldersDirection as cU, type GetHoldersMultiParams as cV, type GetCandlesParams as cW, type GetPoolCandlesParams as cX, type GetPairCandlesParams as cY, type GetMarketDataMultiParams as cZ, type GetMarketDataMulti200 as c_, type EndpointResponse as ca, type EndpointListResponse as cb, type EndpointSecretResponse as cc, type EndpointOperationResponse as cd, CreateEndpointInputChannelsItem as ce, type CreateEndpointInputMetadata as cf, type CreateEndpointInput as cg, UpdateEndpointInputChannelsItem as ch, type UpdateEndpointInputMetadata as ci, type UpdateEndpointInput as cj, TradeType as ck, type TradeEvent as cl, type QuoteParams as cm, QuoteDex as cn, type ListDexParams as co, type MoonshotSubmitCreateToken200 as cp, type GetTradesParams as cq, GetTradesDirection as cr, GetTradesType as cs, type GetActivitiesParams as ct, GetActivitiesDirection as cu, GetActivitiesType as cv, type GetTopTradersParams as cw, GetTopTradersDirection as cx, GetTopTradersTimeFrame as cy, GetTopTradersSortType as cz, type WsTokenStat as d, GetRedpacketsChain as d$, GetPricesDirection as d0, type GetPriceByTimeParams as d1, type GetMintAndBurnParams as d2, GetMintAndBurnDirection as d3, GetMintAndBurnType as d4, type ListTokenParams as d5, ListTokenDirection as d6, ListTokenSort as d7, ListTokenSortBy as d8, type GetSecurity200 as d9, GetMigratedTokensSortBy as dA, GetMigratedTokensSortDirection as dB, GetMigratedTokensTag as dC, type GetNetWorthSummaryParams as dD, type GetPnlByWalletParams as dE, GetPnlByWalletDirection as dF, type GetWalletFirstTxParams as dG, type GetNetWorthParams as dH, GetNetWorthDirection as dI, type GetTokensBalanceParams as dJ, GetTokensBalanceDirection as dK, type GetNetWorthChartParams as dL, type GetNetWorthDetailsParams as dM, GetNetWorthDetailsDirection as dN, type GetPnlParams as dO, type GetPnlDetailsParams as dP, GetPnlDetailsDirection as dQ, type GetPnlByTokenParams as dR, GetPnlByTokenDirection as dS, type GetWalletTransfersParams as dT, GetWalletTransfersDirection as dU, type GetWalletTransferTotalParams as dV, GetWalletTransferTotalDirection as dW, type GetBalanceUpdatesParams as dX, GetBalanceUpdatesDirection as dY, type GetClaimsParams as dZ, type GetRedpacketsParams as d_, type GetTokenLiquiditySnapshotsParams as da, GetTokenLiquiditySnapshotsDirection as db, type GetTokenTransfersParams as dc, GetTokenTransfersDirection as dd, type GetTokenTransferTotalParams as de, GetTokenTransferTotalDirection as df, type GetDexpoolSnapshotsParams as dg, GetDexpoolSnapshotsDirection as dh, type GetHotTokensParams as di, GetHotTokensSortBy as dj, GetHotTokensSortDirection as dk, GetHotTokensTag as dl, type GetNewTokensParams as dm, GetNewTokensSortBy as dn, GetNewTokensSortDirection as dp, GetNewTokensTag as dq, type GetStocksTokensParams as dr, GetStocksTokensSortBy as ds, GetStocksTokensSortDirection as dt, GetStocksTokensTag as du, type GetFinalStretchTokensParams as dv, GetFinalStretchTokensSortBy as dw, GetFinalStretchTokensSortDirection as dx, GetFinalStretchTokensTag as dy, type GetMigratedTokensParams as dz, type WsTokenHolder as e, getTokenTraders as e$, type GetClaimsByAddressParams as e0, type GetRedpacketsByAddressParams as e1, type ListEndpointsParams as e2, ListEndpointsOrder as e3, presign as e4, type PresignResult as e5, getSupportedBlockchains as e6, getLatestBlock as e7, type GetSupportedBlockchainsResult as e8, type GetLatestBlockResult as e9, type GetTradesResult as eA, type GetActivitiesResult as eB, type GetTopTradersResult as eC, type GetTraderGainersLosersResult as eD, search as eE, getTokens as eF, getToken as eG, getMetadata as eH, getMetadataMulti as eI, getPools as eJ, getStats as eK, getStatsMulti as eL, getHolders as eM, getHoldersMulti as eN, getCandles as eO, getPoolCandles as eP, getPairCandles as eQ, getTopHolders as eR, getMarketData as eS, getMarketDataMulti as eT, getPrices as eU, getPriceByTime as eV, getCreation as eW, getMintAndBurn as eX, listToken as eY, getSecurity as eZ, getDevTokens as e_, send as ea, getGasPrice as eb, getGasLimit as ec, type SendResult as ed, type GetGasPriceResult as ee, type GetGasLimitResult as ef, swap as eg, route as eh, quote as ei, createToken as ej, listDex as ek, type SwapResult as el, type RouteResult as em, type QuoteResult as en, type CreateTokenResult as eo, type ListDexResult as ep, moonshotCreateToken as eq, moonshotSubmitCreateToken as er, type MoonshotCreateTokenResult as es, type MoonshotSubmitCreateTokenResult as et, pumpfunCreateToken as eu, type PumpfunCreateTokenResult as ev, getTrades as ew, getActivities as ex, getTopTraders as ey, getTraderGainersLosers as ez, type WsWalletBalance as f, type GetTokensBalanceResult as f$, getTokenLiquiditySnapshots as f0, getTokenTransfers as f1, getTokenTransferTotal as f2, type SearchResult as f3, type GetTokensResult as f4, type GetTokenResult as f5, type GetMetadataResult as f6, type GetMetadataMultiResult as f7, type GetPoolsResult as f8, type GetStatsResult as f9, getStocksTokens as fA, getFinalStretchTokens as fB, getMigratedTokens as fC, type GetHotTokensResult as fD, type GetNewTokensResult as fE, type GetStocksTokensResult as fF, type GetFinalStretchTokensResult as fG, type GetMigratedTokensResult as fH, getNetWorthSummary as fI, getPnlByWallet as fJ, getWalletFirstTx as fK, calculatePnl as fL, getNetWorth as fM, getTokensBalance as fN, getNetWorthChart as fO, getNetWorthDetails as fP, getPnl as fQ, getPnlDetails as fR, getPnlByToken as fS, getWalletTransfers as fT, getWalletTransferTotal as fU, getBalanceUpdates as fV, type GetNetWorthSummaryResult as fW, type GetPnlByWalletResult as fX, type GetWalletFirstTxResult as fY, type CalculatePnlResult as fZ, type GetNetWorthResult as f_, type GetStatsMultiResult as fa, type GetHoldersResult as fb, type GetHoldersMultiResult as fc, type GetCandlesResult as fd, type GetPoolCandlesResult as fe, type GetPairCandlesResult as ff, type GetTopHoldersResult as fg, type GetMarketDataResult as fh, type GetMarketDataMultiResult as fi, type GetPricesResult as fj, type GetPriceByTimeResult as fk, type GetCreationResult as fl, type GetMintAndBurnResult as fm, type ListTokenResult as fn, type GetSecurityResult as fo, type GetDevTokensResult as fp, type GetTokenTradersResult as fq, type GetTokenLiquiditySnapshotsResult as fr, type GetTokenTransfersResult as fs, type GetTokenTransferTotalResult as ft, getDexpool as fu, getDexpoolSnapshots as fv, type GetDexpoolResult as fw, type GetDexpoolSnapshotsResult as fx, getHotTokens as fy, getNewTokens as fz, type WsWalletPnl as g, type UpdateEndpointResult as g$, type GetNetWorthChartResult as g0, type GetNetWorthDetailsResult as g1, type GetPnlResult as g2, type GetPnlDetailsResult as g3, type GetPnlByTokenResult as g4, type GetWalletTransfersResult as g5, type GetWalletTransferTotalResult as g6, type GetBalanceUpdatesResult as g7, createRedpacket as g8, claimRedpacket as g9, getWithdrawalNetworkIdentifications as gA, getWithdrawalFraudAssessment as gB, registerAddress as gC, getAddressRisk as gD, type RegisterTransferResult as gE, type GetTransferSummaryResult as gF, type GetTransferDirectExposureResult as gG, type GetTransferAlertsResult as gH, type GetTransferNetworkIdentificationsResult as gI, type RegisterWithdrawalResult as gJ, type GetWithdrawalSummaryResult as gK, type GetWithdrawalDirectExposureResult as gL, type GetWithdrawalAlertsResult as gM, type GetWithdrawalAddressIdentificationsResult as gN, type GetWithdrawalNetworkIdentificationsResult as gO, type GetWithdrawalFraudAssessmentResult as gP, type RegisterAddressResult as gQ, type GetAddressRiskResult as gR, listEndpoints as gS, createEndpoint as gT, updateEndpoint as gU, getEndpoint as gV, deleteEndpoint as gW, getEndpointSecret as gX, rotateEndpointSecret as gY, type ListEndpointsResult as gZ, type CreateEndpointResult as g_, getRedpacket as ga, getClaims as gb, getRedpackets as gc, getClaimsByAddress as gd, getRedpacketsByAddress as ge, redpacketSend as gf, type CreateRedpacketResult as gg, type ClaimRedpacketResult as gh, type GetRedpacketResult as gi, type GetClaimsResult as gj, type GetRedpacketsResult as gk, type GetClaimsByAddressResult as gl, type GetRedpacketsByAddressResult as gm, type RedpacketSendResult as gn, watchlistAdd as go, type WatchlistAddResult as gp, registerTransfer as gq, getTransferSummary as gr, getTransferDirectExposure as gs, getTransferAlerts as gt, getTransferNetworkIdentifications as gu, registerWithdrawal as gv, getWithdrawalSummary as gw, getWithdrawalDirectExposure as gx, getWithdrawalAlerts as gy, getWithdrawalAddressIdentifications as gz, type WsNewToken as h, type GetEndpointResult as h0, type DeleteEndpointResult as h1, type GetEndpointSecretResult as h2, type RotateEndpointSecretResult as h3, type PostOptions as h4, type WsTokenSupply as i, type WsDexPoolBalance as j, type WsTokenLiquidity as k, type WsTokenMaxLiquidity as l, type WsTokenTotalLiquidity as m, type WsDexProtocol as n, type WsTokenBondingCurve as o, type WsTokenMetadata as p, type WsSocialMedia as q, type WsCandle as r, type WsPriceType as s, type WsTradeActivity as t, type WsWalletTokenPnl as u, WsRankingType as v, WsDex as w, type WsRankingTokenList as x, type ChainStreamClientOptions as y, type ChainStreamRequestContext as z };
|
|
6516
|
+
export { SwapRouteInputDex as $, get as A, streaming as B, ChainStreamClient as C, type StreamingResult as D, type JobDTO as E, type JobStreamingDTOData as F, type GetResult as G, type JobStreamingDTO as H, type BlockchainDTO as I, type JobDTOResult as J, ChainSymbol as K, type BlockchainLatestBlockDTO as L, SendTxInputSubmitType as M, type SendTxInputOptions as N, type SendTxInput as O, type SendTxResponse as P, type GasPriceResponse as Q, type EstimateGasLimitInput as R, StreamApi as S, type TokenProvider as T, type Unsubscribable as U, type EstimateGasLimitResponse as V, WsTokenActivityType as W, SwapInputDex as X, SwapInputSwapMode as Y, type SwapInput as Z, type SwapReply as _, WsChannelType as a, type TokenCreationDTO as a$, SwapRouteInputSwapMode as a0, type SwapRouteInput as a1, type SwapRouteResponseRouteInfo as a2, type SwapRouteResponse as a3, type DexQuoteResponse as a4, CreateTokenInputDex as a5, type CreateTokenInputExtra as a6, type CreateTokenInput as a7, type CreateTokenReply as a8, type DexDTO as a9, type TokenTradeStatPeriodLiquidityChangeRatio as aA, type TokenTradeStatPeriodBuySellRatio as aB, type TokenTradeStatPeriod as aC, type TokenStatPeriods as aD, type TokenStat as aE, type DexPoolTokenLiquidity as aF, DexPoolDTOType as aG, DexPoolDTOVersion as aH, DexPoolDTOLiquidityModel as aI, type DexPoolDTO as aJ, type TokenMarketData as aK, type TokenExtension as aL, type Token as aM, type TokenPageCountsByProtocols as aN, type TokenPage as aO, FilterConditionField as aP, type FilterCondition as aQ, type TokenMetadata as aR, type DexPoolPage as aS, type TokenHolder as aT, type TokenHolderPage as aU, Resolution as aV, PriceType as aW, type Candle as aX, type TokenPriceDTO as aY, type TokenPricePage as aZ, TokenCreationDTOType as a_, type DexPage as aa, LinkLabel as ab, type Link as ac, MoonshotCreateTokenInputDex as ad, MoonshotCreateTokenInputMigrationDex as ae, type MoonshotCreateTokenInput as af, type MoonshotCreateTokenReplyExtra as ag, type MoonshotCreateTokenReply as ah, type MoonshotSubmitCreateTokenInputExtra as ai, type MoonshotSubmitCreateTokenInput as aj, PumpCreateTokenInputDex as ak, PumpCreateTokenInputMigrationDex as al, type PumpCreateTokenInput as am, type PumpCreateTokenReplyExtra as an, type PumpCreateTokenReply as ao, type TradeDetailDTO as ap, type TradePage as aq, type TopTradersDTO as ar, type TopTradersPage as as, TraderPnlResolution as at, type TraderGainersLosersItemDTO as au, type TraderGainersLosersPage as av, type TokenCreatorsDTO as aw, type TokenExtraDTO as ax, type TokenSocialMediasDTO as ay, type TokenTradeStatPeriodVolumeChangeRatio as az, WsMetricType as b, type TransferAlertsResponseDTO as b$, type TokenCreationPage as b0, type TokenListPage as b1, type DevTokenDTO as b2, TokenTraderTag as b3, type TokenTraderOnchainCreatedAt as b4, type TokenTrader as b5, type TokenLiquiditySnapshotDTO as b6, type TokenLiquiditySnapshotPage as b7, TokenTransferItemDTOFlow as b8, type TokenTransferItemDTO as b9, TransactionHistoryItemDTOMainAction as bA, type TransactionHistoryItemDTO as bB, type TransactionHistoryPage as bC, BalanceTokenType as bD, BalanceChangeType as bE, type BalanceUpdateDTO as bF, type BalanceUpdatePage as bG, CreateRedPacketInputChain as bH, type CreateRedPacketInput as bI, type CreateRedPacketReply as bJ, ClaimRedPacketInputChain as bK, type ClaimRedPacketInput as bL, type RedPacketReply as bM, Chain as bN, type RedPacketDTO as bO, type RedPacketClaimDTO as bP, type RedPacketClaimsPage as bQ, type RedPacketsPage as bR, type RedPacketSendTxInput as bS, type RedPacketSendTxResponse as bT, KYTRegisterTransferRequestNetwork as bU, KYTRegisterTransferRequestDirection as bV, type KYTRegisterTransferRequest as bW, type TransferBaseResponseDTO as bX, type DirectExposureDetail as bY, type TransferDirectExposureResponseDTO as bZ, type AlertDetail as b_, type TokenTransferPage as ba, type TokenTransferTotalDTO as bb, type DexPoolTokenSnapshotDTO as bc, type DexPoolSnapshotDTO as bd, type DexPoolSnapshotPage as be, type WalletNetWorthSummaryValueDTO as bf, type WalletNetWorthSummaryDTOWallets as bg, type WalletNetWorthSummaryDTO as bh, type PnlDetailSummaryDTO as bi, type PnlDetailItemDTO as bj, type PnlDetailsPage as bk, type WalletFirstTxItemDTO as bl, type WalletFirstTxDTOWallets as bm, type WalletFirstTxDTO as bn, type CalculatePnlInput as bo, type BooleanResultDTO as bp, type WalletNetWorthItemDTO as bq, type WalletNetWorthPage as br, type TokensBalancePage as bs, type WalletNetWorthHistoryItemDTO as bt, type WalletNetWorthChartDTO as bu, type WalletNetWorthDetailsPage as bv, PnlResolution as bw, WalletPnlSummaryDTOResolution as bx, type WalletPnlSummaryDTO as by, TransactionHistoryItemDTOStatus as bz, type WsTokenActivity as c, type GetHoldersMultiParams as c$, type NetworkIdentificationOrg as c0, type TransferNetworkIdentificationsResponseDTO as c1, KYTRegisterWithdrawalRequestNetwork as c2, type KYTRegisterWithdrawalRequest as c3, type WithdrawalBaseResponseDTO as c4, type ChainalysisAddressIdentification as c5, type WithdrawalAddressIdentificationsResponseDTO as c6, type OnChainActivity as c7, type AlteryaIdentification as c8, type WithdrawalFraudAssessmentResponseDTO as c9, GetActivitiesDirection as cA, GetActivitiesType as cB, type GetTopTradersParams as cC, GetTopTradersDirection as cD, GetTopTradersTimeFrame as cE, GetTopTradersSortType as cF, GetTopTradersSortBy as cG, type GetTraderGainersLosersParams as cH, GetTraderGainersLosersDirection as cI, GetTraderGainersLosersSortType as cJ, type SearchParams as cK, SearchDirection as cL, SearchSort as cM, SearchSortBy as cN, type GetTokensParams as cO, GetTokensSortBy as cP, GetTokensSortDirection as cQ, type GetMetadataMultiParams as cR, type GetMetadataMulti200 as cS, type GetPoolsParams as cT, GetPoolsDirection as cU, GetPoolsSortBy as cV, GetPoolsSortDirection as cW, type GetStatsMultiParams as cX, type GetStatsMulti200 as cY, type GetHoldersParams as cZ, GetHoldersDirection as c_, type RegisterAddressRequest as ca, type RegisterAddressResponseDTO as cb, type AddressExposure as cc, type AddressRiskResponseDTO as cd, EndpointResponseChannelsItem as ce, type EndpointResponseMetadata as cf, type EndpointResponse as cg, type EndpointListResponse as ch, type EndpointSecretResponse as ci, type EndpointOperationResponse as cj, CreateEndpointInputChannelsItem as ck, type CreateEndpointInputMetadata as cl, type CreateEndpointInput as cm, UpdateEndpointInputChannelsItem as cn, type UpdateEndpointInputMetadata as co, type UpdateEndpointInput as cp, TradeType as cq, type TradeEvent as cr, type QuoteParams as cs, QuoteDex as ct, type ListDexParams as cu, type MoonshotSubmitCreateToken200 as cv, type GetTradesParams as cw, GetTradesDirection as cx, GetTradesType as cy, type GetActivitiesParams as cz, type WsTokenStat as d, type GetWalletTransferTotalParams as d$, type GetCandlesParams as d0, type GetPoolCandlesParams as d1, type GetPairCandlesParams as d2, type GetMarketDataMultiParams as d3, type GetMarketDataMulti200 as d4, type GetPricesParams as d5, GetPricesDirection as d6, type GetPriceByTimeParams as d7, type GetMintAndBurnParams as d8, GetMintAndBurnDirection as d9, GetStocksTokensTag as dA, type GetFinalStretchTokensParams as dB, GetFinalStretchTokensSortBy as dC, GetFinalStretchTokensSortDirection as dD, GetFinalStretchTokensTag as dE, type GetMigratedTokensParams as dF, GetMigratedTokensSortBy as dG, GetMigratedTokensSortDirection as dH, GetMigratedTokensTag as dI, type GetNetWorthSummaryParams as dJ, type GetPnlByWalletParams as dK, GetPnlByWalletDirection as dL, type GetWalletFirstTxParams as dM, type GetNetWorthParams as dN, GetNetWorthDirection as dO, type GetTokensBalanceParams as dP, GetTokensBalanceDirection as dQ, type GetNetWorthChartParams as dR, type GetNetWorthDetailsParams as dS, GetNetWorthDetailsDirection as dT, type GetPnlParams as dU, type GetPnlDetailsParams as dV, GetPnlDetailsDirection as dW, type GetPnlByTokenParams as dX, GetPnlByTokenDirection as dY, type GetWalletTransfersParams as dZ, GetWalletTransfersDirection as d_, GetMintAndBurnType as da, type ListTokenParams as db, ListTokenDirection as dc, ListTokenSort as dd, ListTokenSortBy as de, type GetSecurity200 as df, type GetTokenLiquiditySnapshotsParams as dg, GetTokenLiquiditySnapshotsDirection as dh, type GetTokenTransfersParams as di, GetTokenTransfersDirection as dj, type GetTokenTransferTotalParams as dk, GetTokenTransferTotalDirection as dl, type GetDexpoolSnapshotsParams as dm, GetDexpoolSnapshotsDirection as dn, type GetHotTokensParams as dp, GetHotTokensSortBy as dq, GetHotTokensSortDirection as dr, GetHotTokensTag as ds, type GetNewTokensParams as dt, GetNewTokensSortBy as du, GetNewTokensSortDirection as dv, GetNewTokensTag as dw, type GetStocksTokensParams as dx, GetStocksTokensSortBy as dy, GetStocksTokensSortDirection as dz, type WsTokenHolder as e, getPriceByTime as e$, GetWalletTransferTotalDirection as e0, type GetBalanceUpdatesParams as e1, GetBalanceUpdatesDirection as e2, type GetClaimsParams as e3, type GetRedpacketsParams as e4, GetRedpacketsChain as e5, type GetClaimsByAddressParams as e6, type GetRedpacketsByAddressParams as e7, type ListEndpointsParams as e8, ListEndpointsOrder as e9, pumpfunCreateToken as eA, type PumpfunCreateTokenResult as eB, getTrades as eC, getActivities as eD, getTopTraders as eE, getTraderGainersLosers as eF, type GetTradesResult as eG, type GetActivitiesResult as eH, type GetTopTradersResult as eI, type GetTraderGainersLosersResult as eJ, search as eK, getTokens as eL, getToken as eM, getMetadata as eN, getMetadataMulti as eO, getPools as eP, getStats as eQ, getStatsMulti as eR, getHolders as eS, getHoldersMulti as eT, getCandles as eU, getPoolCandles as eV, getPairCandles as eW, getTopHolders as eX, getMarketData as eY, getMarketDataMulti as eZ, getPrices as e_, presign as ea, type PresignResult as eb, getSupportedBlockchains as ec, getLatestBlock as ed, type GetSupportedBlockchainsResult as ee, type GetLatestBlockResult as ef, send as eg, getGasPrice as eh, getGasLimit as ei, type SendResult as ej, type GetGasPriceResult as ek, type GetGasLimitResult as el, swap as em, route as en, quote as eo, createToken as ep, listDex as eq, type SwapResult as er, type RouteResult as es, type QuoteResult as et, type CreateTokenResult as eu, type ListDexResult as ev, moonshotCreateToken as ew, moonshotSubmitCreateToken as ex, type MoonshotCreateTokenResult as ey, type MoonshotSubmitCreateTokenResult as ez, type WsWalletBalance as f, getBalanceUpdates as f$, getCreation as f0, getMintAndBurn as f1, listToken as f2, getSecurity as f3, getDevTokens as f4, getTokenTraders as f5, getTokenLiquiditySnapshots as f6, getTokenTransfers as f7, getTokenTransferTotal as f8, type SearchResult as f9, getDexpool as fA, getDexpoolSnapshots as fB, type GetDexpoolResult as fC, type GetDexpoolSnapshotsResult as fD, getHotTokens as fE, getNewTokens as fF, getStocksTokens as fG, getFinalStretchTokens as fH, getMigratedTokens as fI, type GetHotTokensResult as fJ, type GetNewTokensResult as fK, type GetStocksTokensResult as fL, type GetFinalStretchTokensResult as fM, type GetMigratedTokensResult as fN, getNetWorthSummary as fO, getPnlByWallet as fP, getWalletFirstTx as fQ, calculatePnl as fR, getNetWorth as fS, getTokensBalance as fT, getNetWorthChart as fU, getNetWorthDetails as fV, getPnl as fW, getPnlDetails as fX, getPnlByToken as fY, getWalletTransfers as fZ, getWalletTransferTotal as f_, type GetTokensResult as fa, type GetTokenResult as fb, type GetMetadataResult as fc, type GetMetadataMultiResult as fd, type GetPoolsResult as fe, type GetStatsResult as ff, type GetStatsMultiResult as fg, type GetHoldersResult as fh, type GetHoldersMultiResult as fi, type GetCandlesResult as fj, type GetPoolCandlesResult as fk, type GetPairCandlesResult as fl, type GetTopHoldersResult as fm, type GetMarketDataResult as fn, type GetMarketDataMultiResult as fo, type GetPricesResult as fp, type GetPriceByTimeResult as fq, type GetCreationResult as fr, type GetMintAndBurnResult as fs, type ListTokenResult as ft, type GetSecurityResult as fu, type GetDevTokensResult as fv, type GetTokenTradersResult as fw, type GetTokenLiquiditySnapshotsResult as fx, type GetTokenTransfersResult as fy, type GetTokenTransferTotalResult as fz, type WsWalletPnl as g, getEndpoint as g$, type GetNetWorthSummaryResult as g0, type GetPnlByWalletResult as g1, type GetWalletFirstTxResult as g2, type CalculatePnlResult as g3, type GetNetWorthResult as g4, type GetTokensBalanceResult as g5, type GetNetWorthChartResult as g6, type GetNetWorthDetailsResult as g7, type GetPnlResult as g8, type GetPnlDetailsResult as g9, getTransferNetworkIdentifications as gA, registerWithdrawal as gB, getWithdrawalSummary as gC, getWithdrawalDirectExposure as gD, getWithdrawalAlerts as gE, getWithdrawalAddressIdentifications as gF, getWithdrawalNetworkIdentifications as gG, getWithdrawalFraudAssessment as gH, registerAddress as gI, getAddressRisk as gJ, type RegisterTransferResult as gK, type GetTransferSummaryResult as gL, type GetTransferDirectExposureResult as gM, type GetTransferAlertsResult as gN, type GetTransferNetworkIdentificationsResult as gO, type RegisterWithdrawalResult as gP, type GetWithdrawalSummaryResult as gQ, type GetWithdrawalDirectExposureResult as gR, type GetWithdrawalAlertsResult as gS, type GetWithdrawalAddressIdentificationsResult as gT, type GetWithdrawalNetworkIdentificationsResult as gU, type GetWithdrawalFraudAssessmentResult as gV, type RegisterAddressResult as gW, type GetAddressRiskResult as gX, listEndpoints as gY, createEndpoint as gZ, updateEndpoint as g_, type GetPnlByTokenResult as ga, type GetWalletTransfersResult as gb, type GetWalletTransferTotalResult as gc, type GetBalanceUpdatesResult as gd, createRedpacket as ge, claimRedpacket as gf, getRedpacket as gg, getClaims as gh, getRedpackets as gi, getClaimsByAddress as gj, getRedpacketsByAddress as gk, redpacketSend as gl, type CreateRedpacketResult as gm, type ClaimRedpacketResult as gn, type GetRedpacketResult as go, type GetClaimsResult as gp, type GetRedpacketsResult as gq, type GetClaimsByAddressResult as gr, type GetRedpacketsByAddressResult as gs, type RedpacketSendResult as gt, watchlistAdd as gu, type WatchlistAddResult as gv, registerTransfer as gw, getTransferSummary as gx, getTransferDirectExposure as gy, getTransferAlerts as gz, type WsNewToken as h, deleteEndpoint as h0, getEndpointSecret as h1, rotateEndpointSecret as h2, type ListEndpointsResult as h3, type CreateEndpointResult as h4, type UpdateEndpointResult as h5, type GetEndpointResult as h6, type DeleteEndpointResult as h7, type GetEndpointSecretResult as h8, type RotateEndpointSecretResult as h9, type PostOptions as ha, type WsTokenSupply as i, type WsDexPoolBalance as j, type WsTokenLiquidity as k, type WsTokenMaxLiquidity as l, type WsTokenTotalLiquidity as m, type WsDexProtocol as n, type WsTokenBondingCurve as o, type WsTokenMetadata as p, type WsSocialMedia as q, type WsCandle as r, type WsPriceType as s, type WsTradeActivity as t, type WsWalletTokenPnl as u, WsRankingType as v, WsDex as w, type WsRankingTokenList as x, type ChainStreamClientOptions as y, type ChainStreamRequestContext as z };
|
package/dist/chainstream.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { C as ChainStreamClient, y as ChainStreamClientOptions, z as ChainStreamRequestContext,
|
|
1
|
+
export { C as ChainStreamClient, y as ChainStreamClientOptions, z as ChainStreamRequestContext, ha as PostOptions, T as TokenProvider } from './chainstream-D_kgiAfE.cjs';
|
|
2
2
|
import 'axios';
|
package/dist/chainstream.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { C as ChainStreamClient, y as ChainStreamClientOptions, z as ChainStreamRequestContext,
|
|
1
|
+
export { C as ChainStreamClient, y as ChainStreamClientOptions, z as ChainStreamRequestContext, ha as PostOptions, T as TokenProvider } from './chainstream-D_kgiAfE.js';
|
|
2
2
|
import 'axios';
|