{"openapi":"3.1.0","info":{"version":"1.1.0","title":"Birdeye Data Services APIs","description":"To utilize the Birdeye Data Services APIs, an API key is required for authentication. You can obtain an API key by signing up for a bds.birdeye.so account and generating an API key in your account settings. Include this API key in the headers of your API requests for authentication.\n\nHere's a step-by-step guide on how to obtain an API key: [Birdeye Data Services Authentication and API Keys](https://docs.birdeye.so/docs/authentication-api-keys)"},"servers":[{"url":"https://public-api.birdeye.so"}],"tags":[{"name":"Price & OHLCV"},{"name":"Stats"},{"name":"Token/Market List"},{"name":"Transactions"},{"name":"Wallet, Networth & PnL"},{"name":"Balance & Transfer"},{"name":"Holder"},{"name":"Alltime & History"},{"name":"Blockchain"},{"name":"Creation & Trending"},{"name":"Meme"},{"name":"Security"},{"name":"Search & Utils"},{"name":"Smart Money"}],"paths":{"/defi/price":{"get":{"tags":["Price & OHLCV"],"summary":"Price","description":"Retrieve the latest price information for a specified token.","parameters":[{"$ref":"#/components/parameters/xChainParam"},{"$ref":"#/components/parameters/checkLiquidityParam"},{"$ref":"#/components/parameters/includeLiquidityParam"},{"$ref":"#/components/parameters/tokenAddressParam"},{"$ref":"#/components/parameters/uiAmountModeParam"}],"responses":{"200":{"$ref":"#/components/responses/DefiPrice"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-price"}},"/defi/multi_price":{"get":{"tags":["Price & OHLCV"],"summary":"Price - Multiple","description":"Retrieve the latest price information for multiple tokens. Maximum 100 tokens","parameters":[{"$ref":"#/components/parameters/xChainParam"},{"$ref":"#/components/parameters/checkLiquidityParam"},{"$ref":"#/components/parameters/includeLiquidityParam"},{"$ref":"#/components/parameters/listAddressParam"},{"$ref":"#/components/parameters/uiAmountModeParam"}],"responses":{"200":{"$ref":"#/components/responses/DefiMultiPrice"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-multi_price"},"post":{"tags":["Price & OHLCV"],"summary":"Price - Multiple","description":"Retrieve the latest price information for multiple tokens. Maximum 100 tokens","parameters":[{"$ref":"#/components/parameters/xChainParam"},{"$ref":"#/components/parameters/checkLiquidityParam"},{"$ref":"#/components/parameters/includeLiquidityParam"},{"$ref":"#/components/parameters/uiAmountModeParam"}],"responses":{"200":{"$ref":"#/components/responses/DefiMultiPrice"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"requestBody":{"$ref":"#/components/requestBodies/multiPrice"},"operationId":"post-defi-multi_price"}},"/defi/txs/token":{"get":{"tags":["Transactions"],"summary":"Trades - Token","description":"Retrieve a list of trades of a specified token.","parameters":[{"$ref":"#/components/parameters/xChainParam"},{"$ref":"#/components/parameters/tokenAddressParam"},{"$ref":"#/components/parameters/offset9999Param"},{"$ref":"#/components/parameters/limitParam"},{"$ref":"#/components/parameters/txTypeParam"},{"$ref":"#/components/parameters/sortTypeParam"},{"$ref":"#/components/parameters/uiAmountModeSplitParam"}],"responses":{"200":{"$ref":"#/components/responses/DefiTxsToken"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-txs-token"}},"/defi/txs/pair":{"get":{"tags":["Transactions"],"summary":"Trades - Pair","description":"Retrieve a list of trades of a specified pair.","parameters":[{"$ref":"#/components/parameters/xChainParam"},{"$ref":"#/components/parameters/pairAddressParam"},{"$ref":"#/components/parameters/offset9999Param"},{"$ref":"#/components/parameters/limitParam"},{"$ref":"#/components/parameters/txTypeParam"},{"$ref":"#/components/parameters/sortTypeParam"},{"$ref":"#/components/parameters/uiAmountModeSplitParam"}],"responses":{"200":{"$ref":"#/components/responses/DefiTxsPair"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-txs-pair"}},"/defi/txs/token/seek_by_time":{"get":{"tags":["Transactions"],"summary":"Trades - Token Seek By Time","description":"Retrieve a list of trades of a specified token with time bound option.","parameters":[{"$ref":"#/components/parameters/xChainParam"},{"$ref":"#/components/parameters/tokenAddressParam"},{"$ref":"#/components/parameters/offset10kParam"},{"$ref":"#/components/parameters/limit100Param"},{"$ref":"#/components/parameters/txTypeParam"},{"$ref":"#/components/parameters/beforeTimeParam"},{"$ref":"#/components/parameters/afterTimeParam"},{"$ref":"#/components/parameters/uiAmountModeSplitParam"}],"responses":{"200":{"$ref":"#/components/responses/DefiTxsTokenSeekByTime"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-txs-token-seek_by_time"}},"/defi/txs/pair/seek_by_time":{"get":{"tags":["Transactions"],"summary":"Trades - Pair Seek By Time","description":"Retrieve a list of trades of a specified pair with time bound option.","parameters":[{"$ref":"#/components/parameters/xChainParam"},{"$ref":"#/components/parameters/pairAddressParam"},{"$ref":"#/components/parameters/offset10kParam"},{"$ref":"#/components/parameters/limitParam"},{"$ref":"#/components/parameters/txTypeParam"},{"$ref":"#/components/parameters/beforeTimeParam"},{"$ref":"#/components/parameters/afterTimeParam"},{"$ref":"#/components/parameters/uiAmountModeSplitParam"}],"responses":{"200":{"$ref":"#/components/responses/DefiTxsPairSeekByTime"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-txs-pair-seek_by_time"}},"/defi/v3/txs":{"get":{"tags":["Transactions"],"summary":"Trades - All (V3)","description":"Retrieve a list of trades with various filters.","parameters":[{"$ref":"#/components/parameters/xChainParam"},{"$ref":"#/components/parameters/offset9999Param"},{"$ref":"#/components/parameters/limit100Param"},{"$ref":"#/components/parameters/tokenTxsV3SortByParam"},{"$ref":"#/components/parameters/sortTypeDescOnlyParam"},{"$ref":"#/components/parameters/txTypeParam"},{"$ref":"#/components/parameters/liquiditySourceParam"},{"$ref":"#/components/parameters/ownerAddressParam"},{"$ref":"#/components/parameters/poolIdAddressParam"},{"$ref":"#/components/parameters/beforeTimeParam"},{"$ref":"#/components/parameters/afterTimeParam"},{"$ref":"#/components/parameters/beforeBlockNumberParam"},{"$ref":"#/components/parameters/afterBlockNumberParam"},{"$ref":"#/components/parameters/uiAmountModeSplitParam"}],"responses":{"200":{"$ref":"#/components/responses/TradeV3Response"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-v3-txs"}},"/defi/v3/token/txs":{"get":{"tags":["Transactions"],"summary":"Trades - Token (V3)","description":"Retrieve a list of trades with various filters of a specified token.","parameters":[{"$ref":"#/components/parameters/xChainParam"},{"$ref":"#/components/parameters/tokenAddressParam"},{"$ref":"#/components/parameters/offset9999Param"},{"$ref":"#/components/parameters/limit100Param"},{"$ref":"#/components/parameters/tokenTxsV3SortByParam"},{"$ref":"#/components/parameters/sortTypeDescOnlyParam"},{"$ref":"#/components/parameters/tokenTxsV3TxTypeParam"},{"$ref":"#/components/parameters/liquiditySourceParam"},{"$ref":"#/components/parameters/ownerAddressParam"},{"$ref":"#/components/parameters/poolIdAddressParam"},{"$ref":"#/components/parameters/beforeTimeParam"},{"$ref":"#/components/parameters/afterTimeParam"},{"$ref":"#/components/parameters/beforeBlockNumberParam"},{"$ref":"#/components/parameters/afterBlockNumberParam"},{"$ref":"#/components/parameters/uiAmountModeSplitParam"}],"responses":{"200":{"$ref":"#/components/responses/DefiTokenTxsV3"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-v3-token-txs"}},"/defi/v3/txs/recent":{"get":{"tags":["Transactions"],"summary":"Trades - Recent (V3)","description":"Retrieve a list of recent trades.","parameters":[{"$ref":"#/components/parameters/xChainParam"},{"$ref":"#/components/parameters/offset9999Param"},{"$ref":"#/components/parameters/limit500Param"},{"$ref":"#/components/parameters/txTypeParam"},{"$ref":"#/components/parameters/ownerAddressParam"},{"$ref":"#/components/parameters/beforeTimeParam"},{"$ref":"#/components/parameters/afterTimeParam"},{"$ref":"#/components/parameters/beforeBlockNumberParam"},{"$ref":"#/components/parameters/afterBlockNumberParam"},{"$ref":"#/components/parameters/uiAmountModeSplitParam"}],"responses":{"200":{"$ref":"#/components/responses/TradeV3Response"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-v3-txs-recent"}},"/defi/ohlcv":{"get":{"tags":["Price & OHLCV"],"summary":"OHLCV","description":"Retrieve candlestick data in OHLCV format of a specified token. Maximum 1000 records.","parameters":[{"$ref":"#/components/parameters/xChainParam"},{"$ref":"#/components/parameters/tokenAddressParam"},{"$ref":"#/components/parameters/ohlcvTypeParam"},{"$ref":"#/components/parameters/ohlcvCurrencyParam"},{"$ref":"#/components/parameters/timeFromParam"},{"$ref":"#/components/parameters/timeToParam"},{"$ref":"#/components/parameters/uiAmountModeParam"}],"responses":{"200":{"$ref":"#/components/responses/DefiOhlcvToken"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-ohlcv"}},"/defi/ohlcv/pair":{"get":{"tags":["Price & OHLCV"],"summary":"OHLCV - Pair","description":"Retrieve candlestick data in OHLCV format of a specified pair. Maximum 1000 records.","parameters":[{"$ref":"#/components/parameters/xChainParam"},{"$ref":"#/components/parameters/pairAddressParam"},{"$ref":"#/components/parameters/ohlcvTypeParam"},{"$ref":"#/components/parameters/timeFromParam"},{"$ref":"#/components/parameters/timeToParam"}],"responses":{"200":{"$ref":"#/components/responses/DefiOhlcvPair"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-ohlcv-pair"}},"/defi/ohlcv/base_quote":{"get":{"tags":["Price & OHLCV"],"summary":"OHLCV - Base/Quote","description":"Retrieve candlestick data in OHLCV format of a specified base-quote pair. Maximum 1000 records.","parameters":[{"$ref":"#/components/parameters/xChainParam"},{"$ref":"#/components/parameters/baseAddressParam"},{"$ref":"#/components/parameters/quoteAddressParam"},{"$ref":"#/components/parameters/ohlcvTypeParam"},{"$ref":"#/components/parameters/timeFromParam"},{"$ref":"#/components/parameters/timeToParam"},{"$ref":"#/components/parameters/uiAmountModeParam"}],"responses":{"200":{"$ref":"#/components/responses/DefiOhlcvBaseQuote"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-ohlcv-base_quote"}},"/defi/v3/ohlcv":{"get":{"tags":["Price & OHLCV"],"summary":"OHLCV V3","description":"Retrieve candlestick data in OHLCV format of a specified token. Maximum 5000 records. Compared to v1: Added 1s, 15s, and 30s intervals and no candle padding","parameters":[{"name":"x-chain","description":"Solana, Base, BSC, Ethereum, Monad network only.","in":"header","required":false,"schema":{"type":"string","enum":["solana","ethereum","bsc","base","monad"],"default":"solana"}},{"$ref":"#/components/parameters/tokenAddressParam"},{"$ref":"#/components/parameters/ohlcvV3TypeParam"},{"$ref":"#/components/parameters/ohlcvCurrencyParam"},{"$ref":"#/components/parameters/timeFromParam"},{"$ref":"#/components/parameters/timeToParam"},{"$ref":"#/components/parameters/uiAmountModeParam"},{"$ref":"#/components/parameters/ohlcvModeParam"},{"$ref":"#/components/parameters/ohlcvCountLimitParam"},{"$ref":"#/components/parameters/ohlcvPaddingParam"},{"$ref":"#/components/parameters/ohlcvOutlierParam"}],"responses":{"200":{"$ref":"#/components/responses/DefiV3OhlcvToken"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-v3-ohlcv"}},"/defi/v3/ohlcv/pair":{"get":{"tags":["Price & OHLCV"],"summary":"OHLCV V3 - Pair","description":"Retrieve candlestick data in OHLCV format of a specified pair. Maximum 5000 records. Compared to v1: Added 1s, 15s, and 30s intervals and no candle padding","parameters":[{"name":"x-chain","description":"Solana, Base, BSC, Ethereum, Monad network only.","in":"header","required":false,"schema":{"type":"string","enum":["solana","ethereum","bsc","base","monad"],"default":"solana"}},{"$ref":"#/components/parameters/pairAddressParam"},{"$ref":"#/components/parameters/ohlcvV3TypeParam"},{"$ref":"#/components/parameters/timeFromParam"},{"$ref":"#/components/parameters/timeToParam"},{"$ref":"#/components/parameters/ohlcvModeParam"},{"$ref":"#/components/parameters/ohlcvCountLimitParam"},{"$ref":"#/components/parameters/ohlcvPaddingParam"},{"$ref":"#/components/parameters/ohlcvOutlierParam"},{"$ref":"#/components/parameters/ohlcvInversionParam"}],"responses":{"200":{"$ref":"#/components/responses/DefiV3OhlcvPair"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-v3-ohlcv-pair"}},"/defi/history_price":{"get":{"tags":["Price & OHLCV"],"summary":"Price - Historical","description":"Retrieve historical price line chart of a specified token.","parameters":[{"$ref":"#/components/parameters/xChainParam"},{"$ref":"#/components/parameters/tokenAddressParam"},{"$ref":"#/components/parameters/addressTypeParam"},{"$ref":"#/components/parameters/ohlcvTypeParam"},{"$ref":"#/components/parameters/timeFromParam"},{"$ref":"#/components/parameters/timeToParam"},{"$ref":"#/components/parameters/uiAmountModeParam"}],"responses":{"200":{"$ref":"#/components/responses/DefiHistoryPrice"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-history_price"}},"/defi/historical_price_unix":{"get":{"tags":["Price & OHLCV"],"summary":"Price - Historical by unix time","description":"Retrieve historical price by unix timestamp.","parameters":[{"$ref":"#/components/parameters/xSolanaChainParam"},{"$ref":"#/components/parameters/tokenAddressParam"},{"$ref":"#/components/parameters/unixtimeParam"},{"$ref":"#/components/parameters/uiAmountModeParam"}],"responses":{"200":{"$ref":"#/components/responses/DefiHistoryPriceUnix"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-historical_price_unix"}},"/defi/price_volume/single":{"get":{"tags":["Price & OHLCV"],"summary":"Price Volume - Single","description":"Retrieve price and volume updates of a specified token.","parameters":[{"$ref":"#/components/parameters/xChainParam"},{"$ref":"#/components/parameters/tokenAddressParam"},{"$ref":"#/components/parameters/priceVolumeTypeParam"},{"$ref":"#/components/parameters/uiAmountModeParam"}],"responses":{"200":{"$ref":"#/components/responses/DefiPriceVolumeSingle"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-price_volume-single"}},"/defi/price_volume/multi":{"post":{"tags":["Price & OHLCV"],"summary":"Price Volume - Multi","description":"Retrieve price and volume updates of multiple tokens. Maximum 50 tokens.","parameters":[{"$ref":"#/components/parameters/xChainParam"},{"$ref":"#/components/parameters/uiAmountModeParam"}],"responses":{"200":{"$ref":"#/components/responses/DefiPriceVolumeMulti"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"requestBody":{"$ref":"#/components/requestBodies/multiPriceVolume"},"operationId":"post-defi-price_volume-multi"}},"/defi/v3/pair/overview/single":{"get":{"tags":["Stats"],"summary":"Pair - Pair Overview (Single)","description":"Retrieve stats of a specified pair.","parameters":[{"$ref":"#/components/parameters/xSVMChainParam"},{"$ref":"#/components/parameters/pairAddressParam"},{"$ref":"#/components/parameters/uiAmountModeSplitParam"}],"responses":{"200":{"$ref":"#/components/responses/PairOverviewSingle"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-v3-pair-overview-single"}},"/defi/v3/pair/overview/multiple":{"get":{"tags":["Stats"],"summary":"Pair - Pair Overview (Multiple)","description":"Retrieve stats of multiple pairs. Maximum 20 addresses.","parameters":[{"$ref":"#/components/parameters/xSVMChainParam"},{"$ref":"#/components/parameters/listPairAddressParam"},{"$ref":"#/components/parameters/uiAmountModeSplitParam"}],"responses":{"200":{"$ref":"#/components/responses/PairOverviewMultiple"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-v3-pair-overview-multiple"}},"/defi/v3/price/stats/single":{"get":{"tags":["Stats"],"summary":"Price stats (Single)","description":"Get the price stats (current price, high/low, percentage change) by time frame for one token","parameters":[{"$ref":"#/components/parameters/xChainParam"},{"$ref":"#/components/parameters/listTimeFramePriceStatsParam"},{"$ref":"#/components/parameters/tokenAddressParam"},{"$ref":"#/components/parameters/uiAmountModeParam"}],"responses":{"200":{"$ref":"#/components/responses/DefiTokenPriceStats"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-v3-price-stats-single"}},"/defi/v3/price/stats/multiple":{"post":{"tags":["Stats"],"summary":"Price stats (Multiple)","description":"Get the price stats (current price, high/low, percentage change) by time frame for multiple tokens. Max to 20 tokens","parameters":[{"$ref":"#/components/parameters/xChainParam"},{"$ref":"#/components/parameters/listTimeFramePriceStatsParam"},{"$ref":"#/components/parameters/uiAmountModeParam"}],"responses":{"200":{"$ref":"#/components/responses/DefiTokenPriceStats"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"requestBody":{"$ref":"#/components/requestBodies/listAddressParam"},"operationId":"post-defi-v3-price-stats-multiple"}},"/defi/v3/token/txs-by-volume":{"get":{"tags":["Transactions"],"summary":"Trades - Token Filtered By Volume (V3)","description":"Retrieve a list of trades with various filters of a specified token with volume (value).","parameters":[{"$ref":"#/components/parameters/xSolanaChainParam"},{"$ref":"#/components/parameters/tokenAddressV2Param"},{"$ref":"#/components/parameters/volumeTypeRequiredParam"},{"$ref":"#/components/parameters/minVolumeParam"},{"$ref":"#/components/parameters/maxVolumeParam"},{"$ref":"#/components/parameters/tokenTxsV3SortByParam"},{"$ref":"#/components/parameters/tokenTxsV3TxTypeParam"},{"$ref":"#/components/parameters/liquiditySourceParam"},{"$ref":"#/components/parameters/ownerAddressParam"},{"$ref":"#/components/parameters/beforeTimeParam"},{"$ref":"#/components/parameters/afterTimeParam"},{"$ref":"#/components/parameters/uiAmountModeSplitParam"},{"$ref":"#/components/parameters/sortTypeParam"},{"$ref":"#/components/parameters/offset9999Param"},{"$ref":"#/components/parameters/limit500Param"}],"responses":{"200":{"$ref":"#/components/responses/DefiTokenTxsV3"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-v3-token-txs-by-volume"}},"/defi/tokenlist":{"get":{"tags":["Token/Market List"],"summary":"Token - List (V1)","description":"Retrieve a list of tokens on a specified chain.","parameters":[{"$ref":"#/components/parameters/xChainParam"},{"$ref":"#/components/parameters/sortByTokenListParam"},{"$ref":"#/components/parameters/sortTypeParam"},{"$ref":"#/components/parameters/offsetParam"},{"$ref":"#/components/parameters/limitParam"},{"$ref":"#/components/parameters/minLiquidityParam"},{"$ref":"#/components/parameters/tokenListV1MaxLiquidityParam"},{"$ref":"#/components/parameters/uiAmountModeSplitParam"}],"responses":{"200":{"$ref":"#/components/responses/DefiTokenListV1"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-tokenlist"}},"/defi/v3/token/list":{"get":{"tags":["Token/Market List"],"summary":"Token - List (V3)","description":"Retrieve a list of tokens on a specified chain.","parameters":[{"name":"x-chain","description":"Solana, Base, BSC, Ethereum, Monad network.","in":"header","required":false,"schema":{"type":"string","enum":["solana","base","bsc","ethereum","monad"],"default":"solana"}},{"$ref":"#/components/parameters/tokenListV3SortByParam"},{"$ref":"#/components/parameters/sortTypeParam"},{"$ref":"#/components/parameters/tokenListV3MinLiquidityParam"},{"$ref":"#/components/parameters/tokenListV3MaxLiquidityParam"},{"$ref":"#/components/parameters/tokenListV3MinMarketcapParam"},{"$ref":"#/components/parameters/tokenListV3MaxMarketcapParam"},{"$ref":"#/components/parameters/tokenListV3MinFdvParam"},{"$ref":"#/components/parameters/tokenListV3MaxFdvParam"},{"$ref":"#/components/parameters/tokenListV3MinRecentListingTimeParam"},{"$ref":"#/components/parameters/tokenListV3MaxRecentListingTimeParam"},{"$ref":"#/components/parameters/tokenListV3MinLastTradeUnixTimeParam"},{"$ref":"#/components/parameters/tokenListV3MaxLastTradeUnixTimeParam"},{"$ref":"#/components/parameters/tokenListV3MinHolderParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume1hUsdParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume2hUsdParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume4hUsdParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume8hUsdParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume24hUsdParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume7dUsdParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume30dUsdParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume1hChangePercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume2hChangePercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume4hChangePercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume8hChangePercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume24hChangePercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume7dChangePercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume30dChangePercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinPriceChange1hPercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinPriceChange2hPercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinPriceChange4hPercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinPriceChange8hPercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinPriceChange24hPercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinPriceChange7dPercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinPriceChange30dPercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinTrade1hCountParam"},{"$ref":"#/components/parameters/tokenListV3MinTrade2hCountParam"},{"$ref":"#/components/parameters/tokenListV3MinTrade4hCountParam"},{"$ref":"#/components/parameters/tokenListV3MinTrade8hCountParam"},{"$ref":"#/components/parameters/tokenListV3MinTrade24hCountParam"},{"$ref":"#/components/parameters/tokenListV3MinTrade7dCountParam"},{"$ref":"#/components/parameters/tokenListV3MinTrade30dCountParam"},{"$ref":"#/components/parameters/offset10kParam"},{"$ref":"#/components/parameters/limit100Param"},{"$ref":"#/components/parameters/uiAmountModeSplitParam"}],"responses":{"200":{"$ref":"#/components/responses/DefiTokenListV3"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-v3-token-list"}},"/defi/v3/token/list/scroll":{"get":{"tags":["Token/Market List"],"summary":"Token - List (V3) Scroll","description":"Retrieve up to 5,000 tokens per batch. For the first request, apply any filter parameters except scroll_id. For subsequent requests, provide only the scroll_id parameter using the next_scroll_id value returned previously. Limited to 1 scroll_id per account per 30 seconds.","parameters":[{"name":"x-chain","description":"Solana, Base, BSC, Ethereum, Monad network.","in":"header","required":false,"schema":{"type":"string","enum":["solana","base","bsc","ethereum","monad"],"default":"solana"}},{"$ref":"#/components/parameters/limit5000Param"},{"$ref":"#/components/parameters/scrollIdParam"},{"$ref":"#/components/parameters/tokenListV3SortByParam"},{"$ref":"#/components/parameters/sortTypeParam"},{"$ref":"#/components/parameters/tokenListV3MinLiquidityParam"},{"$ref":"#/components/parameters/tokenListV3MaxLiquidityParam"},{"$ref":"#/components/parameters/tokenListV3MinMarketcapParam"},{"$ref":"#/components/parameters/tokenListV3MaxMarketcapParam"},{"$ref":"#/components/parameters/tokenListV3MinFdvParam"},{"$ref":"#/components/parameters/tokenListV3MaxFdvParam"},{"$ref":"#/components/parameters/tokenListV3MinRecentListingTimeParam"},{"$ref":"#/components/parameters/tokenListV3MaxRecentListingTimeParam"},{"$ref":"#/components/parameters/tokenListV3MinLastTradeUnixTimeParam"},{"$ref":"#/components/parameters/tokenListV3MaxLastTradeUnixTimeParam"},{"$ref":"#/components/parameters/tokenListV3MinHolderParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume1hUsdParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume2hUsdParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume4hUsdParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume8hUsdParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume24hUsdParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume7dUsdParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume30dUsdParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume1hChangePercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume2hChangePercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume4hChangePercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume8hChangePercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume24hChangePercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume7dChangePercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume30dChangePercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinPriceChange1hPercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinPriceChange2hPercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinPriceChange4hPercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinPriceChange8hPercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinPriceChange24hPercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinPriceChange7dPercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinPriceChange30dPercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinTrade1hCountParam"},{"$ref":"#/components/parameters/tokenListV3MinTrade2hCountParam"},{"$ref":"#/components/parameters/tokenListV3MinTrade4hCountParam"},{"$ref":"#/components/parameters/tokenListV3MinTrade8hCountParam"},{"$ref":"#/components/parameters/tokenListV3MinTrade24hCountParam"},{"$ref":"#/components/parameters/tokenListV3MinTrade7dCountParam"},{"$ref":"#/components/parameters/tokenListV3MinTrade30dCountParam"},{"$ref":"#/components/parameters/uiAmountModeSplitParam"}],"responses":{"200":{"$ref":"#/components/responses/DefiTokenListV3Scroll"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-v3-token-list-scroll"}},"/defi/token_overview":{"get":{"tags":["Stats"],"summary":"Token - Overview","description":"Retrieve stats of a specified token.","parameters":[{"$ref":"#/components/parameters/xChainParam"},{"$ref":"#/components/parameters/tokenAddressParam"},{"$ref":"#/components/parameters/listTimeFrameDynamicParam"},{"$ref":"#/components/parameters/uiAmountModeSplitParam"}],"responses":{"200":{"$ref":"#/components/responses/DefiTokenOverview"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-token_overview"}},"/defi/v3/token/meta-data/single":{"get":{"tags":["Stats"],"summary":"Token - Metadata (Single)","description":"Retrieve metadata of a specified token.","parameters":[{"$ref":"#/components/parameters/xChainParam"},{"$ref":"#/components/parameters/tokenAddressParam"}],"responses":{"200":{"$ref":"#/components/responses/DefiTokenMetadataSingle"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-v3-token-meta-data-single"}},"/defi/v3/token/meta-data/multiple":{"get":{"tags":["Stats"],"summary":"Token - Metadata (Multiple)","description":"Retrieve metadata of multiple tokens. Maximum 50 addresses.","parameters":[{"$ref":"#/components/parameters/xChainParam"},{"$ref":"#/components/parameters/listAddressParam"}],"responses":{"200":{"$ref":"#/components/responses/DefiTokenMetadataMultiple"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-v3-token-meta-data-multiple"}},"/defi/v3/token/market-data":{"get":{"tags":["Stats"],"summary":"Token - Market Data (Single)","description":"Retrieve market data of a specified token.","parameters":[{"$ref":"#/components/parameters/xChainParam"},{"$ref":"#/components/parameters/tokenAddressParam"},{"$ref":"#/components/parameters/uiAmountModeSplitParam"}],"responses":{"200":{"$ref":"#/components/responses/DefiTokenMarketDataSingle"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-v3-token-market-data"}},"/defi/v3/token/market-data/multiple":{"get":{"tags":["Stats"],"summary":"Token - Market Data (Multiple)","description":"Retrieve market data of multiple tokens. Maximum 20 addresses.","parameters":[{"$ref":"#/components/parameters/xChainParam"},{"$ref":"#/components/parameters/listAddressParam"},{"$ref":"#/components/parameters/uiAmountModeSplitParam"}],"responses":{"200":{"$ref":"#/components/responses/DefiTokenMarketDataMultiple"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-v3-token-market-data-multiple"}},"/defi/v3/token/trade-data/single":{"get":{"tags":["Stats"],"summary":"Token - Trade Data (Single)","description":"Retrieve trade data of a specified token.","parameters":[{"$ref":"#/components/parameters/xChainParam"},{"$ref":"#/components/parameters/tokenAddressParam"},{"$ref":"#/components/parameters/listTimeFrameDynamicParam"},{"$ref":"#/components/parameters/uiAmountModeSplitParam"}],"responses":{"200":{"$ref":"#/components/responses/DefiTokenTradeDataSingle"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-v3-token-trade-data-single"}},"/defi/v3/token/trade-data/multiple":{"get":{"tags":["Stats"],"summary":"Token - Trade Data (Multiple)","description":"Retrieve trade data of multiple tokens. Maximum 20 addresses.","parameters":[{"$ref":"#/components/parameters/xChainParam"},{"$ref":"#/components/parameters/listAddressParam"},{"$ref":"#/components/parameters/listTimeFrameDynamicParam"},{"$ref":"#/components/parameters/uiAmountModeSplitParam"}],"responses":{"200":{"$ref":"#/components/responses/DefiTokenTradeDataMultiple"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-v3-token-trade-data-multiple"}},"/defi/v3/token/holder":{"get":{"tags":["Holder"],"summary":"Token - Holder","description":"Retrieve a list of top holders of a specified token.","parameters":[{"$ref":"#/components/parameters/xSolanaChainParam"},{"$ref":"#/components/parameters/tokenAddressParam"},{"$ref":"#/components/parameters/offset10kParam"},{"$ref":"#/components/parameters/limit100Param"},{"$ref":"#/components/parameters/uiAmountModeSplitParam"}],"responses":{"200":{"$ref":"#/components/responses/DefiTokenHolder"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-v3-token-holder"}},"/defi/token_trending":{"get":{"tags":["Creation & Trending"],"summary":"Token - Trending List","description":"Retrieve a dynamic and up-to-date list of trending tokens based on specified sorting criteria.","parameters":[{"$ref":"#/components/parameters/xChainParam"},{"$ref":"#/components/parameters/sortByTokenTrendingParam"},{"$ref":"#/components/parameters/intervalTrendingParam"},{"$ref":"#/components/parameters/sortTypeAscParam"},{"$ref":"#/components/parameters/offsetParam"},{"$ref":"#/components/parameters/limit20Param"},{"$ref":"#/components/parameters/uiAmountModeSplitParam"}],"responses":{"200":{"$ref":"#/components/responses/DefiTokenTrendingList"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-token_trending"}},"/defi/v2/tokens/new_listing":{"get":{"tags":["Token/Market List"],"summary":"Token - New listing","description":"Retrieve a list of newly listed tokens.","parameters":[{"$ref":"#/components/parameters/xNonSuiChainParam"},{"$ref":"#/components/parameters/timeToOptionalParam"},{"$ref":"#/components/parameters/limit20Default10Param"},{"$ref":"#/components/parameters/memePlatformEnabledParam"}],"responses":{"200":{"$ref":"#/components/responses/DefiTokenNewListing"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-v2-tokens-new_listing"}},"/defi/v2/tokens/top_traders":{"get":{"tags":["Wallet, Networth & PnL"],"summary":"Token - Top traders","description":"Retrieve a list of top traders of a specified token.","parameters":[{"$ref":"#/components/parameters/xChainParam"},{"$ref":"#/components/parameters/tokenAddressParam"},{"$ref":"#/components/parameters/timeFrameParam"},{"$ref":"#/components/parameters/sortTypeParam"},{"$ref":"#/components/parameters/sortByTopTradersParam"},{"$ref":"#/components/parameters/offset10kParam"},{"$ref":"#/components/parameters/limit10Param"},{"$ref":"#/components/parameters/uiAmountModeSplitParam"}],"responses":{"200":{"$ref":"#/components/responses/DefiTokenTopTraded"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-v2-tokens-top_traders"}},"/defi/v2/markets":{"get":{"tags":["Token/Market List"],"summary":"Token - All Market List","description":"Retrieve a list of markets for a specified token.","parameters":[{"$ref":"#/components/parameters/xChainParam"},{"$ref":"#/components/parameters/tokenAddressParam"},{"$ref":"#/components/parameters/timeFrameParam"},{"$ref":"#/components/parameters/sortTypeParam"},{"$ref":"#/components/parameters/sortByMarketsParam"},{"$ref":"#/components/parameters/offsetParam"},{"$ref":"#/components/parameters/limit20Default10Param"}],"responses":{"200":{"$ref":"#/components/responses/DefiTokenMarkets"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-v2-markets"}},"/defi/token_security":{"get":{"tags":["Security"],"summary":"Token - Security","description":"Retrieve security information of a specified token.","parameters":[{"$ref":"#/components/parameters/xNonSuiChainParam"},{"$ref":"#/components/parameters/tokenAddressParam"}],"responses":{"200":{"$ref":"#/components/responses/DefiTokenSecurity"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-token_security"}},"/defi/token_creation_info":{"get":{"tags":["Creation & Trending"],"summary":"Token - Creation Token Info","description":"Retrieve the creation transaction information of a specified token","parameters":[{"$ref":"#/components/parameters/xSolanaChainParam"},{"$ref":"#/components/parameters/tokenAddressCreationParam"}],"responses":{"200":{"$ref":"#/components/responses/DefiTokenCreationInfo"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-token_creation_info"}},"/defi/v3/token/mint-burn-txs":{"get":{"tags":["Transactions"],"summary":"Token - Mint/Burn","description":"Retrieve the mint/burn transaction list of a specified token. Only support solana","parameters":[{"$ref":"#/components/parameters/xSolanaChainParam"},{"$ref":"#/components/parameters/tokenAddressParam"},{"$ref":"#/components/parameters/sortByMintBurnTxsParam"},{"$ref":"#/components/parameters/sortTypeParam"},{"$ref":"#/components/parameters/typeMintBurnTxsParam"},{"$ref":"#/components/parameters/afterTimeMintBurnTxsParam"},{"$ref":"#/components/parameters/beforeTimeMintBurnTxsParam"},{"$ref":"#/components/parameters/offset10kParam"},{"$ref":"#/components/parameters/limit100Param"}],"responses":{"200":{"$ref":"#/components/responses/DefiTokenMintBurnTxs"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-v3-token-mint-burn-txs"}},"/defi/v3/all-time/trades/single":{"get":{"tags":["Alltime & History"],"summary":"All Time Trades (Single)","description":"Get all time trades or follow duration transactions for one token.","parameters":[{"$ref":"#/components/parameters/xChainParam"},{"$ref":"#/components/parameters/timeframeDurationAlltimeTrades"},{"$ref":"#/components/parameters/tokenAddressParam"},{"$ref":"#/components/parameters/uiAmountModeParam"}],"responses":{"200":{"description":"OK","$ref":"#/components/responses/AlltimeTradesResponse"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-v3-all-time-trades-single"}},"/defi/v3/all-time/trades/multiple":{"post":{"tags":["Alltime & History"],"summary":"All Time Trades (Multiple)","description":"Get all time trades or follow duration transactions for multiple tokens. Max to 20 tokens","parameters":[{"$ref":"#/components/parameters/xChainParam"},{"$ref":"#/components/parameters/timeframeDurationAlltimeTrades"},{"$ref":"#/components/parameters/listAddressParam"},{"$ref":"#/components/parameters/uiAmountModeParam"}],"responses":{"200":{"description":"OK","$ref":"#/components/responses/AlltimeTradesResponse"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"post-defi-v3-all-time-trades-multiple"}},"/defi/v3/token/exit-liquidity":{"get":{"tags":["Stats"],"summary":"Token - Liquidity (Single)","description":"Provides a liquidity value based on USD, native tokens, and other high-liquidity assets to confirm on-chain pools have real liquidity prior to user trades.","parameters":[{"$ref":"#/components/parameters/xBaseChainParam"},{"$ref":"#/components/parameters/tokenAddressParam"}],"responses":{"200":{"description":"OK","$ref":"#/components/responses/DefiTokenExitLiquidity"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-v3-token-exit-liquidity"}},"/defi/v3/token/exit-liquidity/multiple":{"get":{"tags":["Stats"],"summary":"Token - Liquidity (Multiple)","description":"Provides multiple tokens' liquidity value based on USD, native tokens, and other high-liquidity assets to confirm on-chain pools have real liquidity prior to user trades. Maximum 50 addresses.","parameters":[{"$ref":"#/components/parameters/xBaseChainParam"},{"$ref":"#/components/parameters/listAddressParam"}],"responses":{"200":{"description":"OK","$ref":"#/components/responses/DefiTokenExitLiquidityMultiple"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-v3-token-exit-liquidity-multiple"}},"/token/v1/holder/batch":{"post":{"tags":["Holder"],"summary":"Token - Holder (Batch)","description":"Retrieve the token balance held by a list of wallet owners.","parameters":[{"$ref":"#/components/parameters/xSolanaChainParam"},{"$ref":"#/components/parameters/uiAmountModeSplitParam"}],"requestBody":{"$ref":"#/components/requestBodies/tokenHolderBatch"},"responses":{"200":{"$ref":"#/components/responses/TokenHolderBatch"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"post-token-v1-holder-batch"}},"/defi/v3/token/meme/list":{"get":{"tags":["Meme"],"summary":"Meme Token - List","description":"Get list of meme tokens","parameters":[{"$ref":"#/components/parameters/xMemeChainParam"},{"$ref":"#/components/parameters/memeListSortByParam"},{"$ref":"#/components/parameters/sortTypeParam"},{"$ref":"#/components/parameters/memeListSourceParam"},{"$ref":"#/components/parameters/memeCreatorParam"},{"$ref":"#/components/parameters/memeListPlatformIdParam"},{"$ref":"#/components/parameters/memeListGraduatedParam"},{"$ref":"#/components/parameters/memeListMinProgressPercentParam"},{"$ref":"#/components/parameters/memeListMaxProgressPercentParam"},{"$ref":"#/components/parameters/memeListMinGraduatedTimeParam"},{"$ref":"#/components/parameters/memeListMaxGraduatedTimeParam"},{"$ref":"#/components/parameters/memeListMinCreationTimeParam"},{"$ref":"#/components/parameters/memeListMaxCreationTimeParam"},{"$ref":"#/components/parameters/tokenListV3MinLiquidityParam"},{"$ref":"#/components/parameters/tokenListV3MaxLiquidityParam"},{"$ref":"#/components/parameters/tokenListV3MinMarketcapParam"},{"$ref":"#/components/parameters/tokenListV3MaxMarketcapParam"},{"$ref":"#/components/parameters/tokenListV3MinFdvParam"},{"$ref":"#/components/parameters/tokenListV3MaxFdvParam"},{"$ref":"#/components/parameters/tokenListV3MinRecentListingTimeParam"},{"$ref":"#/components/parameters/tokenListV3MaxRecentListingTimeParam"},{"$ref":"#/components/parameters/tokenListV3MinLastTradeUnixTimeParam"},{"$ref":"#/components/parameters/tokenListV3MaxLastTradeUnixTimeParam"},{"$ref":"#/components/parameters/tokenListV3MinHolderParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume1hUsdParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume2hUsdParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume4hUsdParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume8hUsdParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume24hUsdParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume7dUsdParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume30dUsdParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume1hChangePercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume2hChangePercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume4hChangePercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume8hChangePercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume24hChangePercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume7dChangePercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinVolume30dChangePercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinPriceChange1hPercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinPriceChange2hPercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinPriceChange4hPercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinPriceChange8hPercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinPriceChange24hPercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinPriceChange7dPercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinPriceChange30dPercentageParam"},{"$ref":"#/components/parameters/tokenListV3MinTrade1hCountParam"},{"$ref":"#/components/parameters/tokenListV3MinTrade2hCountParam"},{"$ref":"#/components/parameters/tokenListV3MinTrade4hCountParam"},{"$ref":"#/components/parameters/tokenListV3MinTrade8hCountParam"},{"$ref":"#/components/parameters/tokenListV3MinTrade24hCountParam"},{"$ref":"#/components/parameters/tokenListV3MinTrade7dCountParam"},{"$ref":"#/components/parameters/tokenListV3MinTrade30dCountParam"},{"$ref":"#/components/parameters/offset10kParam"},{"$ref":"#/components/parameters/limit100Param"}],"responses":{"200":{"description":"OK","$ref":"#/components/responses/DefiMemeListResponse"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-v3-token-meme-list"}},"/defi/v3/token/meme/detail/single":{"get":{"tags":["Meme"],"summary":"Meme Token Detail - Single","description":"Get detail of given meme token","parameters":[{"$ref":"#/components/parameters/xMemeChainParam"},{"$ref":"#/components/parameters/memeTokenAddressParam"}],"responses":{"200":{"description":"OK","$ref":"#/components/responses/DefiMemeDetailSingleResponse"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-v3-token-meme-detail-single"}},"/token/v1/transfer":{"post":{"x-metadata":{"released_at":1765497600,"new":true},"tags":["Balance & Transfer"],"summary":"Token - Transfer List","description":"Return a list of token transfer transactions for a specified token. Provide standardized transaction data such as sender, receiver, amount, value, timestamp, and transaction hash","parameters":[{"$ref":"#/components/parameters/xSolanaChainParam"}],"requestBody":{"$ref":"#/components/requestBodies/tokenTransfer"},"responses":{"200":{"$ref":"#/components/responses/TransferResponse"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"post-token-v1-transfer"}},"/token/v1/transfer/total":{"post":{"x-metadata":{"released_at":1765497600,"new":true},"tags":["Balance & Transfer"],"summary":"Token - Transfer Total","description":"Return a total number of token transfer transactions for a specified token with various filters like time range, amount, value or source/destination wallet","parameters":[{"$ref":"#/components/parameters/xSolanaChainParam"}],"requestBody":{"$ref":"#/components/requestBodies/totalTokenTransfer"},"responses":{"200":{"$ref":"#/components/responses/TotalTransferResponse"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"post-token-v1-transfer-total"}},"/holder/v1/distribution":{"get":{"tags":["Holder"],"summary":"Token - Holder Distribution","description":"Retrieve distribution statistics for token holders based on their share of the total supply. Set include_list=true to return the wallet list for the specified range.","parameters":[{"$ref":"#/components/parameters/xSolanaChainParam"},{"$ref":"#/components/parameters/tokenHolderDistributionTokenAddressParam"},{"$ref":"#/components/parameters/tokenHolderDistributionAddressTypeParam"},{"$ref":"#/components/parameters/tokenHolderDistributionModeParam"},{"$ref":"#/components/parameters/tokenHolderDistributionTopParam"},{"$ref":"#/components/parameters/tokenHolderDistributionMinPercentParam"},{"$ref":"#/components/parameters/tokenHolderDistributionMaxPercentParam"},{"$ref":"#/components/parameters/tokenHolderDistributionIncludeListParam"},{"$ref":"#/components/parameters/offset10kParam"},{"$ref":"#/components/parameters/limitParam"}],"responses":{"200":{"$ref":"#/components/responses/TokenHolderDistribution"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-holder-v1-distribution"}},"/trader/gainers-losers":{"get":{"tags":["Wallet, Networth & PnL"],"summary":"Trader - Gainers/Losers","description":"Retrieve detailed information about top gainers/losers","parameters":[{"$ref":"#/components/parameters/xChainParam"},{"$ref":"#/components/parameters/typeTopGainerLoserParam"},{"$ref":"#/components/parameters/sortByTopGainerLoserParam"},{"$ref":"#/components/parameters/sortTypeParam"},{"$ref":"#/components/parameters/offset10kParam"},{"$ref":"#/components/parameters/limit10Param"}],"responses":{"200":{"$ref":"#/components/responses/TraderGainerLoserList"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-trader-gainers-losers"}},"/trader/txs/seek_by_time":{"get":{"tags":["Transactions"],"summary":"Trader - Trades Seek By Time","description":"Retrieve a list of trades of a trader with time bound option.","parameters":[{"$ref":"#/components/parameters/xChainParam"},{"$ref":"#/components/parameters/traderAddressParam"},{"$ref":"#/components/parameters/offset10kParam"},{"$ref":"#/components/parameters/limit100Param"},{"$ref":"#/components/parameters/txTypeDefaultAllParam"},{"$ref":"#/components/parameters/beforeTimeParam"},{"$ref":"#/components/parameters/afterTimeParam"},{"$ref":"#/components/parameters/uiAmountModeSplitParam"}],"responses":{"200":{"$ref":"#/components/responses/TraderTxsSeekByTime"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-trader-txs-seek_by_time"}},"/v1/wallet/token_list":{"get":{"tags":["Wallet, Networth & PnL"],"summary":"Wallet Portfolio (Beta)","description":"Retrieve the portfolio of a wallet.","deprecated":true,"parameters":[{"$ref":"#/components/parameters/walletApiXChainParam"},{"$ref":"#/components/parameters/walletApiWalletParam"},{"$ref":"#/components/parameters/uiAmountModeSplitParam"}],"responses":{"200":{"$ref":"#/components/responses/WalletTokenList"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-v1-wallet-token_list"}},"/v1/wallet/token_balance":{"get":{"tags":["Balance & Transfer"],"summary":"Wallet - Token Balance (Beta)","description":"Retrieve the balance of a token in a wallet.","parameters":[{"$ref":"#/components/parameters/walletApiXChainParam"},{"$ref":"#/components/parameters/walletApiWalletParam"},{"$ref":"#/components/parameters/walletApiTokenAddressParam"},{"$ref":"#/components/parameters/uiAmountModeSplitParam"}],"responses":{"200":{"$ref":"#/components/responses/WalletTokenBalance"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-v1-wallet-token_balance"}},"/v1/wallet/tx_list":{"get":{"tags":["Wallet, Networth & PnL"],"summary":"Wallet - Transaction History (Beta)","description":"Retrieve the transaction history of a wallet.","parameters":[{"$ref":"#/components/parameters/walletApiXChainParam"},{"$ref":"#/components/parameters/walletApiWalletParam"},{"$ref":"#/components/parameters/walletApiLimitParam"},{"$ref":"#/components/parameters/walletApiBeforeParam"},{"$ref":"#/components/parameters/uiAmountModeSplitParam"}],"responses":{"200":{"$ref":"#/components/responses/WalletTxList"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-v1-wallet-tx_list"}},"/wallet/v2/balance-change":{"get":{"x-metadata":{"released_at":1748476800,"new":true},"tags":["Balance & Transfer"],"summary":"Wallet - Balance Change","description":"Retrieve the balance change history of a wallet.","parameters":[{"$ref":"#/components/parameters/xSolanaChainParam"},{"$ref":"#/components/parameters/accountAddressParam"},{"$ref":"#/components/parameters/optionalTokenAddressParam"},{"$ref":"#/components/parameters/optionalTimeFromParam"},{"$ref":"#/components/parameters/optionalTimeToParam"},{"$ref":"#/components/parameters/walletBalanceTokenTypeParam"},{"$ref":"#/components/parameters/walletBalanceChangeTypeParam"},{"$ref":"#/components/parameters/onlyOffset10kParam"},{"$ref":"#/components/parameters/limit100Default20Param"},{"$ref":"#/components/parameters/uiAmountModeSplitParam"}],"responses":{"200":{"$ref":"#/components/responses/WalletBalanceChange"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-wallet-v2-balance-change"}},"/wallet/v2/current-net-worth":{"get":{"x-metadata":{"released_at":1752105600,"new":true},"tags":["Wallet, Networth & PnL"],"summary":"Wallet - Current Net Worth","description":"Retrieve current net worth and portfolio of a wallet.","parameters":[{"$ref":"#/components/parameters/xSolanaChainParam"},{"$ref":"#/components/parameters/walletAddressParam"},{"$ref":"#/components/parameters/walletCurrentNetWorthFilterValueParam"},{"$ref":"#/components/parameters/currentNetworkSortByParam"},{"$ref":"#/components/parameters/sortTypeParam"},{"$ref":"#/components/parameters/limit100Default20Param"},{"$ref":"#/components/parameters/onlyOffset10kParam"}],"responses":{"200":{"$ref":"#/components/responses/WalletCurrentNetWorth"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-wallet-v2-current-net-worth"}},"/wallet/v2/net-worth-summary/multiple":{"post":{"x-metadata":{"released_at":1761782400,"new":true},"tags":["Wallet, Networth & PnL"],"summary":"Wallet - Current Net Worth Summary (Multiple)","description":"Retrieve current net worth of multiple wallets. Maximum 100 wallets.","parameters":[{"$ref":"#/components/parameters/xSolanaChainParam"}],"requestBody":{"$ref":"#/components/requestBodies/RequiredWallets"},"responses":{"200":{"$ref":"#/components/responses/MultipleNetworthSummary"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"post-wallet-v2-net-worth-summary-multiple"}},"/wallet/v2/net-worth":{"get":{"x-metadata":{"released_at":1752105600,"new":true},"tags":["Wallet, Networth & PnL"],"summary":"Wallet - Net Worth Chart","description":"Retrieve historical net worth of a wallet by dates.","parameters":[{"$ref":"#/components/parameters/xSolanaChainParam"},{"$ref":"#/components/parameters/walletAddressParam"},{"$ref":"#/components/parameters/netWorthCount30Default7Param"},{"$ref":"#/components/parameters/networthDirection"},{"$ref":"#/components/parameters/networthTimeOptional"},{"$ref":"#/components/parameters/networthType"},{"$ref":"#/components/parameters/sortTypeParam"}],"responses":{"200":{"$ref":"#/components/responses/WalletNetWorth"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-wallet-v2-net-worth"}},"/wallet/v2/net-worth-details":{"get":{"x-metadata":{"released_at":1752105600,"new":true},"tags":["Wallet, Networth & PnL"],"summary":"Wallet - Net Worth Details","description":"Retrieve asset details of a wallet on a specific date","parameters":[{"$ref":"#/components/parameters/xSolanaChainParam"},{"$ref":"#/components/parameters/walletAddressParam"},{"$ref":"#/components/parameters/networthTimeOptional"},{"$ref":"#/components/parameters/networthType"},{"$ref":"#/components/parameters/sortTypeParam"},{"$ref":"#/components/parameters/limit100Default20Param"},{"$ref":"#/components/parameters/onlyOffset10kParam"}],"responses":{"200":{"$ref":"#/components/responses/WalletNetWorthDetail"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-wallet-v2-net-worth-details"}},"/wallet/v2/pnl":{"get":{"x-metadata":{"released_at":1756252800,"new":true},"tags":["Wallet, Networth & PnL"],"summary":"Wallet - PnL (Per Token)","description":"Retrieve PnL of a wallet","deprecated":true,"parameters":[{"$ref":"#/components/parameters/xSolanaChainParam"},{"$ref":"#/components/parameters/walletAddressParam"},{"$ref":"#/components/parameters/tokenAddressesParam"}],"responses":{"200":{"$ref":"#/components/responses/WalletPnlResponse"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-wallet-v2-pnl"}},"/wallet/v2/pnl/multiple":{"get":{"x-metadata":{"released_at":1756252800,"new":true},"tags":["Wallet, Networth & PnL"],"summary":"Wallet - PnL (Per Wallet)","description":"Retrieve PnL of list wallet","parameters":[{"$ref":"#/components/parameters/xSolanaChainParam"},{"$ref":"#/components/parameters/tokenAddressV2Param"},{"$ref":"#/components/parameters/walletsParam"}],"responses":{"200":{"$ref":"#/components/responses/MultipleWalletPnlResponse"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-wallet-v2-pnl-multiple"}},"/wallet/v2/pnl/details":{"post":{"x-metadata":{"released_at":1762214400,"new":true},"tags":["Wallet, Networth & PnL"],"summary":"Wallet - PnL Details","description":"Retrieve PnL of a wallet broken down to each token","parameters":[{"$ref":"#/components/parameters/xSolanaChainParam"}],"requestBody":{"$ref":"#/components/requestBodies/walletPnlDetails"},"responses":{"200":{"$ref":"#/components/responses/WalletPnlDetailsResponse"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"post-wallet-v2-pnl-details"}},"/wallet/v2/pnl/summary":{"get":{"x-metadata":{"released_at":1761350400,"new":true},"tags":["Wallet, Networth & PnL"],"summary":"Wallet - PnL","description":"Retrieve PnL of a wallet","parameters":[{"$ref":"#/components/parameters/xSolanaChainParam"},{"$ref":"#/components/parameters/walletAddressParam"},{"$ref":"#/components/parameters/walletPnlDurationParam"}],"responses":{"200":{"$ref":"#/components/responses/WalletPnlSummaryResponse"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-wallet-v2-pnl-summary"}},"/wallet/v2/token-balance":{"post":{"x-metadata":{"released_at":1756368000,"new":true},"tags":["Balance & Transfer"],"summary":"Wallet - Tokens Balance","description":"Retrieve the balances of a list of tokens in a wallet.","parameters":[{"$ref":"#/components/parameters/xSolanaChainParam"}],"requestBody":{"$ref":"#/components/requestBodies/walletTokenBalance"},"responses":{"200":{"$ref":"#/components/responses/WalletTokenBalanceResponse"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"post-wallet-v2-token-balance"}},"/wallet/v2/tx/first-funded":{"post":{"x-metadata":{"released_at":1756368000,"new":true},"tags":["Wallet, Networth & PnL"],"summary":"Wallet - First Tx Funded","description":"Retrieve the first tx fund of the wallet.","parameters":[{"$ref":"#/components/parameters/xSolanaChainParam"}],"requestBody":{"$ref":"#/components/requestBodies/walletTxFirstFunded"},"responses":{"200":{"$ref":"#/components/responses/WalletTxFirstFundedResponse"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"post-wallet-v2-tx-first-funded"}},"/wallet/v2/transfer":{"post":{"x-metadata":{"released_at":1765497600,"new":true},"tags":["Balance & Transfer"],"summary":"Wallet - Transfer","description":"Retrieve list transfer of the wallet.","parameters":[{"$ref":"#/components/parameters/xSolanaChainParam"}],"requestBody":{"$ref":"#/components/requestBodies/walletTransfer"},"responses":{"200":{"$ref":"#/components/responses/TransferResponse"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"post-wallet-v2-transfer"}},"/wallet/v2/transfer/total":{"post":{"x-metadata":{"released_at":1765497600,"new":true},"tags":["Balance & Transfer"],"summary":"Wallet - Transfer total","description":"Retrieve total transfer of the wallet.","parameters":[{"$ref":"#/components/parameters/xSolanaChainParam"}],"requestBody":{"$ref":"#/components/requestBodies/totalWalletTransfer"},"responses":{"200":{"$ref":"#/components/responses/TotalTransferResponse"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"post-wallet-v2-transfer-total"}},"/defi/v3/search":{"get":{"tags":["Search & Utils"],"summary":"Search - Token, market Data","description":"Search for tokens and market data by providing a name, symbol, token address, or market address.","parameters":[{"$ref":"#/components/parameters/chainBySearchParam"},{"$ref":"#/components/parameters/keywordSearchParam"},{"$ref":"#/components/parameters/targetSearchParam"},{"$ref":"#/components/parameters/searchModeSearchParam"},{"$ref":"#/components/parameters/searchBySearchParam"},{"$ref":"#/components/parameters/sortBySearchParam"},{"$ref":"#/components/parameters/sortTypeParam"},{"$ref":"#/components/parameters/jupStrictFilterSearchParam"},{"$ref":"#/components/parameters/sourceFilterSearchParam"},{"$ref":"#/components/parameters/offsetParam"},{"$ref":"#/components/parameters/limit20Param"},{"$ref":"#/components/parameters/uiAmountModeSplitParam"}],"responses":{"200":{"$ref":"#/components/responses/Search"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-v3-search"}},"/defi/v3/txs/latest-block":{"get":{"tags":["Blockchain"],"summary":"Trades - Latest Block Number","description":"Retrieve the latest block number of trades on a chain","parameters":[{"$ref":"#/components/parameters/xChainParam"}],"responses":{"200":{"$ref":"#/components/responses/DefiTxsV3LatestBlock"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-v3-txs-latest-block"}},"/utils/v1/credits":{"get":{"x-metadata":{"released_at":1760313600,"new":true},"tags":["Search & Utils"],"summary":"Utils - Credits Usage of current account","description":"Retrieve credit usage of current account.","parameters":[{"$ref":"#/components/parameters/optionalTimeFromParam"},{"$ref":"#/components/parameters/optionalTimeToParam"}],"responses":{"200":{"$ref":"#/components/responses/UtilsCreditsUsage"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-utils-v1-credits"}},"/defi/networks":{"get":{"tags":["Blockchain"],"summary":"Supported Networks","description":"Retrieve a list of all supported networks.","responses":{"200":{"$ref":"#/components/responses/SupportedNetworks"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-defi-networks"}},"/v1/wallet/list_supported_chain":{"get":{"tags":["Wallet, Networth & PnL"],"summary":"Wallet Supported Networks","description":"Retrieve a list of all wallet supported networks.","responses":{"200":{"$ref":"#/components/responses/WalletSupportedNetworks"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-v1-wallet-list_supported_chain"}},"/smart-money/v1/token/list":{"get":{"x-metadata":{"released_at":1770336000,"new":true},"tags":["Smart Money"],"summary":"Smart Money - Token List","description":"Returns tokens identified via smart money traders, segmented by trader style and risk appetite.","parameters":[{"$ref":"#/components/parameters/xSolanaChainParam"},{"$ref":"#/components/parameters/smartMoneyTokenIntervalParam"},{"$ref":"#/components/parameters/smartMoneyTokenTraderStyleParam"},{"$ref":"#/components/parameters/smartMoneyTokenSortByParam"},{"$ref":"#/components/parameters/sortTypeDescParam"},{"$ref":"#/components/parameters/offset10kParam"},{"$ref":"#/components/parameters/limit20Default20Param"}],"responses":{"200":{"$ref":"#/components/responses/SmartMoneyTokenResponse"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"429":{"$ref":"#/components/responses/429"},"500":{"$ref":"#/components/responses/500"}},"operationId":"get-smart-money-v1-token-list"}}},"components":{"securitySchemes":{"apiKeyAuth":{"type":"apiKey","in":"header","name":"X-API-KEY","description":"API key for authentication"}},"requestBodies":{"multiPrice":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MultiPriceBody"},"examples":{"solana":{"value":{"list_address":"So11111111111111111111111111111111111111112,DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263"}}}}}},"multiPriceVolume":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MultiPriceVolumeBody"},"examples":{"solana":{"value":{"list_address":"So11111111111111111111111111111111111111112,DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263","type":"24h"}}}}}},"tokenHolderBatch":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TokenHolderBatchBody"},"examples":{"solana":{"value":{"token_address":"So11111111111111111111111111111111111111112","wallets":["5Q544fKrFoe6tsEbD7S8EmxGTJYAKtTVhAW5Q5pge4j1","2fgUSSpZFi8PjyhbrETSeLutJpFsuCfWsk2H6gb3Reye","CZY9M9BywshFAFjPw7uLgXw9yGtNL26YypLCJdewiHo"]}}}}}},"listAddressParam":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListAddressBody"},"examples":{"solana":{"value":{"list_address":"So11111111111111111111111111111111111111112,DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263"}}}}}},"walletTokenBalance":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WalletTokenBalanceBody"},"examples":{"solana":{"value":{"wallet":"GbrNi5tsbViArzsiE2WX94rMCCGz87w9cVVWVqcPEyx6","token_addresses":["8i42ZVsjEGVhZ6spj4Z5aB36Msh9Vq4nnBaw5kq4pump"]}}}}}},"walletTxFirstFunded":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WalletTxFirstFundedBody"},"examples":{"solana":{"value":{"wallets":["5Q544fKrFoe6tsEbD7S8EmxGTJYAKtTVhAW5Q5pge4j1","2fgUSSpZFi8PjyhbrETSeLutJpFsuCfWsk2H6gb3Reye","CZY9M9BywshFAFjPw7uLgXw9yGtNL26YypLCJdewiHo"],"token_addresses":"So11111111111111111111111111111111111111112"}}}}}},"RequiredWallets":{"required":true,"content":{"application/json":{"schema":{"required":["wallets"],"type":"object","properties":{"wallets":{"type":"array","items":{"type":"string"},"example":["5Q544fKrFoe6tsEbD7S8EmxGTJYAKtTVhAW5Q5pge4j1","2fgUSSpZFi8PjyhbrETSeLutJpFsuCfWsk2H6gb3Reye"]}}},"examples":{"solana":{"value":{"wallets":["5Q544fKrFoe6tsEbD7S8EmxGTJYAKtTVhAW5Q5pge4j1","2fgUSSpZFi8PjyhbrETSeLutJpFsuCfWsk2H6gb3Reye","CZY9M9BywshFAFjPw7uLgXw9yGtNL26YypLCJdewiHo"]}}}}}},"walletPnlDetails":{"required":true,"content":{"application/json":{"schema":{"required":["wallet"],"type":"object","properties":{"wallet":{"type":"string","example":"5Q544fKrFoe6tsEbD7S8EmxGTJYAKtTVhAW5Q5pge4j1"},"token_addresses":{"type":"array","items":{"type":"string"},"example":["2VKDTnMF9hmDfCG4i7yPHsfYzYCRhLwQcgUQPxvvYKnV"]},"sort_type":{"type":"string","enum":["asc","desc"],"default":"desc"},"sort_by":{"type":"string","enum":["last_trade"],"default":"value"},"limit":{"type":"integer","minimum":1,"maximum":100,"default":10},"offset":{"type":"integer","minimum":0,"maximum":10000,"default":0}}},"examples":{"solana":{"value":{"wallet":"123hJZ8FGVhesDUrv5dCgorewd7KMqBkFhoGdyZNp62D","sort_by":"value","duration":"7d","sort_type":"asc","limit":2,"token_addresses":["2VKDTnMF9hmDfCG4i7yPHsfYzYCRhLwQcgUQPxvvYKnV"]}}}}}},"walletTransfer":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WalletTransferBody"},"examples":{"solana":{"value":{"wallet":"41zCUJsKk6cMB94DDtm99qWmyMZfp4GkAhhuz4xTwePu","token_address":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","time_from":1727788070,"time_to":1727788076,"flow":"in","from_amount":10.01,"to_amount":10.001,"from_value":1.001,"to_value":10000,"from_wallet":"41zCUJsKk6cMB94DDtm99qWmyMZfp4GkAhhuz4xTwePu","to_wallet":"41zCUJsKk6cMB94DDtm99qWmyMZfp4GkAhhuz4xTwePu","cursor":"xxx","limit":100}}}}}},"totalWalletTransfer":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TotalWalletTransferBody"},"examples":{"solana":{"value":{"wallet":"41zCUJsKk6cMB94DDtm99qWmyMZfp4GkAhhuz4xTwePu","token_address":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","time_from":1727788070,"time_to":1727788076,"flow":"in","from_amount":10.01,"to_amount":10.001,"from_value":1.001,"to_value":10000,"from_wallet":"41zCUJsKk6cMB94DDtm99qWmyMZfp4GkAhhuz4xTwePu","to_wallet":"41zCUJsKk6cMB94DDtm99qWmyMZfp4GkAhhuz4xTwePu"}}}}}},"tokenTransfer":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TokenTransferBody"},"examples":{"solana":{"value":{"token_address":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","time_from":1727788070,"time_to":1727788076,"from_amount":10.01,"to_amount":10.001,"from_value":1.001,"to_value":10000,"from_wallet":"41zCUJsKk6cMB94DDtm99qWmyMZfp4GkAhhuz4xTwePu","to_wallet":"41zCUJsKk6cMB94DDtm99qWmyMZfp4GkAhhuz4xTwePu","cursor":"xxxx","limit":100}}}}}},"totalTokenTransfer":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TotalTokenTransferBody"},"examples":{"solana":{"value":{"token_address":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","time_from":1727788070,"time_to":1727788076,"from_amount":10.01,"to_amount":10.001,"from_value":1.001,"to_value":10000,"from_wallet":"41zCUJsKk6cMB94DDtm99qWmyMZfp4GkAhhuz4xTwePu","to_wallet":"41zCUJsKk6cMB94DDtm99qWmyMZfp4GkAhhuz4xTwePu","limit":100}}}}}}},"responses":{"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"},"example":{"success":false,"message":"Bad request"}}}},"401":{"description":"Unauthorized. API key is missing or invalid","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"},"example":{"success":false,"message":"Unauthorized"}}}},"403":{"description":"Forbidden. Request is blacklisted or not whitelisted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"},"example":{"success":false,"message":"Access Denied"}}}},"429":{"description":"Too Many Requests. Rate limit reached","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"},"example":{"success":false,"message":"Too many requests"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"},"example":{"success":false,"message":"Internal Server Error"}}}},"DefiPrice":{"description":"JSON object containing price value and update time of a token","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DefiPriceResponse"},"examples":{"SolanaWithLiquidity":{"value":{"data":{"isScaledUiToken":false,"value":0.38622452197470425,"updateUnixTime":1745058945,"updateHumanTime":"2025-04-19T10:35:45","priceChange24h":1.933391934259418,"priceInNative":0.0027761598581298626,"liquidity":10854103.37938592},"success":true}},"EVMWithLiquidity":{"value":{"data":{"value":0.000012151838032744844,"updateUnixTime":1745058827,"updateHumanTime":"2025-04-19T10:33:47","priceChange24h":1.4986903810717627,"liquidity":3349464.6246886267},"success":true}},"SolanaScaledUIAmount":{"value":{"data":{"isScaledUiToken":true,"value":404.21180826549516,"updateUnixTime":1751369725,"updateHumanTime":"2025-07-01T11:35:25","priceChange24h":4.268112150090328,"priceInNative":2.7135492516187805,"scaledValue":404.21180826549516,"multiplier":1,"scaledPriceInNative":2.7135492516187805},"success":true}},"MissingPrice":{"value":{"success":true,"data":null}}}}}},"DefiMultiPrice":{"description":"JSON object containing price values and update time of multiple tokens","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DefiMultiPriceResponse"},"examples":{"Solana":{"value":{"success":true,"data":{"So11111111111111111111111111111111111111112":{"isScaledUiToken":false,"value":127.32916175338693,"updateUnixTime":1726673192,"updateHumanTime":"2024-09-18T15:26:32","priceInNative":1,"priceChange24h":-5.833510393308625,"liquidity":7026264396},"DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263":{"isScaledUiToken":false,"value":0.00001598090539282,"updateUnixTime":1726673185,"updateHumanTime":"2024-09-18T15:26:25","priceInNative":1.2583e-7,"priceChange24h":-4.766925300538944,"liquidity":1234414}}}},"EVM":{"value":{"success":true,"data":{"0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2":{"value":2600,"updateUnixTime":1726673192,"updateHumanTime":"2024-09-18T15:26:32","priceChange24h":-5.833510393308625,"liquidity":7026264396},"0x6982508145454Ce325dDbE47a25d4ec3d2311933":{"value":9.58e-7,"updateUnixTime":1726673185,"updateHumanTime":"2024-09-18T15:26:25","priceChange24h":-4.766925300538944,"liquidity":1431513}}}},"SolanaScaledUIAmount":{"value":{"data":{"XsP7xzNPvEHS1m6qfanPUGjNmdnmsLKEoNAnHjdxxyZ":{"isScaledUiToken":true,"value":404.21180826549516,"updateUnixTime":1751369725,"updateHumanTime":"2025-07-01T11:35:25","priceInNative":2.71366223488443,"priceChange24h":4.268112150090328,"scaledValue":404.21180826549516,"multiplier":1,"scaledPriceInNative":2.71366223488443},"DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263":{"isScaledUiToken":false,"value":0.000013874375132396532,"updateUnixTime":1751369771,"updateHumanTime":"2025-07-01T11:36:11","priceInNative":9.314514583570637e-8,"priceChange24h":-4.55999840357565}},"success":true}},"MissingMultiPrice":{"value":{"success":true,"data":{"So11111111111111111111111111111111111111112":null,"DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263":null}}}}}}},"DefiHistoryPrice":{"description":"JSON object containing values and  unix timestamps of a token or pair","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DefiHistoryPriceResponse"},"examples":{"Solana":{"value":{"success":true,"data":{"isScaledUiToken":false,"items":[{"unixTime":1726670700,"value":127.97284640184616},{"unixTime":1726671600,"value":128.04188346328968},{"unixTime":1726672500,"value":127.40223856228901}]}}},"SolanaScaledUIAmount":{"value":{"data":{"isScaledUiToken":true,"multiplier":1,"items":[{"address":"Xsc9qvGR1efVDFGLrVsmkzv3qi45LTBjeUKSPmx9qEh","unixTime":1751417580,"value":153.4602929354709,"scaledValue":153.4602929354709},{"address":"Xsc9qvGR1efVDFGLrVsmkzv3qi45LTBjeUKSPmx9qEh","unixTime":1751417640,"value":153.4602929354709,"scaledValue":153.4602929354709}]},"success":true}}}}}},"DefiHistoryPriceUnix":{"description":"JSON object containing list of a token's transactions","content":{"application/json":{"examples":{"Solana":{"value":{"success":true,"data":{"isScaledUiToken":false,"value":128.09276765626564,"updateUnixTime":1726675897,"priceChange24h":-4.924324221890145}}},"SolanaScaledUIAmount":{"value":{"data":{"isScaledUiToken":true,"value":154.24048063205083,"updateUnixTime":1751417954,"priceChange24h":-2.3458062991146713,"scaledValue":154.24048063205083,"multiplier":1},"success":true}},"MissingHistoryPriceUnix":{"value":{"success":true,"data":null}}}}}},"DefiTxsToken":{"description":"JSON object containing transactions of a token","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TraversableArrayOfObjectResponseType"},"examples":{"SolanaScaledUIAmount":{"value":{"success":true,"data":{"items":[{"quote":{"symbol":"SHIPE","decimals":6,"address":"9K78h3XEb7qqRu4XEaAEhe3qXaAeN1XyHa65bLwKXaNp","amount":3000940514830,"uiAmount":3000940.51483,"price":0.00008920248678973954,"nearestPrice":0.00008879906452142359,"changeAmount":3000940514830,"uiChangeAmount":3000940.51483,"isScaledUiToken":false,"multiplier":null},"base":{"symbol":"SOL","decimals":9,"address":"So11111111111111111111111111111111111111112","amount":1452043321,"uiAmount":1.452043321,"price":184.35493814782487,"nearestPrice":184.35493814782487,"changeAmount":-1452043321,"uiChangeAmount":-1.452043321,"isScaledUiToken":false,"multiplier":null},"basePrice":184.35493814782487,"quotePrice":0.00008920248678973954,"txHash":"NLiBctRYuhibKZCJPkPxGhDKi9pCo2fx818H1UBJ82gD5DKddvufzf5DAPVKkLgejQ4EezcgE72FUrf327VQGaV","source":"pump_amm","blockUnixTime":1754883867,"txType":"swap","owner":"5V7aauQjnizwXAPGcJnjC7mbpenbiQZBfBSxW3n7NGCD","side":"sell","alias":null,"pricePair":2066701.7790924432,"from":{"symbol":"SOL","decimals":9,"address":"So11111111111111111111111111111111111111112","amount":1452043321,"uiAmount":1.452043321,"price":184.35493814782487,"nearestPrice":184.35493814782487,"changeAmount":-1452043321,"uiChangeAmount":-1.452043321,"isScaledUiToken":false,"multiplier":null},"to":{"symbol":"SHIPE","decimals":6,"address":"9K78h3XEb7qqRu4XEaAEhe3qXaAeN1XyHa65bLwKXaNp","amount":3000940514830,"uiAmount":3000940.51483,"price":0.00008920248678973954,"nearestPrice":0.00008879906452142359,"changeAmount":3000940514830,"uiChangeAmount":3000940.51483,"isScaledUiToken":false,"multiplier":null},"tokenPrice":184.35493814782487,"poolId":"7LfK73yHk16kaSqa4FDB8t1oU445zzSsgMMC3at4eCFR"}],"hasNext":true}}},"TokenTransactions":{"value":{"success":true,"data":{"items":[{"quote":{"symbol":"POTUS","decimals":6,"address":"7hyHfdgxwtaj1QpQSJw3s4R2LMxShPpmr2GsCw9npump","amount":13922809,"feeInfo":null,"uiAmount":13.922809,"price":null,"nearestPrice":0.00008581853084042329,"changeAmount":13922809,"uiChangeAmount":13.922809},"base":{"symbol":"SOL","decimals":9,"address":"So11111111111111111111111111111111111111112","amount":9090,"uiAmount":0.00000909,"price":null,"nearestPrice":128.201119598627,"changeAmount":-9090,"uiChangeAmount":-0.00000909},"basePrice":null,"quotePrice":null,"txHash":"5G72183B77KafzKv4GEJNnDrV7rtspv5X5WM9yG9g1P89iG1UCGBuAqcMasgGhRYN24bmWsNPkQqptRbX5uoH44K","source":"raydium","blockUnixTime":1726676178,"txType":"swap","owner":"AavgaV4YKned3RN6JVMANKmAaVS2Tpfnw88HbYtzgBAn","side":"sell","alias":null,"pricePair":1531662.1562156219,"from":{"symbol":"SOL","decimals":9,"address":"So11111111111111111111111111111111111111112","amount":9090,"uiAmount":0.00000909,"price":null,"nearestPrice":128.201119598627,"changeAmount":-9090,"uiChangeAmount":-0.00000909},"to":{"symbol":"POTUS","decimals":6,"address":"7hyHfdgxwtaj1QpQSJw3s4R2LMxShPpmr2GsCw9npump","amount":13922809,"feeInfo":null,"uiAmount":13.922809,"price":null,"nearestPrice":0.00008581853084042329,"changeAmount":13922809,"uiChangeAmount":13.922809},"tokenPrice":null,"poolId":"2L8fo6g6me9ZubZhH2iiz6616GouRbGeEuvNoGv69xWE"},{"quote":{"symbol":"PEAKY","decimals":6,"address":"62uBW5K24PdxXk185tNjz9pwzkpHinKt8qZznxPPpump","amount":35238136,"feeInfo":null,"uiAmount":35.238136,"price":null,"nearestPrice":0.00003742796781669965,"changeAmount":35238136,"uiChangeAmount":35.238136},"base":{"symbol":"SOL","decimals":9,"address":"So11111111111111111111111111111111111111112","amount":10333,"uiAmount":0.000010333,"price":null,"nearestPrice":128.201119598627,"changeAmount":-10333,"uiChangeAmount":-0.000010333},"basePrice":null,"quotePrice":null,"txHash":"zXdSLDTX4MVzunVJgFbJmiLY9z2hZ3n28w6bYvKn1aZVL1QZGozkyMMMteFqpyWraUTdRyX1GKFnJYkqPsL5SJK","source":"raydium","blockUnixTime":1726676178,"txType":"swap","owner":"CDt3xtwPVWDbhENL3QhDX5XYVx9JNCvewfdfCRy1cKFt","side":"sell","alias":null,"pricePair":3410252.2016839255,"from":{"symbol":"SOL","decimals":9,"address":"So11111111111111111111111111111111111111112","amount":10333,"uiAmount":0.000010333,"price":null,"nearestPrice":128.201119598627,"changeAmount":-10333,"uiChangeAmount":-0.000010333},"to":{"symbol":"PEAKY","decimals":6,"address":"62uBW5K24PdxXk185tNjz9pwzkpHinKt8qZznxPPpump","amount":35238136,"feeInfo":null,"uiAmount":35.238136,"price":null,"nearestPrice":0.00003742796781669965,"changeAmount":35238136,"uiChangeAmount":35.238136},"tokenPrice":null,"poolId":"5vsk6iYjKXEo6x7maZJwh36UjqwFxkRtoHK5Nphh3ht1"}],"hasNext":true}}}}}}},"DefiTxsPair":{"description":"JSON object containing transactions of a pair","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TraversableArrayOfObjectResponseType"},"examples":{"SolanaScaledUIAmount":{"value":{"success":true,"data":{"items":[{"txHash":"2s27V8t3HANqUA572KLqBNXFvGyqvYobFX2Cn3c5puoWbHSNCebjT6PDX7gixe5HjdNhuG7SuHpDroJXFrBpAFn1","source":"phoenix","blockUnixTime":1754882843,"txType":"swap","address":"4DoNfFBfF7UokCC2FQzriy7yHK6DY6NVdYpuekQ5pRgg","owner":"MfDuWeqSHEqTFVYZ7LoexgAK9dxk7cy4DFJWjWMGVWa","from":{"symbol":"USDC","decimals":6,"address":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","amount":4000129768,"type":"log","typeSwap":"from","uiAmount":4000.129768,"price":0.99986,"nearestPrice":0.99986,"changeAmount":-4000129768,"uiChangeAmount":-4000.129768,"isScaledUiToken":false,"multiplier":null},"to":{"symbol":"SOL","decimals":9,"address":"So11111111111111111111111111111111111111112","amount":21638000000,"type":"log","typeSwap":"to","uiAmount":21.638,"price":184.67395202659998,"nearestPrice":184.67395202659998,"changeAmount":21638000000,"uiChangeAmount":21.638,"isScaledUiToken":false,"multiplier":null}}],"hasNext":true}}},"PairTransactions":{"value":{"success":true,"data":{"items":[{"txHash":"37U8R16dfZHbe56J8ZhxwrJduUJHwQnJpuocCej6st7r6CAYDzvv7TFTj9yrz6jkYSdMSCkhdAhkaciU4PQWfJis","source":"phoenix","blockUnixTime":1745402802,"address":"4DoNfFBfF7UokCC2FQzriy7yHK6DY6NVdYpuekQ5pRgg","owner":"MfDuWeqSHEqTFVYZ7LoexgAK9dxk7cy4DFJWjWMGVWa","from":{"symbol":"USDC","decimals":6,"address":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","amount":399920249,"type":"log","typeSwap":"from","uiAmount":399.920249,"price":null,"nearestPrice":0.99994282,"changeAmount":-399920249,"uiChangeAmount":-399.920249},"to":{"symbol":"SOL","decimals":9,"address":"So11111111111111111111111111111111111111112","amount":2642000000,"type":"log","typeSwap":"to","feeInfo":null,"uiAmount":2.642,"price":null,"nearestPrice":151.35706807903856,"changeAmount":2642000000,"uiChangeAmount":2.642}},{"txHash":"2w3kTsgkgBJNk7iJmmo4P4k8UZ8zKXChLL33R1DSod7T3KyfqSH8m63f731yhBsdXULao6f7gUZamkKnVjsCcf4W","source":"phoenix","blockUnixTime":1745402801,"address":"4DoNfFBfF7UokCC2FQzriy7yHK6DY6NVdYpuekQ5pRgg","owner":"MfDuWeqSHEqTFVYZ7LoexgAK9dxk7cy4DFJWjWMGVWa","from":{"symbol":"USDC","decimals":6,"address":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","amount":399920938,"type":"log","typeSwap":"from","uiAmount":399.920938,"price":null,"nearestPrice":0.99994282,"changeAmount":-399920938,"uiChangeAmount":-399.920938},"to":{"symbol":"SOL","decimals":9,"address":"So11111111111111111111111111111111111111112","amount":2643000000,"type":"log","typeSwap":"to","feeInfo":null,"uiAmount":2.643,"price":null,"nearestPrice":151.33213768145356,"changeAmount":2643000000,"uiChangeAmount":2.643}}],"hasNext":true}}}}}}},"DefiTxsTokenSeekByTime":{"description":"JSON object containing transactions of a token","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TraversableArrayOfObjectResponseType"},"examples":{"SolanaScaledUIAmount":{"value":{"success":true,"data":{"items":[{"quote":{"symbol":"SOL","decimals":9,"address":"So11111111111111111111111111111111111111112","amount":"83","uiAmount":8.3e-8,"price":133.58588874466795,"changeAmount":83,"uiChangeAmount":8.3e-8,"isScaledUiToken":false,"multiplier":null},"base":{"symbol":"Poppy","decimals":6,"address":"7Am9kVe9qymLGzLu9LnGFT6pX43DAuMYBLveSRijpump","amount":"2999999","uiAmount":2.999999,"price":0.000003840642989117913,"changeAmount":-2999999,"uiChangeAmount":-2.999999,"isScaledUiToken":false,"multiplier":null},"basePrice":0.000003840642989117913,"quotePrice":133.58588874466795,"txHash":"2rfQEtcrKmbCrwLet9REvUMWd6PoKjRV5fjUhYfmUjdS3ECkwF12s2bmswi8VGYxX1zp96nTfFxeSafjxDmASH6q","source":"pump_dot_fun","blockUnixTime":1741531132,"txType":"swap","owner":"J8RsYYa1CSsRi77aThfy48YPc7K5gwaepQDdvz2E3UoM","side":"buy","alias":null,"pricePair":36144566.26506024,"from":{"symbol":"Poppy","decimals":6,"address":"7Am9kVe9qymLGzLu9LnGFT6pX43DAuMYBLveSRijpump","amount":"2999999","uiAmount":2.999999,"price":0.000003840642989117913,"changeAmount":-2999999,"uiChangeAmount":-2.999999,"isScaledUiToken":false,"multiplier":null},"to":{"symbol":"SOL","decimals":9,"address":"So11111111111111111111111111111111111111112","amount":"83","uiAmount":8.3e-8,"price":133.58588874466795,"changeAmount":83,"uiChangeAmount":8.3e-8,"isScaledUiToken":false,"multiplier":null},"tokenPrice":133.58588874466795,"poolId":"2qPLBXMp8YvQyM1SDQ4QoYF314jcLzM86NpMUF6Wni6H"}],"hasNext":true}}},"TokenTransactions":{"value":{"success":true,"data":{"items":[{"quote":{"symbol":"Pnut ","decimals":6,"address":"2qEHjDLDLbuBgRYvsxhc5D6uDWAivNFZGan56P1tpump","amount":315220781,"feeInfo":null,"uiAmount":315.220781,"price":null,"nearestPrice":2.1228198408315455,"changeAmount":315220781,"uiChangeAmount":315.220781},"base":{"symbol":"SOL","decimals":9,"address":"So11111111111111111111111111111111111111112","amount":3059408483,"uiAmount":3.059408483,"price":null,"nearestPrice":218.81293132875214,"changeAmount":-3059408483,"uiChangeAmount":-3.059408483},"basePrice":null,"quotePrice":null,"txHash":"SYypBp6KSdMSfe3M2m4qK86p2JDJRmNKPrqwDxGb3MuPYq6yPodWApoEQBXAvzpfTf9WCmCFbEkPEM4HET84u2L","source":"raydium_clamm","blockUnixTime":1731556704,"txType":"swap","owner":"AmTRLjX9T8KktBBnw1F78DyDb17fr6L8BNpEgCPGs5eM","side":"sell","alias":null,"pricePair":103.0332440900145,"from":{"symbol":"SOL","decimals":9,"address":"So11111111111111111111111111111111111111112","amount":3059408483,"uiAmount":3.059408483,"price":null,"nearestPrice":218.81293132875214,"changeAmount":-3059408483,"uiChangeAmount":-3.059408483},"to":{"symbol":"Pnut ","decimals":6,"address":"2qEHjDLDLbuBgRYvsxhc5D6uDWAivNFZGan56P1tpump","amount":315220781,"feeInfo":null,"uiAmount":315.220781,"price":null,"nearestPrice":2.1228198408315455,"changeAmount":315220781,"uiChangeAmount":315.220781},"tokenPrice":null,"poolId":"8oT91ooChsr7aHTHha9oJxKTYwUhZ75tjJ6bhtiggG5Y"},{"quote":{"symbol":"USDC","decimals":6,"address":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","amount":"20003691","uiAmount":20.003691,"price":null,"nearestPrice":0.99995378,"changeAmount":-20003691,"uiChangeAmount":-20.003691},"base":{"symbol":"SOL","decimals":9,"address":"So11111111111111111111111111111111111111112","amount":"90851454","feeInfo":null,"uiAmount":0.090851454,"price":null,"nearestPrice":218.81293132875214,"changeAmount":"90851454","uiChangeAmount":0.090851454},"basePrice":null,"quotePrice":null,"txHash":"5hEDZZXh9PJreM16Wp7UVYzuVvDy2u9vvzaHeP7gnfRh9ebv6CLnnPuUgxjKCfsLt5FwpgohAw3hhzBjFbnEkVTB","source":"meteora_dlmm","blockUnixTime":1731556704,"txType":"swap","owner":"HV1KXxWFaSeriyFvXyx48FqG9BoFbfinB8njCJonqP7K","side":"buy","alias":null,"pricePair":220.18019656570385,"from":{"symbol":"USDC","decimals":6,"address":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","amount":"20003691","uiAmount":20.003691,"price":null,"nearestPrice":0.99995378,"changeAmount":-20003691,"uiChangeAmount":-20.003691},"to":{"symbol":"SOL","decimals":9,"address":"So11111111111111111111111111111111111111112","amount":"90851454","feeInfo":null,"uiAmount":0.090851454,"price":null,"nearestPrice":218.81293132875214,"changeAmount":"90851454","uiChangeAmount":0.090851454},"tokenPrice":null,"poolId":"sZxb9vrxJBpFiJBogovhfkYqfapVzveLEU4TmzWv4GN"}],"hasNext":true}}}}}}},"DefiTokenTxsV3":{"description":"JSON object containing transactions of a token","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TraversableArrayOfObjectResponseType"},"examples":{"TokenTxsSwap":{"value":{"data":{"items":[{"tx_type":"buy","tx_hash":"3fqsirN8vbhBLHS2cVAaCXTdsCcCua75LgcBX6Z2G2yupM9cDEsmo2TP5AhXvEUBZ91xyy3KWiuDdHxoFVnp1R88","ins_index":2,"inner_ins_index":0,"block_unix_time":1740380278,"block_number":322728531,"volume_usd":0.0005729458359923133,"volume":1733.23946,"owner":"8bP4FJNXwN5Q4a6EybtHwsiAnxFFWb93sY38mYdo6Pr2","signers":["8bP4FJNXwN5Q4a6EybtHwsiAnxFFWb93sY38mYdo6Pr2"],"source":"raydium","side":"buy","alias":null,"price_pair":486318591.4702581,"from":{"symbol":"PEPEAI","address":"7nM97F8takLArrKLJdT62L54jTtX1e7h7qPSjtBrsMQA","decimals":6,"price":3.5071289483955604e-7,"amount":"1733239460","ui_amount":1733.23946,"ui_change_amount":-1733.23946},"to":{"symbol":"SOL","address":"So11111111111111111111111111111111111111112","decimals":9,"price":160.7592132413898,"amount":"3564","ui_amount":0.000003564,"ui_change_amount":0.000003564},"pool_id":"8aTXVUjPcUSwSLAbUegaKTQdB6SaNosSKQkURvpbLCNC"}],"has_next":true},"success":true}},"TokenTxsBuy":{"value":{"data":{"items":[{"tx_type":"buy","tx_hash":"3fqsirN8vbhBLHS2cVAaCXTdsCcCua75LgcBX6Z2G2yupM9cDEsmo2TP5AhXvEUBZ91xyy3KWiuDdHxoFVnp1R88","ins_index":2,"inner_ins_index":0,"block_unix_time":1740380278,"block_number":322728531,"volume_usd":0.0005729458359923133,"volume":1733.23946,"owner":"8bP4FJNXwN5Q4a6EybtHwsiAnxFFWb93sY38mYdo6Pr2","signers":["8bP4FJNXwN5Q4a6EybtHwsiAnxFFWb93sY38mYdo6Pr2"],"source":"raydium","side":"buy","alias":null,"price_pair":486318591.4702581,"from":{"symbol":"PEPEAI","address":"7nM97F8takLArrKLJdT62L54jTtX1e7h7qPSjtBrsMQA","decimals":6,"price":3.5071289483955604e-7,"amount":"1733239460","ui_amount":1733.23946,"ui_change_amount":-1733.23946},"to":{"symbol":"SOL","address":"So11111111111111111111111111111111111111112","decimals":9,"price":160.7592132413898,"amount":"3564","ui_amount":0.000003564,"ui_change_amount":0.000003564},"pool_id":"8aTXVUjPcUSwSLAbUegaKTQdB6SaNosSKQkURvpbLCNC"}],"has_next":true},"success":true}},"TokenTxsSell":{"value":{"data":{"items":[{"tx_type":"sell","tx_hash":"MCUsTrq9kxxLncqYLPEEBBhnB6qQ8xzpFQ61v9WDpHuLWhKhpPk3Y72KDB8ZaYFAF4sQ1ePmMpeyv8XajRhHGgL","ins_index":2,"inner_ins_index":0,"block_unix_time":1741033247,"block_number":324378317,"volume_usd":2.1354753332522916,"volume":0.01491951,"owner":"DYQjtsirB7yK78ivZRa8xMvAjmGo2zqsBqmW1Aek67h5","signers":["DYQjtsirB7yK78ivZRa8xMvAjmGo2zqsBqmW1Aek67h5"],"source":"raydium_cp","side":"sell","alias":null,"price_pair":253778.18630672188,"from":{"symbol":"SOL","address":"So11111111111111111111111111111111111111112","decimals":9,"price":143.13307429347824,"amount":14919510,"ui_amount":0.01491951,"ui_change_amount":-0.01491951},"to":{"symbol":"TRM","address":"E8ks5e8tegXXR2w4Rr2Bd4mvKEwfwdmEVKUjc4iEusdt","decimals":9,"price":0.0005936932412742374,"amount":3786246188385,"ui_amount":3786.246188385,"ui_change_amount":3786.246188385},"pool_id":"8HiHe9KtMQhjXNKpcEoLRRfn3xSU8TUbAi2xCR5QJWCc"}],"has_next":true},"success":true}},"TokenTxsAddLiquid":{"value":{"data":{"items":[{"tx_type":"add","tx_hash":"4YQCb9m5RCTKVqrXVyBV67wQzn9gqJLy3f9UJY6MaeJFmFhMHqVtmru52iHt77PSFmBg7G3HbA8Lv9u1Urpr4jis","ins_index":2,"inner_ins_index":0,"block_unix_time":1740380441,"block_number":322728946,"volume_usd":0,"owner":"6rugaR3NysRzG42PDmJGMGDegzVALkXTSSEefQmPz17P","signers":["6rugaR3NysRzG42PDmJGMGDegzVALkXTSSEefQmPz17P"],"source":"pump_dot_fun","alias":null,"pool_id":"8Wp84g9RsXzJAj1ScEeWb3oynRXjGKPyGPwXrua5gpEV","tokens":[{"address":"9gNot3AX9Q5efNAMLEhaNwnxDWLV3jfUNHqyQTmdpump","decimals":6,"amount":"1000000000000000","ui_amount":1000000000},{"symbol":"SOL","address":"So11111111111111111111111111111111111111112","decimals":9,"amount":0,"ui_amount":0}]}],"has_next":true},"success":true}},"TokenTxsRemoveLiquid":{"value":{"data":{"items":[{"tx_type":"remove","tx_hash":"44xsqnqTgUwRyQrzjxKtj81Y1ETcdS8DqWMbjWkgfBCLSftQZHx6d4kxYLNAyCK9zf5WhE4aaWCFbaPwuz5YL1Fw","ins_index":2,"inner_ins_index":0,"block_unix_time":1741033233,"block_number":324378282,"volume_usd":2319997.207389228,"owner":"DhwspzurnruXtQ7YLQWx9g3fm9YmXW8KKYbFo1jMZgMR","signers":["DhwspzurnruXtQ7YLQWx9g3fm9YmXW8KKYbFo1jMZgMR"],"source":"raydium_cp","alias":null,"pool_id":"44GB8HbKnWMH6qrVTtrj37tUrAqgKzcxk5BDj3boHjJF","tokens":[{"symbol":"SOL","address":"So11111111111111111111111111111111111111112","decimals":9,"amount":313635269787,"ui_amount":313.635269787},{"symbol":"EYE","address":"2WwMDUiB3RGoDQTxivLYRAo1tqGiNcNUZNkGLmytTEYE","decimals":6,"amount":2678077330656,"ui_amount":2678077.330656}]}],"has_next":true},"success":true}},"SolanaScaledUIAmount":{"value":{"success":true,"data":{"items":[{"tx_type":"buy","tx_hash":"351zF2LEwyW9izUT9WeKEL4yr3Ej4fjwDgbuijWSMTsCZoXHVverNwUEh4YjggAcYAP8j2cv1BW9j2CFNWbXUGSh","ins_index":2,"inner_ins_index":null,"block_unix_time":1754884657,"block_number":359261557,"volume_usd":37.190281762690454,"volume":0.200754834,"owner":"2s44dURNXwC65t7t9XSZfRWA9eyXJDfWTPHDv8jbDKNp","signers":["2s44dURNXwC65t7t9XSZfRWA9eyXJDfWTPHDv8jbDKNp"],"source":"pump_amm","interacted_program_id":"pAMMBay6oceH9fJKBRHGP5D4bD4sWpmSwMn52FMfXEA","side":"buy","alias":null,"price_pair":6458965.17052237,"from":{"symbol":"ZUMI","address":"H5UjPsXoxaJAkAcpkfs7Fds3T6oypK7BwLgTFUtTs6vy","decimals":6,"price":0.000028681411107415812,"amount":"1296668480620","ui_amount":1296668.48062,"ui_change_amount":-1296668.48062,"is_scaled_ui_token":false,"multiplier":null},"to":{"symbol":"SOL","address":"So11111111111111111111111111111111111111112","decimals":9,"price":185.25223538423216,"amount":"200754834","ui_amount":0.200754834,"ui_change_amount":0.200754834,"is_scaled_ui_token":false,"multiplier":null},"pool_id":"D45QQMsxGhohYXGZKDJEowMv2HArrKAsw5V3JnyDZWeS"}],"hasNext":true}}}}}}},"DefiTxsV3LatestBlock":{"description":"JSON object containing the block number of the latest transaction on a chain","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DefiTxsV3LatestBlockResponse"},"examples":{"LatestBlock":{"value":{"data":{"block_number":22236994},"success":true}}}}}},"DefiTxsPairSeekByTime":{"description":"JSON object containing transactions of a pair","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TraversableArrayOfObjectResponseType"},"examples":{"SolanaScaledUIAmount":{"value":{"success":true,"data":{"items":[{"txHash":"3zyGYe6NVJeFVPrsg2tvTdSxRoKGAiedcEqhuxhqUopdGoaAj69r4svfiePAstmogGoU8dkrfWnUj5PuMf4PCGie","source":"phoenix","blockUnixTime":1741078031,"txType":"swap","address":"4DoNfFBfF7UokCC2FQzriy7yHK6DY6NVdYpuekQ5pRgg","owner":"4yDvNjJxLCb5nznyowT8cgNwMs4i36eZaCyAgT6ZwPwv","from":{"symbol":"USDC","decimals":6,"address":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","amount":92762810,"typeSwap":"from","uiAmount":92.76281,"price":0.99991,"changeAmount":-92762810,"uiChangeAmount":-92.76281,"isScaledUiToken":false,"multiplier":null},"to":{"symbol":"SOL","decimals":9,"address":"So11111111111111111111111111111111111111112","amount":677000000,"typeSwap":"to","uiAmount":0.677,"price":136.96359554514504,"changeAmount":677000000,"uiChangeAmount":0.677,"isScaledUiToken":false,"multiplier":null}}],"hasNext":true}}},"PairTransactions":{"value":{"success":true,"data":{"items":[{"txHash":"XYULkDnsuogzymf6fiM1v2zTmz9LSkiMPCvK9uuE7f58Kb2cJM2hixKzk7ZV2ZsVGZm17gdC3UpEqtxUiRfcBJj","source":"raydium","blockUnixTime":1731556689,"address":"9uWW4C36HiCTGr6pZW9VFhr9vdXktZ8NA8jVnzQU35pJ","owner":"8NgW4LgwnTL3mHZknDF9aP9mxApsP8WK566v4Cg9Xi3t","txType":"swap","from":{"symbol":"SOL","decimals":9,"address":"So11111111111111111111111111111111111111112","amount":5000000000,"type":"transfer","typeSwap":"from","uiAmount":5,"price":null,"nearestPrice":218.925039633365,"changeAmount":-5000000000,"uiChangeAmount":-5},"to":{"symbol":"BILLY","decimals":6,"address":"3B5wuUrMEi5yATD7on46hKfej3pfmd7t1RKgrsN3pump","amount":15049154562,"type":"transfer","typeSwap":"to","feeInfo":null,"uiAmount":15049.154562,"price":0.07273665730903037,"nearestPrice":0.07256692035947697,"changeAmount":15049154562,"uiChangeAmount":15049.154562}},{"txHash":"n9PZgEXAaQu9uCieRSbKNAV5XMjVebrUoTFgzvBCGqMZBE8MZVfpQsTPgsZe5WBPYKab8BK6ARoiYd7NSsZ8o35","source":"raydium","blockUnixTime":1731556685,"address":"9uWW4C36HiCTGr6pZW9VFhr9vdXktZ8NA8jVnzQU35pJ","owner":"8BXMjPy3NZ3P7hQDbFQZyn6ahxCCbmhfH1X75sKgCrdy","txType":"swap","from":{"symbol":"BILLY","decimals":6,"address":"3B5wuUrMEi5yATD7on46hKfej3pfmd7t1RKgrsN3pump","amount":1525582093,"type":"transfer","typeSwap":"from","uiAmount":1525.582093,"price":0.07228331856826616,"nearestPrice":0.07234274200745022,"changeAmount":-1525582093,"uiChangeAmount":-1525.582093},"to":{"symbol":"SOL","decimals":9,"address":"So11111111111111111111111111111111111111112","amount":504135998,"type":"transfer","typeSwap":"to","feeInfo":null,"uiAmount":0.504135998,"price":null,"nearestPrice":218.73886583747043,"changeAmount":504135998,"uiChangeAmount":0.504135998}}],"hasNext":true}}}}}}},"DefiOhlcvToken":{"description":"JSON object containing list of ohlcv  data of a token","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DefiOhlcvResponse"},"examples":{"Solana":{"value":{"success":true,"data":{"isScaledUiToken":false,"items":[{"o":128.27328370924414,"h":128.6281001340782,"l":127.91200927364626,"c":127.97284640184616,"v":58641.16636665621,"unixTime":1726670700,"address":"So11111111111111111111111111111111111111112","type":"15m","currency":"usd"},{"o":127.97284640184616,"h":128.49450996585105,"l":127.89354285873108,"c":128.04188346328968,"v":47861.13031539581,"unixTime":1726671600,"address":"So11111111111111111111111111111111111111112","type":"15m","currency":"usd"}]}}},"SolanaScaledUIAmount":{"value":{"data":{"isScaledUiToken":true,"multiplier":1,"items":[{"o":153.91024638704283,"h":153.91535871498587,"l":153.90894363533533,"c":153.91535871498587,"v":0.07037699,"unixTime":1751414460,"scaledO":153.91024638704283,"scaledH":153.91535871498587,"scaledL":153.90894363533533,"scaledC":153.91535871498587,"scaledV":0.07037699,"address":"Xsc9qvGR1efVDFGLrVsmkzv3qi45LTBjeUKSPmx9qEh","type":"1m","currency":"usd"},{"o":153.91535871498587,"h":153.91785401707773,"l":153.91535871498587,"c":153.91785401707773,"v":0.51971038,"unixTime":1751414520,"scaledO":153.91535871498587,"scaledH":153.91785401707773,"scaledL":153.91535871498587,"scaledC":153.91785401707773,"scaledV":0.51971038,"address":"Xsc9qvGR1efVDFGLrVsmkzv3qi45LTBjeUKSPmx9qEh","type":"1m","currency":"usd"}]},"success":true}}}}}},"DefiV3OhlcvToken":{"description":"JSON object containing list of ohlcv  data of a token","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DefiOhlcvV3Response"},"examples":{"Solana":{"value":{"success":true,"data":{"is_scaled_ui_token":false,"items":[{"o":128.27328370924414,"h":128.6281001340782,"l":127.91200927364626,"c":127.97284640184616,"v":58641.16636665621,"v_usd":7506048,"unix_time":1726670700,"address":"So11111111111111111111111111111111111111112","type":"15m","currency":"usd"},{"o":127.97284640184616,"h":128.49450996585105,"l":127.89354285873108,"c":128.04188346328968,"v":47861.13031539581,"v_usd":7506048,"unix_time":1726671600,"address":"So11111111111111111111111111111111111111112","type":"15m","currency":"usd"}]}}},"SolanaScaledUIAmount":{"value":{"data":{"is_scaled_ui_token":true,"multiplier":1,"items":[{"o":153.91024638704283,"h":153.91535871498587,"l":153.90894363533533,"c":153.91535871498587,"v":0.07037699,"unix_time":1751414460,"scaled_o":153.91024638704283,"scaled_h":153.91535871498587,"scaled_l":153.90894363533533,"scaled_c":153.91535871498587,"scaled_v":0.07037699,"address":"Xsc9qvGR1efVDFGLrVsmkzv3qi45LTBjeUKSPmx9qEh","type":"1m","currency":"usd"},{"o":153.91535871498587,"h":153.91785401707773,"l":153.91535871498587,"c":153.91785401707773,"v":0.51971038,"unix_time":1751414520,"scaled_o":153.91535871498587,"scaled_h":153.91785401707773,"scaled_l":153.91535871498587,"scaled_c":153.91785401707773,"scaled_v":0.51971038,"address":"Xsc9qvGR1efVDFGLrVsmkzv3qi45LTBjeUKSPmx9qEh","type":"1m","currency":"usd"}]},"success":true}}}}}},"DefiOhlcvPair":{"description":"JSON object containing list of ohlcv  data of a pair","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DefiOhlcvPairResponse"},"examples":{"Solana":{"value":{"success":true,"data":{"items":[{"address":"Czfq3xZZDmsdGdUyrNLtRhGc47cXcZtLG4crryfu44zE","c":131.98629958196778,"h":132.23482213379438,"l":131.51590533656915,"o":131.51590533656915,"type":"15m","unixTime":1726700400,"v":6156.155046497001},{"address":"Czfq3xZZDmsdGdUyrNLtRhGc47cXcZtLG4crryfu44zE","c":132.7284,"h":132.81605139774013,"l":131.95800580371125,"o":131.98629958196778,"type":"15m","unixTime":1726701300,"v":7401.823317684}]}}}}}}},"DefiV3OhlcvPair":{"description":"JSON object containing list of ohlcv  data of a pair","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DefiOhlcvPairV3Response"},"examples":{"Solana":{"value":{"success":true,"data":{"items":[{"address":"9wFFyRfZBsuAha4YcuxcXLKwMxJR43S7fPfQLusDBzvT","h":210,"o":210,"l":210,"c":210,"type":"15m","v":0,"unix_time":1726670700,"v_usd":1000},{"address":"9wFFyRfZBsuAha4YcuxcXLKwMxJR43S7fPfQLusDBzvT","h":210,"o":210,"l":210,"c":210,"type":"15m","v":0,"unix_time":1726671600,"v_usd":1000}]}}}}}}},"DefiOhlcvBaseQuote":{"description":"JSON object containing list of ohlc and volume of base and quote","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DefiOhlcvBaseQuoteResponse"},"examples":{"Solana":{"value":{"success":true,"data":{"items":[{"o":128.2848293438851,"c":127.98180512820512,"h":128.64650816293124,"l":127.91584674904873,"vBase":58641.16636665621,"vQuote":4362436.09417201,"unixTime":1726670700},{"o":127.98180512820512,"c":128.0549796460581,"h":128.51250171609132,"l":127.89610078074669,"vBase":47861.13031539581,"vQuote":3913815.120231004,"unixTime":1726671600}],"baseAddress":"So11111111111111111111111111111111111111112","quoteAddress":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","isScaledUiTokenBase":false,"isScaledUiTokenQuote":false,"type":"15m"}}},"SolanaScaledUIAmount":{"value":{"data":{"items":[{"o":1.044873537847058,"c":1.0464293679719943,"h":1.0464293679719943,"l":1.044873537847058,"vBase":0,"vQuote":55804.81725942366,"unixTime":1751417580,"scaledO":1.044873537847058,"scaledC":1.0464293679719943,"scaledH":1.0464293679719943,"scaledL":1.044873537847058,"scaledVBase":0,"scaledVQuote":55804.81725942366},{"o":1.0464293679719943,"c":1.0459240645688892,"h":1.0467828492410745,"l":1.0455628088823077,"vBase":0,"vQuote":60125.79360575415,"unixTime":1751417640,"scaledO":1.0464293679719943,"scaledC":1.0459240645688892,"scaledH":1.0467828492410745,"scaledL":1.0455628088823077,"scaledVBase":0,"scaledVQuote":60125.79360575415}],"baseAddress":"Xsc9qvGR1efVDFGLrVsmkzv3qi45LTBjeUKSPmx9qEh","quoteAddress":"So11111111111111111111111111111111111111112","isScaledUiTokenBase":true,"isScaledUiTokenQuote":false,"multiplierBase":1,"multiplierQuote":null,"type":"1m"},"success":true}}}}}},"DefiPriceVolumeSingle":{"description":"JSON object containing price and volume with changes data of a token","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DefiPriceVolumeSingleResponse"},"examples":{"Solana":{"value":{"success":true,"data":{"isScaledUiToken":false,"price":128.70426432642992,"updateUnixTime":1726678569,"updateHumanTime":"2024-09-18T16:56:09","volumeUSD":755004403.5277437,"volumeChangePercent":-6.0377419970263055,"priceChangePercent":-2.6091746792986936}}},"SolanaScaledUIAmount":{"value":{"success":true,"data":{"isScaledUiToken":true,"price":404.21180826549516,"updateUnixTime":1751369725,"updateHumanTime":"2025-07-01T11:35:25","volumeUSD":735344.6318917507,"volumeChangePercent":null,"priceChangePercent":4.268112150090329,"scaledPrice":404.21180826549516,"multiplier":1}}}}}}},"DefiPriceVolumeMulti":{"description":"JSON object containing price and volume with changes data of multiple tokens","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DefiPriceVolumeMultiResponse"},"examples":{"Solana":{"value":{"success":true,"data":{"So11111111111111111111111111111111111111112":{"isScaledUiToken":false,"price":128.94722473832456,"updateUnixTime":1726678893,"updateHumanTime":"2024-09-18T17:01:33","volumeUSD":754317820.7943375,"volumeChangePercent":-6.2958716685581955,"priceChangePercent":-2.618887600381405},"DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263":{"isScaledUiToken":false,"price":0.00001602442261925,"updateUnixTime":1726678874,"updateHumanTime":"2024-09-18T17:01:14","volumeUSD":3196948.7086882377,"volumeChangePercent":-10.538000381034182,"priceChangePercent":-3.4737068687710613}}}},"SolanaScaledUIAmount":{"value":{"success":true,"data":{"So11111111111111111111111111111111111111112":{"isScaledUiToken":true,"price":404.21180826549516,"updateUnixTime":1751369725,"updateHumanTime":"2025-07-01T11:35:25","volumeUSD":735344.6318917507,"volumeChangePercent":null,"priceChangePercent":4.268112150090329,"scaledPrice":404.21180826549516,"multiplier":1},"DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263":{"isScaledUiToken":false,"price":0.00001602442261925,"updateUnixTime":1726678874,"updateHumanTime":"2024-09-18T17:01:14","volumeUSD":3196948.7086882377,"volumeChangePercent":-10.538000381034182,"priceChangePercent":-3.4737068687710613}}}}}}}},"PairOverviewMultiple":{"description":"JSON object containing overview of multiple markets","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommonResponseType"},"examples":{"SolanaScaledUIAmount":{"value":{"success":true,"data":{"4DoNfFBfF7UokCC2FQzriy7yHK6DY6NVdYpuekQ5pRgg":{"address":"4DoNfFBfF7UokCC2FQzriy7yHK6DY6NVdYpuekQ5pRgg","base":{"address":"So11111111111111111111111111111111111111112","decimals":9,"icon":"https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/So11111111111111111111111111111111111111112/logo.png","symbol":"SOL","is_scaled_ui_token":false,"multiplier":1},"created_at":"2023-02-28T03:00:02.253Z","name":"SOL-USDC","quote":{"address":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","decimals":6,"icon":"https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v/logo.png","symbol":"USDC","is_scaled_ui_token":false,"multiplier":1},"source":"Phoenix","liquidity":2798754.646440928,"liquidity_change_percentage_24h":null,"price":185.2259461756374,"trade_24h":1088,"trade_24h_change_percent":-16.628352490421456,"trade_history_24h":1305,"unique_wallet_24h":183,"unique_wallet_24h_change_percent":-39.40397350993378,"volume_24h":3960934.260889339,"volume_24h_base":21735.928,"volume_24h_change_percentage_24h":null,"volume_24h_quote":3961073.7718080003,"volume_12h":2371020.4454601924,"volume_12h_base":12961.386,"volume_12h_quote":2371101.2224080004,"volume_1h":167126.90920284906,"volume_1h_base":902.8530000000001,"volume_1h_quote":167127.603103,"volume_2h":528203.5824244855,"volume_2h_base":2859.9010000000003,"volume_2h_quote":528219.775809,"volume_30m":111882.67078251604,"volume_30m_base":604.808,"volume_30m_quote":111883.36210299999,"volume_4h":848002.9830474032,"volume_4h_base":4613.238,"volume_4h_quote":848022.866258,"volume_8h":2042469.7997546664,"volume_8h_base":11160.507,"volume_8h_quote":2042534.6387080003,"trade_12h":531,"trade_12h_change_percent":-4.838709677419355,"trade_1h":33,"trade_1h_change_percent":-62.06896551724138,"trade_2h":120,"trade_2h_change_percent":118.18181818181819,"trade_30m":9,"trade_30m_change_percent":-60.86956521739131,"trade_4h":175,"trade_4h_change_percent":-16.666666666666664,"trade_8h":385,"trade_8h_change_percent":41.02564102564102,"trade_history_12h":558,"trade_history_1h":87,"trade_history_2h":55,"trade_history_30m":23,"trade_history_4h":210,"trade_history_8h":273,"unique_wallet_12h":112,"unique_wallet_12h_change_percent":19.148936170212767,"unique_wallet_1h":14,"unique_wallet_1h_change_percent":-44,"unique_wallet_2h":30,"unique_wallet_2h_change_percent":57.89473684210527,"unique_wallet_30m":4,"unique_wallet_30m_change_percent":-66.66666666666666,"unique_wallet_4h":39,"unique_wallet_4h_change_percent":-29.09090909090909,"unique_wallet_8h":83,"unique_wallet_8h_change_percent":29.6875},"D3gZwng2MgZGjktYcKpbR8Bz8653i4qCgzHCf5E4TcZb":{"address":"D3gZwng2MgZGjktYcKpbR8Bz8653i4qCgzHCf5E4TcZb","base":{"address":"DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263","decimals":5,"icon":"https://arweave.net/hQiPZOsRZXGXBJd_82PhVdlM_hACsT_q6wqwf5cSY7I","symbol":"Bonk","is_scaled_ui_token":false,"multiplier":1},"created_at":"2024-07-12T14:46:26.639Z","name":"Bonk-USDC","quote":{"address":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","decimals":6,"icon":"https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v/logo.png","symbol":"USDC","is_scaled_ui_token":false,"multiplier":1},"source":"Openbook V2","liquidity":1558.0205178030249,"price":0.00004579600000000001,"trade_24h":5,"trade_24h_change_percent":null,"unique_wallet_24h":1,"unique_wallet_24h_change_percent":null,"volume_24h":0.29397628302}}}},"PairOverviewMultiple":{"value":{"data":{"4DoNfFBfF7UokCC2FQzriy7yHK6DY6NVdYpuekQ5pRgg":{"address":"4DoNfFBfF7UokCC2FQzriy7yHK6DY6NVdYpuekQ5pRgg","base":{"address":"So11111111111111111111111111111111111111112","decimals":9,"icon":"https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/So11111111111111111111111111111111111111112/logo.png","symbol":"SOL"},"created_at":"2023-02-28T03:00:02.253Z","name":"SOL-USDC","quote":{"address":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","decimals":6,"icon":"https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v/logo.png","symbol":"USDC"},"source":"Phoenix","liquidity":2919768.9610976744,"liquidity_change_percentage_24h":null,"price":151.71133645655877,"trade_24h":16140,"trade_24h_change_percent":0.09302325581395349,"trade_history_24h":16125,"unique_wallet_24h":714,"unique_wallet_24h_change_percent":-6.052631578947368,"volume_24h":19515805.77115872,"volume_24h_base":151900.454,"volume_24h_change_percentage_24h":null,"volume_24h_quote":19516364.993035,"volume_12h":14684617.063818816,"volume_12h_base":113438.48700000001,"volume_12h_quote":14684998.902693,"volume_1h":1356675.6066384057,"volume_1h_base":10327.071000000004,"volume_1h_quote":1356683.9284229998,"volume_2h":2232212.0021702545,"volume_2h_base":16991.945000000003,"volume_2h_quote":2232241.2586139995,"volume_30m":523655.0599800013,"volume_30m_base":3981.183,"volume_30m_quote":523662.4028330001,"volume_4h":3075106.4318026183,"volume_4h_base":23345.053,"volume_4h_quote":3075154.5230179993,"volume_8h":11272364.380447734,"volume_8h_base":86701.32800000001,"volume_8h_quote":11272703.083117,"trade_12h":9371,"trade_12h_change_percent":38.37861783815712,"trade_1h":539,"trade_1h_change_percent":-11.639344262295081,"trade_2h":1149,"trade_2h_change_percent":7.887323943661972,"trade_30m":190,"trade_30m_change_percent":-45.24495677233429,"trade_4h":2217,"trade_4h_change_percent":-46.01899196493791,"trade_8h":6305,"trade_8h_change_percent":25.273196900456984,"trade_history_12h":6772,"trade_history_1h":610,"trade_history_2h":1065,"trade_history_30m":347,"trade_history_4h":4107,"trade_history_8h":5033,"unique_wallet_12h":446,"unique_wallet_12h_change_percent":20.54054054054054,"unique_wallet_1h":38,"unique_wallet_1h_change_percent":-47.94520547945205,"unique_wallet_2h":94,"unique_wallet_2h_change_percent":-21.666666666666668,"unique_wallet_30m":15,"unique_wallet_30m_change_percent":-54.54545454545454,"unique_wallet_4h":180,"unique_wallet_4h_change_percent":-38.56655290102389,"unique_wallet_8h":386,"unique_wallet_8h_change_percent":83.80952380952381},"C1MgLojNLWBKADvu9BHdtgzz1oZX4dZ5zGdGcgvvW8Wz":{"address":"C1MgLojNLWBKADvu9BHdtgzz1oZX4dZ5zGdGcgvvW8Wz","base":{"address":"JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN","decimals":6,"symbol":"JUP","icon":"https://static.jup.ag/jup/icon.png"},"created_at":"2024-01-31T14:08:39.146Z","liquidity":1291402.3208083548,"name":"JUP-SOL","price":0.0030215825258950056,"quote":{"address":"So11111111111111111111111111111111111111112","decimals":9,"icon":"https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/So11111111111111111111111111111111111111112/logo.png","symbol":"SOL"},"source":"Orca","trade_24h":16976,"trade_24h_change_percent":22.367188063144237,"trade_history_24h":13873,"unique_wallet_24h":1868,"unique_wallet_24h_change_percent":5.4771315640880855,"volume_24h":2998320.1367637445,"volume_24h_base":8307023.787845001,"volume_24h_quote":23477.901777949002,"volume_12h":1582243.1498670643,"volume_12h_base":4375292.048774,"volume_12h_quote":12227.167014845001,"volume_1h":75628.73530529441,"volume_1h_base":208052.02779800005,"volume_1h_quote":575.6791885270002,"volume_2h":172632.39615841256,"volume_2h_base":475513.942617,"volume_2h_quote":1313.769798941,"volume_30m":34617.09208651915,"volume_30m_base":95027.32648300001,"volume_30m_quote":263.11625854299996,"volume_4h":386622.7153731848,"volume_4h_base":1056502.127324,"volume_4h_quote":2928.0495685820006,"volume_8h":1089995.4976091573,"volume_8h_base":3005766.9040460004,"volume_8h_quote":8368.885435305001,"trade_12h":9354,"trade_12h_change_percent":22.836506894287588,"trade_1h":417,"trade_1h_change_percent":-31.862745098039213,"trade_2h":1029,"trade_2h_change_percent":-9.973753280839896,"trade_30m":158,"trade_30m_change_percent":-38.996138996138995,"trade_4h":2170,"trade_4h_change_percent":-45.271122320302645,"trade_8h":6122,"trade_8h_change_percent":18.00308404009252,"trade_history_12h":7615,"trade_history_1h":612,"trade_history_2h":1143,"trade_history_30m":259,"trade_history_4h":3965,"trade_history_8h":5188,"unique_wallet_12h":1145,"unique_wallet_12h_change_percent":15.539858728557013,"unique_wallet_1h":118,"unique_wallet_1h_change_percent":-41.29353233830846,"unique_wallet_2h":275,"unique_wallet_2h_change_percent":11.788617886178862,"unique_wallet_30m":53,"unique_wallet_30m_change_percent":-36.904761904761905,"unique_wallet_4h":445,"unique_wallet_4h_change_percent":-16.195856873822976,"unique_wallet_8h":826,"unique_wallet_8h_change_percent":6.033376123234917}},"success":true}}}}}},"PairOverviewSingle":{"description":"JSON object containing pair(market) overview data of a specific pair","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommonResponseType"},"examples":{"SolanaScaledUIAmount":{"value":{"success":true,"data":{"address":"4DoNfFBfF7UokCC2FQzriy7yHK6DY6NVdYpuekQ5pRgg","base":{"address":"So11111111111111111111111111111111111111112","decimals":9,"icon":"https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/So11111111111111111111111111111111111111112/logo.png","symbol":"SOL","is_scaled_ui_token":false,"multiplier":1},"created_at":"2023-02-28T03:00:02.253Z","name":"SOL-USDC","quote":{"address":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","decimals":6,"icon":"https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v/logo.png","symbol":"USDC","is_scaled_ui_token":false,"multiplier":1},"source":"Phoenix","liquidity":2798754.646440928,"liquidity_change_percentage_24h":null,"price":185.2259461756374,"trade_24h":1088,"trade_24h_change_percent":-16.628352490421456,"trade_history_24h":1305,"unique_wallet_24h":183,"unique_wallet_24h_change_percent":-39.40397350993378,"volume_24h":3960934.260889339,"volume_24h_base":21735.928,"volume_24h_change_percentage_24h":null,"volume_24h_quote":3961073.7718080003,"volume_12h":2371020.4454601924,"volume_12h_base":12961.386,"volume_12h_quote":2371101.2224080004,"volume_1h":167126.90920284906,"volume_1h_base":902.8530000000001,"volume_1h_quote":167127.603103,"volume_2h":528203.5824244855,"volume_2h_base":2859.9010000000003,"volume_2h_quote":528219.775809,"volume_30m":111882.67078251604,"volume_30m_base":604.808,"volume_30m_quote":111883.36210299999,"volume_4h":848002.9830474032,"volume_4h_base":4613.238,"volume_4h_quote":848022.866258,"volume_8h":2042469.7997546664,"volume_8h_base":11160.507,"volume_8h_quote":2042534.6387080003,"trade_12h":531,"trade_12h_change_percent":-4.838709677419355,"trade_1h":33,"trade_1h_change_percent":-62.06896551724138,"trade_2h":120,"trade_2h_change_percent":118.18181818181819,"trade_30m":9,"trade_30m_change_percent":-60.86956521739131,"trade_4h":175,"trade_4h_change_percent":-16.666666666666664,"trade_8h":385,"trade_8h_change_percent":41.02564102564102,"trade_history_12h":558,"trade_history_1h":87,"trade_history_2h":55,"trade_history_30m":23,"trade_history_4h":210,"trade_history_8h":273,"unique_wallet_12h":112,"unique_wallet_12h_change_percent":19.148936170212767,"unique_wallet_1h":14,"unique_wallet_1h_change_percent":-44,"unique_wallet_2h":30,"unique_wallet_2h_change_percent":57.89473684210527,"unique_wallet_30m":4,"unique_wallet_30m_change_percent":-66.66666666666666,"unique_wallet_4h":39,"unique_wallet_4h_change_percent":-29.09090909090909,"unique_wallet_8h":83,"unique_wallet_8h_change_percent":29.6875}}},"SinglePairOverview":{"value":{"data":{"address":"4DoNfFBfF7UokCC2FQzriy7yHK6DY6NVdYpuekQ5pRgg","base":{"address":"So11111111111111111111111111111111111111112","decimals":9,"icon":"https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/So11111111111111111111111111111111111111112/logo.png","symbol":"SOL"},"created_at":"2023-02-28T03:00:02.253Z","name":"SOL-USDC","quote":{"address":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","decimals":6,"icon":"https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v/logo.png","symbol":"USDC"},"source":"Phoenix","liquidity":2919768.9610976744,"liquidity_change_percentage_24h":null,"price":151.59967168674697,"trade_24h":16140,"trade_24h_change_percent":0.09302325581395349,"trade_history_24h":16125,"unique_wallet_24h":714,"unique_wallet_24h_change_percent":-6.052631578947368,"volume_24h":19515805.77115872,"volume_24h_base":151900.454,"volume_24h_change_percentage_24h":null,"volume_24h_quote":19516364.993035,"volume_12h":14684617.063818816,"volume_12h_base":113438.48700000001,"volume_12h_quote":14684998.902693,"volume_1h":1356675.6066384057,"volume_1h_base":10327.071000000004,"volume_1h_quote":1356683.9284229998,"volume_2h":2232212.0021702545,"volume_2h_base":16991.945000000003,"volume_2h_quote":2232241.2586139995,"volume_30m":523655.0599800013,"volume_30m_base":3981.183,"volume_30m_quote":523662.4028330001,"volume_4h":3075106.4318026183,"volume_4h_base":23345.053,"volume_4h_quote":3075154.5230179993,"volume_8h":11272364.380447734,"volume_8h_base":86701.32800000001,"volume_8h_quote":11272703.083117,"trade_12h":9371,"trade_12h_change_percent":38.37861783815712,"trade_1h":539,"trade_1h_change_percent":-11.639344262295081,"trade_2h":1149,"trade_2h_change_percent":7.887323943661972,"trade_30m":190,"trade_30m_change_percent":-45.24495677233429,"trade_4h":2217,"trade_4h_change_percent":-46.01899196493791,"trade_8h":6305,"trade_8h_change_percent":25.273196900456984,"trade_history_12h":6772,"trade_history_1h":610,"trade_history_2h":1065,"trade_history_30m":347,"trade_history_4h":4107,"trade_history_8h":5033,"unique_wallet_12h":446,"unique_wallet_12h_change_percent":20.54054054054054,"unique_wallet_1h":38,"unique_wallet_1h_change_percent":-47.94520547945205,"unique_wallet_2h":94,"unique_wallet_2h_change_percent":-21.666666666666668,"unique_wallet_30m":15,"unique_wallet_30m_change_percent":-54.54545454545454,"unique_wallet_4h":180,"unique_wallet_4h_change_percent":-38.56655290102389,"unique_wallet_8h":386,"unique_wallet_8h_change_percent":83.80952380952381},"success":true}}}}}},"TradeV3Response":{"description":"JSON object containing trades","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TraversableArrayOfObjectResponseType"},"examples":{"SolanaScaledUIAmount":{"value":{"success":true,"data":{"items":[{"base":{"symbol":"CLIPPY","address":"GCLTmivKZfxYi8SV17FrpqH8HZtJauoePQPRHxJxBAGS","decimals":9,"price":0.00026036603447282113,"amount":"24285885836773","ui_amount":24285.885836773,"ui_change_amount":24285.885836773,"type_swap":"to","is_scaled_ui_token":false,"multiplier":null},"quote":{"symbol":"SOL","address":"So11111111111111111111111111111111111111112","decimals":9,"price":185.6186502639611,"amount":"34118151","ui_amount":0.034118151,"ui_change_amount":-0.034118151,"type_swap":"from","is_scaled_ui_token":false,"multiplier":null},"tx_type":"swap","tx_hash":"4z62PXFvbo52qY66XAMhsaKSfNH9MoBinFQtsjoZcjRTc2gCGP2o86yTUdaHpnYozHxNkiATX3KRGPfFb7CyjoPW","ins_index":0,"inner_ins_index":3,"block_unix_time":1754885184,"block_number":359262879,"volume_usd":6.332965138122014,"volume":24285.885836773,"owner":"7dGrdJRYtsNR8UYxZ3TnifXGjGc9eRYLq9sELwYpuuUu","signers":["7dGrdJRYtsNR8UYxZ3TnifXGjGc9eRYLq9sELwYpuuUu"],"source":"meteora_dlmm","interacted_program_id":"King7ki4SKMBPb3iupnQwTyjsq294jaXsgLmJo8cb7T","pool_id":"6LR2pDMBbYZNhj1iF86b4X5zRYyX7BNrhpzRDEZYNam9"}],"hasNext":true}}},"Transactions":{"value":{"data":{"items":[{"base":{"symbol":"KIKO","address":"3weaLsXbBnrraexeLed9hmuDVgeHKDZPtZSs4x6cD7qG","decimals":6,"price":0.02988415183896015,"amount":"454487131","ui_amount":454.487131,"ui_change_amount":-454.487131,"type_swap":"from"},"quote":{"symbol":"SOL","address":"So11111111111111111111111111111111111111112","decimals":9,"price":165.64320257489635,"amount":"81995290","ui_amount":0.08199529,"ui_change_amount":0.08199529,"type_swap":"to"},"tx_type":"swap","tx_hash":"393SUr4ZiPnGDCqzR5hrMpxkHur5JMvz1omGeqDVZq6DKvtHe8vnZET9adFygvaHFsYKYo4v91MP22yk9x7Jggkj","ins_index":2,"inner_ins_index":null,"block_unix_time":1747745377,"block_number":341273735,"volume_usd":13.581962431657372,"volume":454.487131,"owner":"46zJ4LQQxCEC4it9GUfvTETdwrzDT8rVzEEXQTmJTJuq","signers":["46zJ4LQQxCEC4it9GUfvTETdwrzDT8rVzEEXQTmJTJuq"],"source":"raydium","interacted_program_id":"675kPX9MHTjS2zt1qfr1NYHuzeLXfQM9H24wFSUt1Mp8","pool_id":"8oFgUziy5yRpQ3rsmZ2qEMcxpVkHiiwkebnsgMcHTR1w"},{"base":{"symbol":"KIKO","address":"3weaLsXbBnrraexeLed9hmuDVgeHKDZPtZSs4x6cD7qG","decimals":6,"price":0.03002938305013581,"amount":"371122946","ui_amount":371.122946,"ui_change_amount":371.122946,"type_swap":"to"},"quote":{"symbol":"SOL","address":"So11111111111111111111111111111111111111112","decimals":9,"price":165.64320257489635,"amount":"67280715","ui_amount":0.067280715,"ui_change_amount":-0.067280715,"type_swap":"from"},"tx_type":"swap","tx_hash":"3ud5wbaFMELDrJmNoC4uFXgE5WTKirKajnBcwaNfiRqycmJH4zzB2Cwr2nf9DKZN4Qrwg7zG9auQXgqH9gAfEXPJ","ins_index":2,"inner_ins_index":null,"block_unix_time":1747745377,"block_number":341273735,"volume_usd":11.144593104128868,"volume":371.122946,"owner":"4oQHz59WxXtyeRpXdmAFNGso4mD2E7rziteQfST4c1BK","signers":["4oQHz59WxXtyeRpXdmAFNGso4mD2E7rziteQfST4c1BK"],"source":"raydium","interacted_program_id":"675kPX9MHTjS2zt1qfr1NYHuzeLXfQM9H24wFSUt1Mp8","pool_id":"8oFgUziy5yRpQ3rsmZ2qEMcxpVkHiiwkebnsgMcHTR1w"}],"has_next":true},"success":true}}}}}},"DefiTokenPriceStats":{"description":"JSON object containing list of price stats of tokens","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DefiPriceStatsResponse"},"examples":{"Solana":{"value":{"data":[{"address":"So11111111111111111111111111111111111111112","is_scaled_ui_token":false,"data":[{"unix_time_update_price":1751419434,"time_frame":"1m","price":147.37122560933628,"price_change_percent":-0.023923362896247174,"high":147.48709093365915,"low":147.31438207414254},{"unix_time_update_price":1751419434,"time_frame":"5m","price":147.37122560933628,"price_change_percent":0.8046203174783053,"high":147.55458435764513,"low":146.0332035916541}]}],"success":true}},"SolanaScaledUIAmount":{"value":{"data":[{"address":"Xsc9qvGR1efVDFGLrVsmkzv3qi45LTBjeUKSPmx9qEh","is_scaled_ui_token":true,"multiplier":1,"data":[{"unix_time_update_price":1751419250,"time_frame":"1m","price":153.80113886441467,"price_change_percent":0,"high":153.80113886441467,"low":153.80113886441467,"scaled_price":153.80113886441467,"scaled_high":153.80113886441467,"scaled_low":153.80113886441467},{"unix_time_update_price":1751419250,"time_frame":"5m","price":153.80113886441467,"price_change_percent":-0.000881089093618502,"high":153.80249400141503,"low":153.0064128845785,"scaled_price":153.80113886441467,"scaled_high":153.80249400141503,"scaled_low":153.0064128845785}]}],"success":true}},"EVM":{"value":{"success":true,"data":{"items":[{"address":"0xEE94eb70f808960230B4385F2247dB5E2e24b1a0","data":[{"unix_time_update_price":1747643906,"time_frame":"2d","price":5.854518628897683,"price_change_percent":-0.6435749789961294,"high":5.854518628897683,"low":5.854518628897683},{"unix_time_update_price":1747643906,"time_frame":"3d","price":5.854518628897683,"price_change_percent":-0.6435749789961294,"high":9913.708977616778,"low":7.024614764659337},{"unix_time_update_price":1747643906,"time_frame":"24h","price":5.854518628897683,"price_change_percent":-0.6435749789961294,"high":9913.708977616778,"low":7.024614764659337}]}]}}}}}}},"DefiTokenListV1":{"description":"JSON object containing a list of tokens with certain fields","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DefiTokenListV1Response"},"examples":{"SolanaScaledUIAmount":{"value":{"success":true,"data":{"updateUnixTime":1754885276,"updateTime":"2025-08-11T04:07:56.945Z","tokens":[{"isScaledUiToken":false,"multiplier":null,"address":"So11111111111111111111111111111111111111112","decimals":9,"price":185.45023454574132,"lastTradeUnixTime":1754885221,"liquidity":23349538049.2037,"logoURI":"https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/So11111111111111111111111111111111111111112/logo.png","mc":100058305776.50261,"name":"Wrapped SOL","symbol":"SOL","v24hChangePercent":-1.4820129368250423,"v24hUSD":9515832024.915321}],"total":298068}}},"Tokens":{"value":{"success":true,"data":{"updateUnixTime":1726679660,"updateTime":"2024-09-18T17:14:20","tokens":[{"address":"So11111111111111111111111111111111111111112","decimals":9,"price":152.37270634528284,"lastTradeUnixTime":1726679251,"liquidity":7027121030.361493,"logoURI":"https://img.fotofolio.xyz/?url=https%3A%2F%2Fraw.githubusercontent.com%2Fsolana-labs%2Ftoken-list%2Fmain%2Fassets%2Fmainnet%2FSo11111111111111111111111111111111111111112%2Flogo.png","mc":75217627246.4999,"name":"Wrapped SOL","symbol":"SOL","v24hChangePercent":-6.4865412491445245,"v24hUSD":753340393.0850035},{"address":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","decimals":6,"price":0.99997,"lastTradeUnixTime":1726679250,"liquidity":3507793000.4033475,"logoURI":"https://img.fotofolio.xyz/?url=https%3A%2F%2Fraw.githubusercontent.com%2Fsolana-labs%2Ftoken-list%2Fmain%2Fassets%2Fmainnet%2FEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v%2Flogo.png","mc":2973865527.5120635,"name":"USD Coin","symbol":"USDC","v24hChangePercent":-20.022827653450364,"v24hUSD":364654013.9369947}],"total":455148}}}}}}},"DefiTokenSecurity":{"description":"JSON object containing a security information of a token","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommonResponseType"},"examples":{"Solana":{"value":{"data":{"creatorAddress":"9AhKqLR67hwapvG8SA2JFXaCshXc9nALJjpKaHZrsbkw","creatorOwnerAddress":null,"ownerAddress":null,"ownerOfOwnerAddress":null,"creationTx":"2K5X6HT9QZ8dcApbWL6mzYw6WBDvL5vWndTpGrFkQuMfuStGTP5LxPNQnnn5v5KR2T6UD1zEXnfCdajzUfuCPZgS","creationTime":1670531612,"creationSlot":165714665,"mintTx":"44Jfxh3VFp6N2h3CLMGeHHxeexdtUnHRsvQ2QXF9h9JqHiBvjt2xCbJg7G443hPVvG4y5VP95iaiSRKuLVVcadCe","mintTime":1683780182,"mintSlot":193273646,"creatorBalance":48343.76164,"ownerBalance":null,"ownerPercentage":null,"creatorPercentage":5.44198858929173e-10,"metaplexUpdateAuthority":"9AhKqLR67hwapvG8SA2JFXaCshXc9nALJjpKaHZrsbkw","metaplexOwnerUpdateAuthority":null,"metaplexUpdateAuthorityBalance":48343.76164,"metaplexUpdateAuthorityPercent":5.44198858929173e-10,"mutableMetadata":true,"top10HolderBalance":27020571907755.746,"top10HolderPercent":0.3041667404641445,"top10UserBalance":27020571907755.746,"top10UserPercent":0.3041667404641445,"isTrueToken":null,"fakeToken":null,"totalSupply":88834735403757.8,"preMarketHolder":[],"lockInfo":null,"freezeable":null,"freezeAuthority":null,"transferFeeEnable":null,"transferFeeData":null,"isToken2022":false,"nonTransferable":null,"jupStrictList":true},"success":true}},"EVM":{"value":{"data":{"antiWhaleModifiable":"1","buyTax":"0","canTakeBackOwnership":"1","cannotBuy":"0","cannotSellAll":"0","creatorAddress":"0xf103d2aba493749a402b7de11cf31f5844062b74","creatorBalance":"3808465770.234542109","creatorPercentage":"0.000000","externalCall":"0","hiddenOwner":"0","holderCount":"1878049","honeypotWithSameCreator":"9","isAntiWhale":"1","isBlacklisted":"0","isHoneypot":"0","isInDex":"1","isMintable":"0","isOpenSource":"1","isProxy":"0","isWhitelisted":"1","lpHolderCount":"1166","lpHolders":[{"address":"0x407993575c91ce7643a4d4ccacc9a98c36ee1bbe","tag":"PinkLock02","value":null,"is_contract":1,"balance":"215866.727575831313305613","percent":"0.697982323890454407","NFT_list":null,"is_locked":1,"locked_detail":[{"amount":"108702.712185185487786736","end_time":"2024-11-30T12:49:00+00:00","opt_time":"2023-11-01T23:07:06+00:00"},{"amount":"107164.015390645825518877","end_time":"2024-11-30T23:06:00+00:00","opt_time":"2023-11-01T23:07:06+00:00"}]},{"address":"0x000000000000000000000000000000000000dead","tag":"","value":null,"is_contract":0,"balance":"92623.746470095960966348","percent":"0.299489127086188853","NFT_list":null,"is_locked":1}],"lpTotalSupply":"309272.484685028715377955","ownerAddress":"0x0000000000000000000000000000000000000000","ownerBalance":"0","ownerChangeBalance":"0","ownerPercentage":"0.000000","personalSlippageModifiable":"0","sellTax":"0","slippageModifiable":"1","tokenName":"Baby Doge Coin","tokenSymbol":"BabyDoge","totalSupply":"420000000000000000","tradingCooldown":"0","transferPausable":"0"},"success":true}}}}}},"DefiTokenOverview":{"description":"JSON object containing overview information of a token","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommonResponseType"},"examples":{"SolanaScaledUIAmount":{"value":{"success":true,"data":{"address":"So11111111111111111111111111111111111111112","decimals":9,"symbol":"SOL","name":"Wrapped SOL","marketCap":100263084724.62823,"fdv":112833577331.7062,"extensions":{"coingeckoId":"solana","serumV3Usdc":"9wFFyRfZBsuAha4YcuxcXLKwMxJR43S7fPfQLusDBzvT","serumV3Usdt":"HWHvQhFmJB3NUcu1aihKmrKegfVxBEHzwVX6yZCKEsi1","website":"https://solana.com/","telegram":null,"twitter":"https://twitter.com/solana","description":"Wrapped Solana ","discord":"https://discordapp.com/invite/pquxPsq","medium":"https://medium.com/solana-labs"},"logoURI":"https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/So11111111111111111111111111111111111111112/logo.png","liquidity":23353595552.52654,"lastTradeUnixTime":1754885472,"lastTradeHumanTime":"2025-08-11T04:11:12","price":185.82977629057913,"history1mPrice":185.79442728744755,"priceChange1mPercent":0.01902586834689952,"history5mPrice":185.64908719930227,"priceChange5mPercent":0.09732829501223636,"history30mPrice":184.58275803998023,"priceChange30mPercent":0.675587613838123,"history1hPrice":184.82378809782267,"priceChange1hPercent":0.5442958415201495,"history2hPrice":184.48623316778523,"priceChange2hPercent":0.7282619953392334,"history4hPrice":182.01858574612513,"priceChange4hPercent":2.093846916143914,"history6hPrice":183.3662593572315,"priceChange6hPercent":1.3434952220671261,"history8hPrice":182.781521215397,"priceChange8hPercent":1.6677041830667094,"history12hPrice":181.73998251416327,"priceChange12hPercent":2.2503544458617606,"history24hPrice":184.76148770760037,"priceChange24hPercent":0.5781987340724478,"uniqueWallet1m":7188,"uniqueWalletHistory1m":7299,"uniqueWallet1mChangePercent":-1.5207562679819153,"uniqueWallet5m":23670,"uniqueWalletHistory5m":32416,"uniqueWallet5mChangePercent":-26.98050345508391,"uniqueWallet30m":101456,"uniqueWalletHistory30m":74756,"uniqueWallet30mChangePercent":35.71619669324201,"uniqueWallet1h":144003,"uniqueWalletHistory1h":191107,"uniqueWallet1hChangePercent":-24.64797207846913,"uniqueWallet2h":292417,"uniqueWalletHistory2h":206753,"uniqueWallet2hChangePercent":41.4330142730698,"uniqueWallet4h":426036,"uniqueWalletHistory4h":248734,"uniqueWallet4hChangePercent":71.28177088777569,"uniqueWallet8h":587111,"uniqueWalletHistory8h":623567,"uniqueWallet8hChangePercent":-5.846364544627923,"uniqueWallet24h":1394679,"uniqueWalletHistory24h":1454172,"uniqueWallet24hChangePercent":-4.091194164101633,"totalSupply":607187823.0928401,"circulatingSupply":539542621.8877238,"holder":3472782,"trade1m":17469,"tradeHistory1m":18850,"trade1mChangePercent":-7.326259946949603,"sell1m":9852,"sellHistory1m":10653,"sell1mChangePercent":-7.51900872993523,"buy1m":7617,"buyHistory1m":8197,"buy1mChangePercent":-7.075759424179578,"v1m":26463.910059272,"v1mUSD":4916069.30362933,"vHistory1m":31502.769373499003,"vHistory1mUSD":5845693.180421255,"v1mChangePercent":-15.994972551415849,"vBuy1m":14173.111565352001,"vBuy1mUSD":2632923.854699539,"vBuyHistory1m":18145.89539667,"vBuyHistory1mUSD":3367492.6286006058,"vBuy1mChangePercent":-21.893567357646372,"vSell1m":12290.79849392,"vSell1mUSD":2283145.4489297913,"vSellHistory1m":13356.873976829002,"vSellHistory1mUSD":2478200.551820649,"vSell1mChangePercent":-7.981474443484225,"trade5m":91739,"tradeHistory5m":108986,"trade5mChangePercent":-15.824968344558016,"sell5m":53591,"sellHistory5m":66851,"sell5mChangePercent":-19.835155794228957,"buy5m":38148,"buyHistory5m":42135,"buy5mChangePercent":-9.4624421502314,"v5m":148180.406499723,"v5mUSD":27497701.609222054,"vHistory5m":144981.31597421103,"vHistory5mUSD":26875267.526915293,"v5mChangePercent":2.2065536541832875,"vBuy5m":75042.90142003099,"vBuy5mUSD":13926318.79128133,"vBuyHistory5m":75167.25709972801,"vBuyHistory5mUSD":13934408.671477377,"vBuy5mChangePercent":-0.1654386291254898,"vSell5m":73137.50507969201,"vSell5mUSD":13571382.817940727,"vSellHistory5m":69814.058874483,"vSellHistory5mUSD":12940858.855437916,"vSell5mChangePercent":4.760425419734085,"trade30m":682302,"tradeHistory30m":883160,"trade30mChangePercent":-22.743104307260293,"sell30m":402208,"sellHistory30m":506428,"sell30mChangePercent":-20.579430837157503,"buy30m":280094,"buyHistory30m":376732,"buy30mChangePercent":-25.651656880753425,"v30m":1041160.531349391,"v30mUSD":192563042.8167962,"vHistory30m":1424758.523452565,"vHistory30mUSD":263432974.7832449,"v30mChangePercent":-26.923719759444932,"vBuy30m":525771.001339281,"vBuy30mUSD":97251183.41918801,"vBuyHistory30m":709160.8991117042,"vBuyHistory30mUSD":131127693.7657724,"vBuy30mChangePercent":-25.86012539638573,"vSell30m":515389.53001011006,"vSell30mUSD":95311859.3976082,"vSellHistory30m":715597.6243408608,"vSellHistory30mUSD":132305281.0174725,"vSell30mChangePercent":-27.97774720327824,"trade1h":1440761,"tradeHistory1h":1543682,"trade1hChangePercent":-6.667241050941838,"sell1h":836278,"sellHistory1h":917354,"sell1hChangePercent":-8.838027631644927,"buy1h":604483,"buyHistory1h":626328,"buy1hChangePercent":-3.4877891456233794,"v1h":2254927.542143159,"v1hUSD":417066348.4330929,"vHistory1h":2431082.890461931,"vHistory1hUSD":449682477.7676815,"v1hChangePercent":-7.245962242171864,"vBuy1h":1133344.2123917632,"vBuy1hUSD":209634917.8387837,"vBuyHistory1h":1207603.2215708497,"vBuyHistory1hUSD":223387353.05486172,"vBuy1hChangePercent":-6.149288760797635,"vSell1h":1121583.3297513959,"vSell1hUSD":207431430.59430918,"vSellHistory1h":1223479.6688910814,"vSellHistory1hUSD":226295124.71281976,"vSell1hChangePercent":-8.328404772924484,"trade2h":2862743,"tradeHistory2h":2734138,"trade2hChangePercent":4.70367625920857,"sell2h":1682750,"sellHistory2h":1515867,"sell2hChangePercent":11.009079292576459,"buy2h":1179993,"buyHistory2h":1218271,"buy2hChangePercent":-3.1419938585093137,"v2h":4498066.17978427,"v2hUSD":831977083.1367832,"vHistory2h":4818408.644050122,"vHistory2hUSD":880956459.3704734,"v2hChangePercent":-6.6483042002138655,"vBuy2h":2243808.0465117125,"vBuy2hUSD":415049688.12798595,"vBuyHistory2h":2429964.8866566755,"vBuyHistory2hUSD":444302522.4454551,"vBuy2hChangePercent":-7.660886013916493,"vSell2h":2254258.133272558,"vSell2hUSD":416927395.0087973,"vSellHistory2h":2388443.7573934468,"vSellHistory2hUSD":436653936.9250183,"vSell2hChangePercent":-5.618119484937257,"trade4h":5709984,"tradeHistory4h":6127682,"trade4hChangePercent":-6.8165743587868945,"sell4h":3253806,"sellHistory4h":3353576,"sell4hChangePercent":-2.9750332182720776,"buy4h":2456178,"buyHistory4h":2774106,"buy4hChangePercent":-11.46055702269488,"v4h":9547061.355143117,"v4hUSD":1754529625.4136252,"vHistory4h":10428207.931597296,"vHistory4hUSD":1906430751.4204042,"v4hChangePercent":-8.449645252894507,"vBuy4h":4786451.436341593,"vBuy4hUSD":879674769.6042875,"vBuyHistory4h":5171951.602876889,"vBuyHistory4hUSD":945585468.7842517,"vBuy4hChangePercent":-7.453669255544885,"vSell4h":4760609.918801524,"vSell4hUSD":874854855.8093376,"vSellHistory4h":5256256.328720408,"vSellHistory4hUSD":960845282.6361525,"vSell4hChangePercent":-9.429646861220425,"trade8h":11144235,"tradeHistory8h":11013604,"trade8hChangePercent":1.1860876784747298,"sell8h":6232518,"sellHistory8h":6153198,"sell8hChangePercent":1.289085772959037,"buy8h":4911717,"buyHistory8h":4860406,"buy8hChangePercent":1.05569370130808,"v8h":18712884.078270502,"v8hUSD":3430582244.777233,"vHistory8h":17149350.55459676,"vHistory8hUSD":3111090788.3309703,"v8hChangePercent":9.117158802580132,"vBuy8h":9323774.414230537,"vBuy8hUSD":1709439211.529329,"vBuyHistory8h":8470290.088989228,"vBuyHistory8hUSD":1536613109.0483108,"vBuy8hChangePercent":10.076211278180157,"vSell8h":9389109.664039968,"vSell8hUSD":1721143033.2479043,"vSellHistory8h":8679060.46560753,"vSellHistory8hUSD":1574477679.2826595,"vSell8hChangePercent":8.181175845543958,"trade24h":31567346,"tradeHistory24h":32424950,"trade24hChangePercent":-2.644889197978717,"sell24h":17614443,"sellHistory24h":18171574,"sell24hChangePercent":-3.065947947051807,"buy24h":13952903,"buyHistory24h":14253376,"buy24hChangePercent":-2.1080830253828986,"v24h":52390882.652610525,"v24hUSD":9537454514.524822,"vHistory24h":53060724.64863746,"vHistory24hUSD":9633994545.717289,"v24hChangePercent":-1.2624064229475878,"vBuy24h":25995649.913853772,"vBuy24hUSD":4732561596.32917,"vBuyHistory24h":26420975.749226637,"vBuyHistory24hUSD":4797352458.750371,"vBuy24hChangePercent":-1.6098036628541805,"vSell24h":26395232.738756754,"vSell24hUSD":4804892918.195653,"vSellHistory24h":26639748.899410825,"vSellHistory24hUSD":4836642086.966919,"vSell24hChangePercent":-0.9178621073995166,"numberMarkets":150744,"isScaledUiToken":false,"multiplier":null}}},"TokenOverview":{"value":{"data":{"address":"So11111111111111111111111111111111111111112","decimals":9,"symbol":"SOL","name":"Wrapped SOL","marketCap":87180723232.4941,"fdv":100842923039.98,"extensions":{"coingeckoId":"solana","serumV3Usdc":"9wFFyRfZBsuAha4YcuxcXLKwMxJR43S7fPfQLusDBzvT","serumV3Usdt":"HWHvQhFmJB3NUcu1aihKmrKegfVxBEHzwVX6yZCKEsi1","website":"https://solana.com/","telegram":null,"twitter":"https://twitter.com/solana","description":"Wrapped Solana ","discord":"https://discordapp.com/invite/pquxPsq","medium":"https://medium.com/solana-labs"},"logoURI":"https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/So11111111111111111111111111111111111111112/logo.png","liquidity":16204441269.55982,"lastTradeUnixTime":1746802093,"lastTradeHumanTime":"2025-05-09T14:48:13","price":167.9717977535047,"history1mPrice":168.4088836293969,"priceChange1mPercent":-0.25953849136253415,"history5mPrice":168.84359081129827,"priceChange5mPercent":-0.5163317444296175,"history30mPrice":171.43733146253095,"priceChange30mPercent":-2.0214580333593686,"history1hPrice":172.75722318541744,"priceChange1hPercent":-2.770029144759197,"history2hPrice":172.2346734850696,"priceChange2hPercent":-2.475039227182354,"history4hPrice":170.05580963573024,"priceChange4hPercent":-1.225487024930011,"history6hPrice":167.3727512958139,"priceChange6hPercent":0.35791157942550833,"history8hPrice":163.54628739020663,"priceChange8hPercent":2.7059680986454877,"history12hPrice":162.74296455421606,"priceChange12hPercent":3.2129396275970508,"history24hPrice":157.51260920577943,"priceChange24hPercent":6.640223027517149,"uniqueWallet1m":7955,"uniqueWalletHistory1m":8300,"uniqueWallet1mChangePercent":-4.156626506024097,"uniqueWallet5m":27033,"uniqueWalletHistory5m":27281,"uniqueWallet5mChangePercent":-0.9090575858656208,"uniqueWallet30m":98980,"uniqueWalletHistory30m":98887,"uniqueWallet30mChangePercent":0.09404674021863339,"uniqueWallet1h":166478,"uniqueWalletHistory1h":145186,"uniqueWallet1hChangePercent":14.665325857865083,"uniqueWallet2h":265223,"uniqueWalletHistory2h":181521,"uniqueWallet2hChangePercent":46.111469196401515,"uniqueWallet4h":382251,"uniqueWalletHistory4h":275988,"uniqueWallet4hChangePercent":38.50276098960824,"uniqueWallet8h":565327,"uniqueWalletHistory8h":593685,"uniqueWallet8hChangePercent":-4.77660712330613,"uniqueWallet24h":1665723,"uniqueWalletHistory24h":1404422,"uniqueWallet24hChangePercent":18.605590057689213,"totalSupply":600356276.4028102,"circulatingSupply":519020004.53927445,"holder":1760223,"trade1m":20682,"tradeHistory1m":24687,"trade1mChangePercent":-16.223113379511485,"sell1m":11727,"sellHistory1m":14036,"sell1mChangePercent":-16.450555713878597,"buy1m":8955,"buyHistory1m":10651,"buy1mChangePercent":-15.923387475354428,"v1m":29901.998139863,"v1mUSD":5077278.654974254,"vHistory1m":30646.791280430996,"vHistory1mUSD":5219685.923701156,"v1mChangePercent":-2.430248353743875,"vBuy1m":12396.121135296999,"vBuy1mUSD":2126705.432446164,"vBuyHistory1m":13090.079018149998,"vBuyHistory1mUSD":2212182.945199659,"vBuy1mChangePercent":-5.301403313843978,"vSell1m":17505.877004566002,"vSell1mUSD":2950573.2225280902,"vSellHistory1m":17556.712262281,"vSellHistory1mUSD":3007502.9785014973,"vSell1mChangePercent":-0.28954884579507056,"trade5m":116233,"tradeHistory5m":126663,"trade5mChangePercent":-8.234448891941609,"sell5m":65905,"sellHistory5m":70880,"sell5mChangePercent":-7.018905191873589,"buy5m":50328,"buyHistory5m":55783,"buy5mChangePercent":-9.778964917627233,"v5m":161544.220822853,"v5mUSD":27692876.766140137,"vHistory5m":216566.50841522898,"vHistory5mUSD":36920321.57370163,"v5mChangePercent":-25.406646667120018,"vBuy5m":76068.134923731,"vBuy5mUSD":13169147.136751132,"vBuyHistory5m":105770.59333944602,"vBuyHistory5mUSD":18036608.943288196,"vBuy5mChangePercent":-28.081962554934247,"vSell5m":85476.085899122,"vSell5mUSD":14523729.629389005,"vSellHistory5m":110795.91507578298,"vSellHistory5mUSD":18883712.63041343,"vSell5mChangePercent":-22.852673908909495,"trade30m":788590,"tradeHistory30m":797963,"trade30mChangePercent":-1.174615865647906,"sell30m":442903,"sellHistory30m":446408,"sell30mChangePercent":-0.7851561799967743,"buy30m":345687,"buyHistory30m":351555,"buy30mChangePercent":-1.6691556086529846,"v30m":1254060.0583020002,"v30mUSD":214883389.03084078,"vHistory30m":1014809.626640769,"vHistory30mUSD":176963012.98413345,"v30mChangePercent":23.57589299317153,"vBuy30m":617376.7933133912,"vBuy30mUSD":105656879.5739485,"vBuyHistory30m":515256.87016754213,"vBuyHistory30mUSD":89409857.07236338,"vBuy30mChangePercent":19.819225915928783,"vSell30m":636683.264988609,"vSell30mUSD":109226509.45689228,"vSellHistory30m":499552.7564732268,"vSellHistory30mUSD":87553155.91177008,"vSell30mChangePercent":27.450655959443516,"trade1h":1466265,"tradeHistory1h":1320699,"trade1hChangePercent":11.021890680616856,"sell1h":821622,"sellHistory1h":721102,"sell1hChangePercent":13.939775510260684,"buy1h":644643,"buyHistory1h":599597,"buy1hChangePercent":7.512712705367106,"v1h":2108562.948260493,"v1hUSD":364214841.91139424,"vHistory1h":1783376.1195459762,"vHistory1hUSD":315517691.7376682,"v1hChangePercent":18.23433795879835,"vBuy1h":1047163.9042004604,"vBuy1hUSD":180355710.08512825,"vBuyHistory1h":870775.027542904,"vBuyHistory1hUSD":151538134.971131,"vBuy1hChangePercent":20.25653826514513,"vSell1h":1061399.0440600328,"vSell1hUSD":183859131.82626596,"vSellHistory1h":912601.092003072,"vSellHistory1hUSD":163979556.76653722,"vSell1hChangePercent":16.304818541293166,"trade2h":2669379,"tradeHistory2h":2273625,"trade2hChangePercent":17.40630051129804,"sell2h":1478759,"sellHistory2h":1214967,"sell2hChangePercent":21.711865425151462,"buy2h":1190620,"buyHistory2h":1058658,"buy2hChangePercent":12.465026476917004,"v2h":3731210.4661495816,"v2hUSD":651452028.7737522,"vHistory2h":4986668.953994334,"vHistory2hUSD":876699150.961254,"v2hChangePercent":-25.176295026344732,"vBuy2h":1831761.5833810142,"vBuy2hUSD":316887774.0885777,"vBuyHistory2h":2552431.93778671,"vBuyHistory2hUSD":447965734.71457183,"vBuy2hChangePercent":-28.234655104285,"vSell2h":1899448.8827685672,"vSell2hUSD":334564254.68517447,"vSellHistory2h":2434237.0162076233,"vSellHistory2hUSD":428733416.24668217,"vSell2hChangePercent":-21.96943559227523,"trade4h":5091801,"tradeHistory4h":4712834,"trade4hChangePercent":8.04117013245109,"sell4h":2772519,"sellHistory4h":2530641,"sell4hChangePercent":9.557973651734878,"buy4h":2319282,"buyHistory4h":2182193,"buy4hChangePercent":6.282166609461217,"v4h":8939271.824863661,"v4hUSD":1565560374.6611657,"vHistory4h":8303593.777521941,"vHistory4hUSD":1399553943.2157688,"v4hChangePercent":7.65545695482501,"vBuy4h":4504246.161137434,"vBuy4hUSD":784884335.9037958,"vBuyHistory4h":4305672.358770635,"vBuyHistory4hUSD":725954295.8032504,"vBuy4hChangePercent":4.611911585940923,"vSell4h":4435025.663726228,"vSell4hUSD":780676038.7573699,"vSellHistory4h":3997921.418751306,"vSellHistory4hUSD":673599647.4125183,"vSell4hChangePercent":10.933287555998179,"trade8h":9289851,"tradeHistory8h":9379085,"trade8hChangePercent":-0.9514147702041297,"sell8h":5029486,"sellHistory8h":5093401,"sell8hChangePercent":-1.2548589832216235,"buy8h":4260365,"buyHistory8h":4285684,"buy8hChangePercent":-0.5907808415179467,"v8h":15908857.34252959,"v8hUSD":2732932277.975237,"vHistory8h":9435031.81369001,"vHistory8hUSD":1548030762.8614295,"v8hChangePercent":68.61477159458232,"vBuy8h":8049726.027986797,"vBuy8hUSD":1378697583.6394334,"vBuyHistory8h":4725061.174831935,"vBuyHistory8hUSD":774623834.5994598,"vBuy8hChangePercent":70.36236633006378,"vSell8h":7859131.314542793,"vSell8hUSD":1354234694.3358037,"vSellHistory8h":4709970.638858074,"vSellHistory8hUSD":773406928.2619697,"vSell8hChangePercent":66.86157764346973,"trade24h":29304866,"tradeHistory24h":24668611,"trade24hChangePercent":18.794146942444385,"sell24h":15982558,"sellHistory24h":13552421,"sell24hChangePercent":17.9313865766124,"buy24h":13322308,"buyHistory24h":11116190,"buy24hChangePercent":19.84599039778917,"v24h":38745401.947157934,"v24hUSD":6451492278.474664,"vHistory24h":27529677.595021047,"vHistory24hUSD":4160810504.560139,"v24hChangePercent":40.740485657432245,"vBuy24h":19559046.575467408,"vBuy24hUSD":3250849329.4358945,"vBuyHistory24h":13821503.465453008,"vBuyHistory24hUSD":2090095440.02877,"vBuy24hChangePercent":41.511714874980484,"vSell24h":19186355.371690527,"vSell24hUSD":3200642949.0387692,"vSellHistory24h":13708174.129568037,"vSellHistory24hUSD":2070715064.5313692,"vSell24hChangePercent":39.962880470756865,"numberMarkets":196569},"success":true}}}}}},"DefiTokenCreationInfo":{"description":"JSON object containing creation information of a token","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DefiTokenCreationInfoResponse"},"examples":{"TokenCreationInfo":{"value":{"success":true,"data":{"txHash":"3cW2HpkUs5Hg2FBMa52iJoSMUf8MNkkzkRcGuBs1JEesQ1pnsvNwCbTmZfeJf8hTi9NSHh1Tqx6Rz5Wrr7ePDEps","slot":223012712,"tokenAddress":"D7rcV8SPxbv94s3kJETkrfMrWqHFs6qrmtbiu6saaany","decimals":5,"owner":"JEFL3KwPQeughdrQAjLo9o75qh15nYbFJ2ZDrb695qsZ","blockUnixTime":1697044029,"blockHumanTime":"2023-10-11T17:07:09.000Z"}}}}}}},"DefiTokenTrendingList":{"description":"JSON object containing a list of trending tokens","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DefiTokenTrendingListResponse"},"examples":{"SolanaScaledUIAmount":{"value":{"success":true,"data":{"updateUnixTime":1726681733,"updateTime":"2024-09-18T17:48:53","tokens":[{"address":"HJXh1XULVe2Mdp6mTKd5K7of1uFqBTbmcWzvBv6cpump","decimals":6,"liquidity":34641.80933146691,"logoURI":"https://ipfs.io/ipfs/QmR7QnPaYcfwoG8oymK5JRDsB9GSgHr71mJmL2MuJ7Qk3x","name":"AVOCATO","symbol":"ATO","volume24hUSD":1202872.3148187269,"volume24hChangePercent":33,"rank":1,"price":0.00010551649518689046,"price24hChangePercent":210,"fdv":17028232129,"marketcap":28232129},{"address":"HYFDwieKWth1kzKbtLFMtgMVwukyvyWNYFxyQDcWpump","decimals":6,"liquidity":73874.80948083404,"logoURI":"https://ipfs.io/ipfs/QmUxhHFAugzzWmTMCMCky1QjaJNjtpBNhC2iRELb77Vqfw","name":"The Liquidator","symbol":"LIQUIDATOR","volume24hUSD":920580.3615402475,"volume24hChangePercent":5,"rank":2,"price":0.0006106216453936813,"price24hChangePercent":12,"fdv":1495237953,"marketcap":5425292}],"total":1000}}},"Tokens":{"value":{"data":{"updateUnixTime":1726681733,"updateTime":"2024-09-18T17:48:53","tokens":[{"address":"HJXh1XULVe2Mdp6mTKd5K7of1uFqBTbmcWzvBv6cpump","decimals":6,"liquidity":34641.80933146691,"logoURI":"https://ipfs.io/ipfs/QmR7QnPaYcfwoG8oymK5JRDsB9GSgHr71mJmL2MuJ7Qk3x","name":"AVOCATO","symbol":"ATO","volume24hUSD":1202872.3148187269,"volume24hChangePercent":33,"rank":1,"price":0.00010551649518689046,"price24hChangePercent":210,"fdv":17028232129,"marketcap":28232129},{"address":"HYFDwieKWth1kzKbtLFMtgMVwukyvyWNYFxyQDcWpump","decimals":6,"liquidity":73874.80948083404,"logoURI":"https://ipfs.io/ipfs/QmUxhHFAugzzWmTMCMCky1QjaJNjtpBNhC2iRELb77Vqfw","name":"The Liquidator","symbol":"LIQUIDATOR","volume24hUSD":920580.3615402475,"volume24hChangePercent":5,"rank":2,"price":0.0006106216453936813,"price24hChangePercent":12,"fdv":1495237953,"marketcap":5425292}],"total":1000},"success":true}}}}}},"DefiTokenMetadataSingle":{"description":"JSON object containing metadata of a specific token","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DefiTokenMetadataSingleResponse"},"examples":{"TokenMetadata":{"value":{"data":{"address":"So11111111111111111111111111111111111111112","symbol":"SOL","name":"Wrapped SOL","decimals":9,"extensions":{"coingecko_id":"solana","website":"https://solana.com/","twitter":"https://twitter.com/solana","discord":"https://discordapp.com/invite/pquxPsq","medium":"https://medium.com/solana-labs"},"logo_uri":"https://img.fotofolio.xyz/?url=https%3A%2F%2Fraw.githubusercontent.com%2Fsolana-labs%2Ftoken-list%2Fmain%2Fassets%2Fmainnet%2FSo11111111111111111111111111111111111111112%2Flogo.png"},"success":true}}}}}},"DefiTokenMetadataMultiple":{"description":"JSON object containing metadata of multiple tokens","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommonResponseType"},"examples":{"TokenMetadataMultiple":{"value":{"data":{"So11111111111111111111111111111111111111112":{"address":"So11111111111111111111111111111111111111112","symbol":"SOL","name":"Wrapped SOL","decimals":9,"extensions":{"coingecko_id":"solana","website":"https://solana.com/","twitter":"https://twitter.com/solana","discord":"https://discordapp.com/invite/pquxPsq","medium":"https://medium.com/solana-labs"},"logo_uri":"https://img.fotofolio.xyz/?url=https%3A%2F%2Fraw.githubusercontent.com%2Fsolana-labs%2Ftoken-list%2Fmain%2Fassets%2Fmainnet%2FSo11111111111111111111111111111111111111112%2Flogo.png"},"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v":{"address":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","decimals":6,"symbol":"USDC","name":"USD Coin","extensions":{"coingecko_id":"usd-coin","website":"https://www.circle.com/en/usdc","twitter":"https://twitter.com/circle","medium":"https://medium.com/centre-blog","discord":"https://discord.com/invite/buildoncircle"},"logo_uri":"https://img.fotofolio.xyz/?url=https%3A%2F%2Fraw.githubusercontent.com%2Fsolana-labs%2Ftoken-list%2Fmain%2Fassets%2Fmainnet%2FEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v%2Flogo.png"}},"success":true}},"MissingTokenMetadataMultiple":{"value":{"data":{"So11111111111111111111111111111111111111112":null,"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v":null},"success":true}}}}}},"DefiTokenMarketDataSingle":{"description":"JSON object containing market data of a specific token","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DefiTokenMarketDataSingleResponse"},"examples":{"SolanaScaledUIAmount":{"value":{"success":true,"data":{"address":"So11111111111111111111111111111111111111112","price":185.74132384799458,"liquidity":23338480211.61425,"total_supply":607187823.0928401,"circulating_supply":539542621.8877238,"fdv":112779870085.64606,"market_cap":100215360861.8438,"holder":3498897,"is_scaled_ui_token":false,"multiplier":null}}},"TokenMarketData":{"value":{"data":{"address":"So11111111111111111111111111111111111111112","liquidity":7889932801.542948,"price":128.00523659221298,"total_supply":583981435.5103763,"circulating_supply":583981433.2307372,"fdv":74790067044.55531,"market_cap":74790067336.507,"holder":3498897},"success":true}}}}}},"DefiTokenMarketDataMultiple":{"description":"JSON object containing market data of multiple tokens","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DefiTokenMarketDataMultipleResponse"},"examples":{"SolanaScaledUIAmount":{"value":{"success":true,"data":{"So11111111111111111111111111111111111111112":{"address":"So11111111111111111111111111111111111111112","price":185.9491010572536,"liquidity":23338480211.61425,"total_supply":607187786.3995525,"circulating_supply":539542585.1183889,"fdv":112906023053.9405,"market_cap":100327458684.87115,"holder":398897,"is_scaled_ui_token":false,"multiplier":null},"mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So":{"address":"mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So","price":244.42542119470204,"liquidity":41563027.3417533,"total_supply":3548170.779026702,"circulating_supply":3548170.779026702,"fdv":867263137.1343358,"market_cap":867263137.1343358,"holder":3498897,"is_scaled_ui_token":false,"multiplier":null},"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v":{"address":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","price":0.9999,"liquidity":1317751947.580185,"total_supply":8861727603.599123,"circulating_supply":8861727603.599123,"fdv":8860841430.838762,"market_cap":8860841430.838762,"holder":498897,"is_scaled_ui_token":false,"multiplier":null}}}},"TokenMarketDataMultiple":{"value":{"data":{"So11111111111111111111111111111111111111112":{"address":"So11111111111111111111111111111111111111112","liquidity":7889932801.542948,"price":128.00523659221298,"total_supply":583981435.5103763,"circulating_supply":583981433.2307372,"fdv":74790067044.55531,"holder":3498897,"market_cap":74790067336.507},"NeonTjSjsuo3rexg9o6vHuMXw62f9V7zvmu8M8Zut44":{"address":"NeonTjSjsuo3rexg9o6vHuMXw62f9V7zvmu8M8Zut44","liquidity":151316.56751659588,"price":0.1813036976418708,"total_supply":999999903.3262283,"circulating_supply":999999903.3262283,"fdv":181303680.11455852,"holder":498897,"market_cap":181303680.11455852}},"success":true}}}}}},"DefiTokenTradeDataSingle":{"description":"JSON object containing trade data of a specific token","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DefiTokenTradeDataSingleResponse"},"examples":{"SolanaScaledUIAmount":{"value":{"success":true,"data":{"address":"So11111111111111111111111111111111111111112","holder":3498897,"market":189737,"last_trade_unix_time":1755058915,"last_trade_human_time":"2025-08-13T04:21:55","price":199.57308084999997,"history_1m_price":200.0657028658876,"price_change_1m_percent":-0.246230117821773,"history_5m_price":199.04185542048768,"price_change_5m_percent":0.2668913171001369,"history_30m_price":198.08683911027157,"price_change_30m_percent":0.750298074523282,"history_1h_price":198.6762767605752,"price_change_1h_percent":0.4513896193582795,"history_2h_price":194.219974488669,"price_change_2h_percent":2.75620794175486,"history_4h_price":191.95599557869642,"price_change_4h_percent":3.968141369244581,"history_6h_price":192.36297986748752,"price_change_6h_percent":3.748174928190051,"history_8h_price":190.83016849547622,"price_change_8h_percent":4.581514769626696,"history_12h_price":181.29476421508093,"price_change_12h_percent":10.082098462167592,"history_24h_price":175.69158133703775,"price_change_24h_percent":13.592853642286466,"unique_wallet_1m":10535,"unique_wallet_history_1m":10512,"unique_wallet_1m_change_percent":0.21879756468797565,"unique_wallet_5m":30484,"unique_wallet_history_5m":31329,"unique_wallet_5m_change_percent":-2.697181525104536,"unique_wallet_30m":84841,"unique_wallet_history_30m":91310,"unique_wallet_30m_change_percent":-7.084656664111269,"unique_wallet_1h":141012,"unique_wallet_history_1h":139362,"unique_wallet_1h_change_percent":1.1839669350325053,"unique_wallet_2h":229096,"unique_wallet_history_2h":256234,"unique_wallet_2h_change_percent":-10.59110032236159,"unique_wallet_4h":398071,"unique_wallet_history_4h":319789,"unique_wallet_4h_change_percent":24.47926601602932,"unique_wallet_8h":616389,"unique_wallet_history_8h":598174,"unique_wallet_8h_change_percent":3.0451005894605916,"unique_wallet_24h":1312446,"unique_wallet_history_24h":1595218,"unique_wallet_24h_change_percent":-17.72622926772391,"trade_1m":25063,"trade_history_1m":25516,"trade_1m_change_percent":-1.7753566389716258,"sell_1m":14783,"sell_history_1m":14281,"sell_1m_change_percent":3.5151600028009247,"buy_1m":10280,"buy_history_1m":11235,"buy_1m_change_percent":-8.500222518914107,"volume_1m":28014.353663877002,"volume_1m_usd":5594914.331353994,"volume_history_1m":30288.275618175,"volume_history_1m_usd":6053381.114696328,"volume_1m_change_percent":-7.507597933153688,"volume_buy_1m":13316.670472043998,"volume_buy_1m_usd":2659745.040809564,"volume_buy_history_1m":15438.603833983001,"volume_buy_history_1m_usd":3085880.865821625,"volume_buy_1m_change_percent":-13.74433455743107,"volume_sell_1m":14697.683191833004,"volume_sell_1m_usd":2935169.29054443,"volume_sell_history_1m":14849.671784191998,"volume_sell_history_1m_usd":2967500.248874703,"volume_sell_1m_change_percent":-1.0235148262387246,"trade_5m":125589,"trade_history_5m":133103,"trade_5m_change_percent":-5.64525217312908,"sell_5m":72259,"sell_history_5m":75307,"sell_5m_change_percent":-4.047432509594062,"buy_5m":53330,"buy_history_5m":57796,"buy_5m_change_percent":-7.727178351443007,"volume_5m":138839.93120513,"volume_5m_usd":27706918.700082216,"volume_history_5m":168486.357245985,"volume_history_5m_usd":33501205.892243676,"volume_5m_change_percent":-17.595742780272776,"volume_buy_5m":71016.083050991,"volume_buy_5m_usd":14172671.643556839,"volume_buy_history_5m":86636.89562773002,"volume_buy_history_5m_usd":17227812.75124113,"volume_buy_5m_change_percent":-18.030208104247027,"volume_sell_5m":67823.84815413899,"volume_sell_5m_usd":13534247.056525378,"volume_sell_history_5m":81849.46161825501,"volume_sell_history_5m_usd":16273393.141002549,"volume_sell_5m_change_percent":-17.13586526632432,"trade_30m":742916,"trade_history_30m":726567,"trade_30m_change_percent":2.2501710096935317,"sell_30m":429567,"sell_history_30m":423206,"sell_30m_change_percent":1.5030505238583574,"buy_30m":313349,"buy_history_30m":303361,"buy_30m_change_percent":3.2924469526405833,"volume_30m":999257.254695175,"volume_30m_usd":198262635.32251042,"volume_history_30m":1007682.2970747652,"volume_history_30m_usd":200156959.86425337,"volume_30m_change_percent":-0.8360812136967729,"volume_buy_30m":496626.18523781083,"volume_buy_30m_usd":98550796.11048704,"volume_buy_history_30m":479675.0794320691,"volume_buy_history_30m_usd":95280522.80842383,"volume_buy_30m_change_percent":3.5338725175824632,"volume_sell_30m":502631.0694573641,"volume_sell_30m_usd":99711839.21202336,"volume_sell_history_30m":528007.2176426961,"volume_sell_history_30m_usd":104876437.05582954,"volume_sell_30m_change_percent":-4.8060229741980764,"trade_1h":1365500,"trade_history_1h":1460948,"trade_1h_change_percent":-6.533292081579906,"sell_1h":790911,"sell_history_1h":833994,"sell_1h_change_percent":-5.165864502622321,"buy_1h":574589,"buy_history_1h":626954,"buy_1h_change_percent":-8.35228740864561,"volume_1h":1869915.2789910787,"volume_1h_usd":371272087.7773213,"volume_history_1h":2215504.2512326725,"volume_history_1h_usd":436450282.08621264,"volume_1h_change_percent":-15.598659855846062,"volume_buy_1h":911052.9765842077,"volume_buy_1h_usd":180903043.40620133,"volume_buy_history_1h":1115539.1923768108,"volume_buy_history_1h_usd":219688244.87947023,"volume_buy_1h_change_percent":-18.330706548903663,"volume_sell_1h":958862.302406871,"volume_sell_1h_usd":190369044.37111995,"volume_sell_history_1h":1099965.058855862,"volume_sell_history_1h_usd":216762037.2067424,"volume_sell_1h_change_percent":-12.827930788616154,"trade_2h":2721996,"trade_history_2h":2737323,"trade_2h_change_percent":-0.5599266144331524,"sell_2h":1565257,"sell_history_2h":1520437,"sell_2h_change_percent":2.9478367074729173,"buy_2h":1156739,"buy_history_2h":1216886,"buy_2h_change_percent":-4.942698001291822,"volume_2h":3881149.9454533085,"volume_2h_usd":767124563.4685572,"volume_history_2h":4109861.943241723,"volume_history_2h_usd":795392999.4275689,"volume_2h_change_percent":-5.564955732016972,"volume_buy_2h":1946568.1169466476,"volume_buy_2h_usd":384689701.5502614,"volume_buy_history_2h":2184514.4664095147,"volume_buy_history_2h_usd":422774489.6633253,"volume_buy_2h_change_percent":-10.892413537272542,"volume_sell_2h":1934581.8285066609,"volume_sell_2h_usd":382434861.91829586,"volume_sell_history_2h":1925347.4768322085,"volume_sell_history_2h_usd":372618509.7642436,"volume_sell_2h_change_percent":0.47962000550912426,"trade_4h":5720496,"trade_history_4h":4738200,"trade_4h_change_percent":20.73141699379511,"sell_4h":3227114,"sell_history_4h":2598002,"sell_4h_change_percent":24.215223852791492,"buy_4h":2493382,"buy_history_4h":2140198,"buy_4h_change_percent":16.502398376225003,"volume_4h":8359034.497538514,"volume_4h_usd":1632746418.2793252,"volume_history_4h":5827559.3867111625,"volume_history_4h_usd":1117139333.4616933,"volume_4h_change_percent":43.439713657830495,"volume_buy_4h":4308151.652644951,"volume_buy_4h_usd":841240490.7863214,"volume_buy_history_4h":2923792.0279110167,"volume_buy_history_4h_usd":560556194.860776,"volume_buy_4h_change_percent":47.34808808282536,"volume_sell_4h":4050882.844893563,"volume_sell_4h_usd":791505927.4930038,"volume_sell_history_4h":2903767.358800146,"volume_sell_history_4h_usd":556583138.6009173,"volume_sell_4h_change_percent":39.50438669327189,"trade_8h":9875698,"trade_history_8h":10453618,"trade_8h_change_percent":-5.528420877824309,"sell_8h":5503762,"sell_history_8h":5773818,"sell_8h_change_percent":-4.677251690302673,"buy_8h":4371936,"buy_history_8h":4679800,"buy_8h_change_percent":-6.578571733834779,"volume_8h":13272186.797145639,"volume_8h_usd":2574392837.701419,"volume_history_8h":14155274.76815367,"volume_history_8h_usd":2581042172.9211245,"volume_8h_change_percent":-6.238578801697224,"volume_buy_8h":6738594.148704853,"volume_buy_8h_usd":1307097533.3850877,"volume_buy_history_8h":7280589.108363739,"volume_buy_history_8h_usd":1327749998.8559382,"volume_buy_8h_change_percent":-7.444383299096738,"volume_sell_8h":6533592.648440785,"volume_sell_8h_usd":1267295304.3163311,"volume_sell_history_8h":6874685.65978993,"volume_sell_history_8h_usd":1253292174.0651865,"volume_sell_8h_change_percent":-4.961579746754095,"trade_24h":30786907,"trade_history_24h":33058246,"trade_24h_change_percent":-6.870718428315888,"sell_24h":17145270,"sell_history_24h":18482135,"sell_24h_change_percent":-7.233282302071703,"buy_24h":13641637,"buy_history_24h":14576111,"buy_24h_change_percent":-6.410996732942004,"volume_24h":43327455.84829509,"volume_24h_usd":7930210206.693316,"volume_history_24h":49475082.60178679,"volume_history_24h_usd":8868558906.245562,"volume_24h_change_percent":-12.425702859300893,"volume_buy_24h":21945096.556108054,"volume_buy_24h_usd":4018154448.1608233,"volume_buy_history_24h":24403487.274207145,"volume_buy_history_24h_usd":4374621039.616789,"volume_buy_24h_change_percent":-10.073932018303982,"volume_sell_24h":21382359.29218704,"volume_sell_24h_usd":3912055758.532493,"volume_sell_history_24h":25071595.327579647,"volume_sell_history_24h_usd":4493937866.628773,"volume_sell_24h_change_percent":-14.714803693940917,"is_scaled_ui_token":false,"multiplier":null}}},"TokenTradeDataSingle":{"value":{"data":{"address":"So11111111111111111111111111111111111111112","holder":1760227,"market":196569,"last_trade_unix_time":1746802135,"last_trade_human_time":"2025-05-09T14:48:55","price":167.80896431930182,"history_1m_price":167.97995938671679,"price_change_1m_percent":-0.10179492127468956,"history_5m_price":168.74640381986768,"price_change_5m_percent":-0.5555315428034545,"history_30m_price":171.3541322895,"price_change_30m_percent":-2.068913029893365,"history_1h_price":173.01102576022566,"price_change_1h_percent":-3.006780300888644,"history_2h_price":172.41071095217168,"price_change_2h_percent":-2.669060760468895,"history_4h_price":170.00055611750162,"price_change_4h_percent":-1.289167428772999,"history_6h_price":167.23388621052743,"price_change_6h_percent":0.34387654428507225,"history_8h_price":163.69124737148164,"price_change_8h_percent":2.515538865969675,"history_12h_price":162.88072815150505,"price_change_12h_percent":3.0256717438128855,"history_24h_price":157.75046659685455,"price_change_24h_percent":6.376207905712674,"unique_wallet_1m":8192,"unique_wallet_history_1m":8475,"unique_wallet_1m_change_percent":-3.3392330383480826,"unique_wallet_5m":26830,"unique_wallet_history_5m":27305,"unique_wallet_5m_change_percent":-1.7396081303790514,"unique_wallet_30m":99015,"unique_wallet_history_30m":98887,"unique_wallet_30m_change_percent":0.12944067470951692,"unique_wallet_1h":166549,"unique_wallet_history_1h":145186,"unique_wallet_1h_change_percent":14.714228644635158,"unique_wallet_2h":265703,"unique_wallet_history_2h":181521,"unique_wallet_2h_change_percent":46.375901410856045,"unique_wallet_4h":382828,"unique_wallet_history_4h":275988,"unique_wallet_4h_change_percent":38.71182805049495,"unique_wallet_8h":566015,"unique_wallet_history_8h":593685,"unique_wallet_8h_change_percent":-4.660720752587651,"unique_wallet_24h":1666080,"unique_wallet_history_24h":1404422,"unique_wallet_24h_change_percent":18.63100976771939,"trade_1m":21298,"trade_history_1m":23504,"trade_1m_change_percent":-9.385636487406398,"sell_1m":11841,"sell_history_1m":13283,"sell_1m_change_percent":-10.855981329518933,"buy_1m":9457,"buy_history_1m":10221,"buy_1m_change_percent":-7.474806770374719,"volume_1m":29410.160852206005,"volume_1m_usd":5010526.161090311,"volume_history_1m":34453.924082532,"volume_history_1m_usd":5804615.536877414,"volume_1m_change_percent":-14.639154652584734,"volume_buy_1m":13048.077415550002,"volume_buy_1m_usd":2240126.102087374,"volume_buy_history_1m":14560.112629287,"volume_buy_history_1m_usd":2451792.1698234,"volume_buy_1m_change_percent":-10.384776905472611,"volume_sell_1m":16362.083436656001,"volume_sell_1m_usd":2770400.0590029373,"volume_sell_history_1m":19893.811453245,"volume_sell_history_1m_usd":3352823.3670540145,"volume_sell_1m_change_percent":-17.752897803869146,"trade_5m":118495,"trade_history_5m":127530,"trade_5m_change_percent":-7.084607543323139,"sell_5m":67163,"sell_history_5m":71454,"sell_5m_change_percent":-6.005262126682901,"buy_5m":51332,"buy_history_5m":56076,"buy_5m_change_percent":-8.459947214494616,"volume_5m":157979.91831452603,"volume_5m_usd":26898374.50699684,"volume_history_5m":203644.55615971796,"volume_history_5m_usd":34760962.82863176,"volume_5m_change_percent":-22.423696810916592,"volume_buy_5m":76418.93760057601,"volume_buy_5m_usd":13042984.023109829,"volume_buy_history_5m":101159.86561724,"volume_buy_history_5m_usd":17268939.602353815,"volume_buy_5m_change_percent":-24.45725670522001,"volume_sell_5m":81560.98071395,"volume_sell_5m_usd":13855390.48388701,"volume_sell_history_5m":102484.69054247798,"volume_sell_history_5m_usd":17492023.226277944,"volume_sell_5m_change_percent":-20.41642485113959,"trade_30m":803215,"trade_history_30m":797963,"trade_30m_change_percent":0.6581758803353038,"sell_30m":451062,"sell_history_30m":446408,"sell_30m_change_percent":1.042544040429383,"buy_30m":352153,"buy_history_30m":351555,"buy_30m_change_percent":0.17010140660778542,"volume_30m":1272891.865948019,"volume_30m_usd":218072556.17494345,"volume_history_30m":1014809.626640769,"volume_history_30m_usd":176963012.98413345,"volume_30m_change_percent":25.43159155491617,"volume_buy_30m":626378.2635002071,"volume_buy_30m_usd":107175212.0302041,"volume_buy_history_30m":515256.87016754213,"volume_buy_history_30m_usd":89409857.07236338,"volume_buy_30m_change_percent":21.5662128476875,"volume_sell_30m":646513.602447812,"volume_sell_30m_usd":110897344.14473933,"volume_sell_history_30m":499552.7564732268,"volume_sell_history_30m_usd":87553155.91177008,"volume_sell_30m_change_percent":29.418483647674844,"trade_1h":1480890,"trade_history_1h":1320699,"trade_1h_change_percent":12.129258824304403,"sell_1h":829781,"sell_history_1h":721102,"sell_1h_change_percent":15.071238188217478,"buy_1h":651109,"buy_history_1h":599597,"buy_1h_change_percent":8.591103691312666,"volume_1h":2127394.755906512,"volume_1h_usd":367404009.05549693,"volume_history_1h":1783376.1195459762,"volume_history_1h_usd":315517691.7376682,"volume_1h_change_percent":19.290301837624607,"volume_buy_1h":1056165.3743872764,"volume_buy_1h_usd":181874042.54138386,"volume_buy_history_1h":870775.027542904,"volume_buy_history_1h_usd":151538134.971131,"volume_buy_1h_change_percent":21.290269125826295,"volume_sell_1h":1071229.381519236,"volume_sell_1h_usd":185529966.51411304,"volume_sell_history_1h":912601.092003072,"volume_sell_history_1h_usd":163979556.76653722,"volume_sell_1h_change_percent":17.381996461125198,"trade_2h":2684004,"trade_history_2h":2273625,"trade_2h_change_percent":18.049546429160483,"sell_2h":1486918,"sell_history_2h":1214967,"sell_2h_change_percent":22.38340629827806,"buy_2h":1197086,"buy_history_2h":1058658,"buy_2h_change_percent":13.07579973891474,"volume_2h":3750042.2737956005,"volume_2h_usd":654641195.9178548,"volume_history_2h":4986668.953994334,"volume_history_2h_usd":876699150.961254,"volume_2h_change_percent":-24.798651998107722,"volume_buy_2h":1840763.0535678302,"volume_buy_2h_usd":318406106.5448333,"volume_buy_history_2h":2552431.93778671,"volume_buy_history_2h_usd":447965734.71457183,"volume_buy_2h_change_percent":-27.881992608037535,"volume_sell_2h":1909279.2202277703,"volume_sell_2h_usd":336235089.3730215,"volume_sell_history_2h":2434237.0162076233,"volume_sell_history_2h_usd":428733416.24668217,"volume_sell_2h_change_percent":-21.565599096742922,"trade_4h":5106426,"trade_history_4h":4712834,"trade_4h_change_percent":8.35149296580359,"sell_4h":2780678,"sell_history_4h":2530641,"sell_4h_change_percent":9.880382085013244,"buy_4h":2325748,"buy_history_4h":2182193,"buy_4h_change_percent":6.578474039647272,"volume_4h":8958103.63250968,"volume_4h_usd":1568749541.8052683,"volume_history_4h":8303593.777521941,"volume_history_4h_usd":1399553943.2157688,"volume_4h_change_percent":7.88224800639352,"volume_buy_4h":4513247.631324249,"volume_buy_4h_usd":786402668.3600514,"volume_buy_history_4h":4305672.358770635,"volume_buy_history_4h_usd":725954295.8032504,"volume_buy_4h_change_percent":4.8209723187781455,"volume_sell_4h":4444856.001185431,"volume_sell_4h_usd":782346873.4452169,"volume_sell_history_4h":3997921.418751306,"volume_sell_history_4h_usd":673599647.4125183,"volume_sell_4h_change_percent":11.179173766094655,"trade_8h":9304476,"trade_history_8h":9379085,"trade_8h_change_percent":-0.7954827149983181,"sell_8h":5037645,"sell_history_8h":5093401,"sell_8h_change_percent":-1.0946713207933167,"buy_8h":4266831,"buy_history_8h":4285684,"buy_8h_change_percent":-0.4399064420055235,"volume_8h":15927689.150175609,"volume_8h_usd":2736121445.11934,"volume_history_8h":9435031.81369001,"volume_history_8h_usd":1548030762.8614295,"volume_8h_change_percent":68.81436612714866,"volume_buy_8h":8058727.498173612,"volume_buy_8h_usd":1380215916.0956888,"volume_buy_history_8h":4725061.174831935,"volume_buy_history_8h_usd":774623834.5994598,"volume_buy_8h_change_percent":70.55287116912834,"volume_sell_8h":7868961.652001996,"volume_sell_8h_usd":1355905529.023651,"volume_sell_history_8h":4709970.638858074,"volume_sell_history_8h_usd":773406928.2619697,"volume_sell_8h_change_percent":67.0702909925106,"trade_24h":29319491,"trade_history_24h":24668611,"trade_24h_change_percent":18.853432809816493,"sell_24h":15990717,"sell_history_24h":13552421,"sell_24h_change_percent":17.991589842139643,"buy_24h":13328774,"buy_history_24h":11116190,"buy_24h_change_percent":19.904157809465293,"volume_24h":38764233.754803956,"volume_24h_usd":6454681445.618767,"volume_history_24h":27529677.595021047,"volume_history_24h_usd":4160810504.560139,"volume_24h_change_percent":40.808891135778374,"volume_buy_24h":19568048.045654222,"volume_buy_24h_usd":3252367661.8921504,"volume_buy_history_24h":13821503.465453008,"volume_buy_history_24h_usd":2090095440.02877,"volume_buy_24h_change_percent":41.5768414381602,"volume_sell_24h":19196185.70914973,"volume_sell_24h_usd":3202313783.7266164,"volume_sell_history_24h":13708174.129568037,"volume_sell_history_24h_usd":2070715064.5313692,"volume_sell_24h_change_percent":40.03459197198444},"success":true}}}}}},"DefiTokenTradeDataMultiple":{"description":"JSON object containing trade data of multiple tokens","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DefiTokenTradeDataMultipleResponse"},"examples":{"SolanaScaledUIAmount":{"value":{"success":true,"data":{"So11111111111111111111111111111111111111112":{"address":"So11111111111111111111111111111111111111112","holder":3499140,"market":189737,"last_trade_unix_time":1755058812,"last_trade_human_time":"2025-08-13T04:20:12","price":199.98794169268422,"history_1m_price":199.7093584833286,"price_change_1m_percent":0.13949431887983973,"history_5m_price":199.08815924367772,"price_change_5m_percent":0.45195176469796405,"history_30m_price":198.22141301108715,"price_change_30m_percent":0.8911896322211458,"history_1h_price":198.54371624183344,"price_change_1h_percent":0.7274092971502866,"history_2h_price":194.28095313746698,"price_change_2h_percent":2.9374925658199516,"history_4h_price":192.49069567980555,"price_change_4h_percent":3.8948615081893583,"history_6h_price":192.60116257977168,"price_change_6h_percent":3.83527233894711,"history_8h_price":191.01937366628366,"price_change_8h_percent":4.6951091160360034,"history_12h_price":181.53883656902224,"price_change_12h_percent":10.162621658450208,"history_24h_price":175.7360146296086,"price_change_24h_percent":13.80020317075608,"unique_wallet_1m":9919,"unique_wallet_history_1m":10205,"unique_wallet_1m_change_percent":-2.8025477707006368,"unique_wallet_5m":30876,"unique_wallet_history_5m":30852,"unique_wallet_5m_change_percent":0.07779074290159471,"unique_wallet_30m":84877,"unique_wallet_history_30m":91310,"unique_wallet_30m_change_percent":-7.045230533347936,"unique_wallet_1h":140850,"unique_wallet_history_1h":139362,"unique_wallet_1h_change_percent":1.0677229086838593,"unique_wallet_2h":232838,"unique_wallet_history_2h":256234,"unique_wallet_2h_change_percent":-9.130716454490816,"unique_wallet_4h":397846,"unique_wallet_history_4h":319789,"unique_wallet_4h_change_percent":24.408907123134316,"unique_wallet_8h":616497,"unique_wallet_history_8h":598174,"unique_wallet_8h_change_percent":3.0631555366833063,"unique_wallet_24h":1312571,"unique_wallet_history_24h":1595218,"unique_wallet_24h_change_percent":-17.718393348119193,"trade_1m":22382,"trade_history_1m":24983,"trade_1m_change_percent":-10.411079534083177,"sell_1m":12625,"sell_history_1m":14424,"sell_1m_change_percent":-12.472268441486412,"buy_1m":9757,"buy_history_1m":10559,"buy_1m_change_percent":-7.595416232597783,"volume_1m":19402.25827599,"volume_1m_usd":3877354.094558342,"volume_history_1m":22411.114589328998,"volume_history_1m_usd":4475845.358663695,"volume_1m_change_percent":-13.425732581688099,"volume_buy_1m":10919.262528264999,"volume_buy_1m_usd":2182246.2382117016,"volume_buy_history_1m":11059.580722686998,"volume_buy_history_1m_usd":2208895.1658868995,"volume_buy_1m_change_percent":-1.2687478661298504,"volume_sell_1m":8482.995747725001,"volume_sell_1m_usd":1695107.8563466403,"volume_sell_history_1m":11351.533866642,"volume_sell_history_1m_usd":2266950.192776796,"volume_sell_1m_change_percent":-25.270048546889168,"trade_5m":120448,"trade_history_5m":132553,"trade_5m_change_percent":-9.13219617813252,"sell_5m":68867,"sell_history_5m":74871,"sell_5m_change_percent":-8.019126230449707,"buy_5m":51581,"buy_history_5m":57682,"buy_5m_change_percent":-10.576956416213031,"volume_5m":134293.28506683398,"volume_5m_usd":26766762.067839466,"volume_history_5m":169555.78181202302,"volume_history_5m_usd":33700058.87877406,"volume_5m_change_percent":-20.796988677320712,"volume_buy_5m":71284.36863666699,"volume_buy_5m_usd":14209360.95633716,"volume_buy_history_5m":86179.23586617,"volume_buy_history_5m_usd":17129947.159285817,"volume_buy_5m_change_percent":-17.283591667758163,"volume_sell_5m":63008.916430166995,"volume_sell_5m_usd":12557401.111502308,"volume_sell_history_5m":83376.54594585301,"volume_sell_history_5m_usd":16570111.71948824,"volume_sell_5m_change_percent":-24.428487993390018,"trade_30m":701197,"trade_history_30m":726567,"trade_30m_change_percent":-3.491763319831481,"sell_30m":405193,"sell_history_30m":423206,"sell_30m_change_percent":-4.256319617396729,"buy_30m":296004,"buy_history_30m":303361,"buy_30m_change_percent":-2.42516341916067,"volume_30m":949543.568352686,"volume_30m_usd":188331559.77578738,"volume_history_30m":1007682.2970747652,"volume_history_30m_usd":200156959.86425337,"volume_30m_change_percent":-5.769549479121749,"volume_buy_30m":473130.29251346184,"volume_buy_30m_usd":93856764.62199154,"volume_buy_history_30m":479675.0794320691,"volume_buy_history_30m_usd":95280522.80842383,"volume_buy_30m_change_percent":-1.3644208755552232,"volume_sell_30m":476413.2758392241,"volume_sell_30m_usd":94474795.15379584,"volume_sell_history_30m":528007.2176426961,"volume_sell_history_30m_usd":104876437.05582954,"volume_sell_30m_change_percent":-9.771446313520995,"trade_1h":1323781,"trade_history_1h":1460948,"trade_1h_change_percent":-9.388903643387717,"sell_1h":766537,"sell_history_1h":833994,"sell_1h_change_percent":-8.088427494682215,"buy_1h":557244,"buy_history_1h":626954,"buy_1h_change_percent":-11.1188380646746,"volume_1h":1820201.59264859,"volume_1h_usd":361341012.2305983,"volume_history_1h":2215504.2512326725,"volume_history_1h_usd":436450282.08621264,"volume_1h_change_percent":-17.842559244205567,"volume_buy_1h":887557.0838598588,"volume_buy_1h_usd":176209011.91770583,"volume_buy_history_1h":1115539.1923768108,"volume_buy_history_1h_usd":219688244.87947023,"volume_buy_1h_change_percent":-20.436942966674668,"volume_sell_1h":932644.5087887311,"volume_sell_1h_usd":185132000.31289244,"volume_sell_history_1h":1099965.058855862,"volume_sell_history_1h_usd":216762037.2067424,"volume_sell_1h_change_percent":-15.211442283554966,"trade_2h":2680277,"trade_history_2h":2737323,"trade_2h_change_percent":-2.084006892865767,"sell_2h":1540883,"sell_history_2h":1520437,"sell_2h_change_percent":1.344744964769997,"buy_2h":1139394,"buy_history_2h":1216886,"buy_2h_change_percent":-6.368057484431573,"volume_2h":3831436.2591108195,"volume_2h_usd":757193487.9218342,"volume_history_2h":4109861.943241723,"volume_history_2h_usd":795392999.4275689,"volume_2h_change_percent":-6.774575106804935,"volume_buy_2h":1923072.2242222985,"volume_buy_2h_usd":379995670.0617659,"volume_buy_history_2h":2184514.4664095147,"volume_buy_history_2h_usd":422774489.6633253,"volume_buy_2h_change_percent":-11.967979439244672,"volume_sell_2h":1908364.0348885208,"volume_sell_2h_usd":377197817.8600683,"volume_sell_history_2h":1925347.4768322085,"volume_sell_history_2h_usd":372618509.7642436,"volume_sell_2h_change_percent":-0.8820974991813233,"trade_4h":5678777,"trade_history_4h":4738200,"trade_4h_change_percent":19.850934954202017,"sell_4h":3202740,"sell_history_4h":2598002,"sell_4h_change_percent":23.277041357166006,"buy_4h":2476037,"buy_history_4h":2140198,"buy_4h_change_percent":15.691959342079564,"volume_4h":8309320.811196025,"volume_4h_usd":1622815342.7326021,"volume_history_4h":5827559.3867111625,"volume_history_4h_usd":1117139333.4616933,"volume_4h_change_percent":42.586634640637584,"volume_buy_4h":4284655.759920602,"volume_buy_4h_usd":836546459.2978258,"volume_buy_history_4h":2923792.0279110167,"volume_buy_history_4h_usd":560556194.860776,"volume_buy_4h_change_percent":46.54447782258615,"volume_sell_4h":4024665.0512754233,"volume_sell_4h_usd":786268883.4347763,"volume_sell_history_4h":2903767.358800146,"volume_sell_history_4h_usd":556583138.6009173,"volume_sell_4h_change_percent":38.60149777764701,"trade_8h":9833979,"trade_history_8h":10453618,"trade_8h_change_percent":-5.9275075863686615,"sell_8h":5479388,"sell_history_8h":5773818,"sell_8h_change_percent":-5.099398699439435,"buy_8h":4354591,"buy_history_8h":4679800,"buy_8h_change_percent":-6.949207231078251,"volume_8h":13222473.11080315,"volume_8h_usd":2564461762.1546955,"volume_history_8h":14155274.76815367,"volume_history_8h_usd":2581042172.9211245,"volume_8h_change_percent":-6.589781354503434,"volume_buy_8h":6715098.255980505,"volume_buy_8h_usd":1302403501.8965921,"volume_buy_history_8h":7280589.108363739,"volume_buy_history_8h_usd":1327749998.8559382,"volume_buy_8h_change_percent":-7.767102963324963,"volume_sell_8h":6507374.854822645,"volume_sell_8h_usd":1262058260.2581036,"volume_sell_history_8h":6874685.65978993,"volume_sell_history_8h_usd":1253292174.0651865,"volume_sell_8h_change_percent":-5.342946909059243,"trade_24h":30745188,"trade_history_24h":33058246,"trade_24h_change_percent":-6.996916896316882,"sell_24h":17120896,"sell_history_24h":18482135,"sell_24h_change_percent":-7.365161005479075,"buy_24h":13624292,"buy_history_24h":14576111,"buy_24h_change_percent":-6.5299928080953835,"volume_24h":43277742.1619526,"volume_24h_usd":7920279131.146593,"volume_history_24h":49475082.60178679,"volume_history_24h_usd":8868558906.245562,"volume_24h_change_percent":-12.52618512982609,"volume_buy_24h":21921600.663383704,"volume_buy_24h_usd":4013460416.672328,"volume_buy_history_24h":24403487.274207145,"volume_buy_history_24h_usd":4374621039.616789,"volume_buy_24h_change_percent":-10.170212900049862,"volume_sell_24h":21356141.4985689,"volume_sell_24h_usd":3906818714.4742656,"volume_sell_history_24h":25071595.327579647,"volume_sell_history_24h_usd":4493937866.628773,"volume_sell_24h_change_percent":-14.819375394606885,"is_scaled_ui_token":false,"multiplier":null},"mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So":{"address":"mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So","holder":154578,"market":109,"last_trade_unix_time":1755058809,"last_trade_human_time":"2025-08-13T04:20:09","price":262.98670680518865,"history_1m_price":262.70278280753195,"price_change_1m_percent":0.10807803199584518,"history_5m_price":261.91755440219526,"price_change_5m_percent":0.4082018883513294,"history_30m_price":260.7109387939594,"price_change_30m_percent":0.8729085253410946,"history_1h_price":261.1699519292572,"price_change_1h_percent":0.695621706291677,"history_2h_price":255.60795345564043,"price_change_2h_percent":2.886746382415979,"history_4h_price":252.63997246560257,"price_change_4h_percent":4.095446274241028,"history_6h_price":252.45441235151782,"price_change_6h_percent":4.171958951149426,"history_8h_price":251.48576070904278,"price_change_8h_percent":4.573199716643966,"history_12h_price":239.02755642073214,"price_change_12h_percent":10.023593406228036,"history_24h_price":231.16561917408512,"price_change_24h_percent":13.765493218582755,"unique_wallet_1m":28,"unique_wallet_history_1m":43,"unique_wallet_1m_change_percent":-34.883720930232556,"unique_wallet_5m":102,"unique_wallet_history_5m":73,"unique_wallet_5m_change_percent":39.726027397260275,"unique_wallet_30m":288,"unique_wallet_history_30m":301,"unique_wallet_30m_change_percent":-4.318936877076412,"unique_wallet_1h":482,"unique_wallet_history_1h":623,"unique_wallet_1h_change_percent":-22.63242375601926,"unique_wallet_2h":976,"unique_wallet_history_2h":982,"unique_wallet_2h_change_percent":-0.6109979633401222,"unique_wallet_4h":1740,"unique_wallet_history_4h":1491,"unique_wallet_4h_change_percent":16.70020120724346,"unique_wallet_8h":2940,"unique_wallet_history_8h":3087,"unique_wallet_8h_change_percent":-4.761904761904762,"unique_wallet_24h":6691,"unique_wallet_history_24h":5459,"unique_wallet_24h_change_percent":22.56823594064847,"trade_1m":73,"trade_history_1m":177,"trade_1m_change_percent":-58.75706214689266,"sell_1m":36,"sell_history_1m":89,"sell_1m_change_percent":-59.55056179775281,"buy_1m":37,"buy_history_1m":88,"buy_1m_change_percent":-57.95454545454546,"volume_1m":12.059571704,"volume_1m_usd":3171.3705478902007,"volume_history_1m":37.398013155,"volume_history_1m_usd":9824.980892155985,"volume_1m_change_percent":-67.75344279917267,"volume_buy_1m":6.029785852,"volume_buy_1m_usd":1585.7385240127205,"volume_buy_history_1m":18.503508619999998,"volume_buy_history_1m_usd":4861.455461890566,"volume_buy_1m_change_percent":-67.41274330273477,"volume_sell_1m":6.029785852,"volume_sell_1m_usd":1585.6320238774802,"volume_sell_history_1m":18.894504535,"volume_sell_history_1m_usd":4963.525430265419,"volume_sell_1m_change_percent":-68.08709198576506,"trade_5m":653,"trade_history_5m":406,"trade_5m_change_percent":60.83743842364532,"sell_5m":324,"sell_history_5m":204,"sell_5m_change_percent":58.82352941176471,"buy_5m":329,"buy_history_5m":202,"buy_5m_change_percent":62.87128712871287,"volume_5m":162.28248443299998,"volume_5m_usd":42558.97155905787,"volume_history_5m":106.457894647,"volume_history_5m_usd":27843.252679286117,"volume_5m_change_percent":52.43818691991493,"volume_buy_5m":80.69316228699999,"volume_buy_5m_usd":21163.129320319964,"volume_buy_history_5m":52.24340721,"volume_buy_history_5m_usd":13664.499121192126,"volume_buy_5m_change_percent":54.456163172210516,"volume_sell_5m":81.58932214599999,"volume_sell_5m_usd":21395.84223873791,"volume_sell_history_5m":54.214487437,"volume_sell_history_5m_usd":14178.753558093993,"volume_sell_5m_change_percent":50.493578383104584,"trade_30m":2750,"trade_history_30m":3048,"trade_30m_change_percent":-9.776902887139109,"sell_30m":1382,"sell_history_30m":1557,"sell_30m_change_percent":-11.23956326268465,"buy_30m":1368,"buy_history_30m":1491,"buy_30m_change_percent":-8.249496981891348,"volume_30m":799.0710690200001,"volume_30m_usd":208527.97926690662,"volume_history_30m":2481.054935338,"volume_history_30m_usd":648754.0741432161,"volume_30m_change_percent":-67.79309246084304,"volume_buy_30m":373.422228748,"volume_buy_30m_usd":97472.73322911118,"volume_buy_history_30m":522.7496909670001,"volume_buy_history_30m_usd":136616.53562110744,"volume_buy_30m_change_percent":-28.565767670329773,"volume_sell_30m":425.64884027200003,"volume_sell_30m_usd":111055.24603779544,"volume_sell_history_30m":1958.305244371,"volume_sell_history_30m_usd":512137.5385221087,"volume_sell_30m_change_percent":-78.26442831139347,"trade_1h":5309,"trade_history_1h":7560,"trade_1h_change_percent":-29.775132275132275,"sell_1h":2687,"sell_history_1h":3808,"sell_1h_change_percent":-29.438025210084035,"buy_1h":2622,"buy_history_1h":3752,"buy_1h_change_percent":-30.11727078891258,"volume_1h":3138.6927878439997,"volume_1h_usd":820410.1239532583,"volume_history_1h":3282.0023030169996,"volume_history_1h_usd":851813.8301435173,"volume_1h_change_percent":-4.3665269534168765,"volume_buy_1h":824.397139262,"volume_buy_1h_usd":215375.7401405987,"volume_buy_history_1h":1399.4322926629998,"volume_buy_history_1h_usd":363318.59453095926,"volume_buy_1h_change_percent":-41.0906019830911,"volume_sell_1h":2314.2956485819996,"volume_sell_1h_usd":605034.3838126595,"volume_sell_history_1h":1882.5700103539998,"volume_sell_history_1h_usd":488495.235612558,"volume_sell_1h_change_percent":22.93277996852918,"trade_2h":12547,"trade_history_2h":12272,"trade_2h_change_percent":2.2408735332464147,"sell_2h":6334,"sell_history_2h":6048,"sell_2h_change_percent":4.728835978835979,"buy_2h":6213,"buy_history_2h":6224,"buy_2h_change_percent":-0.17673521850899743,"volume_2h":6316.872997122,"volume_2h_usd":1645085.3454827392,"volume_history_2h":7986.443651562,"volume_history_2h_usd":2035706.3497173262,"volume_2h_change_percent":-20.90505771130637,"volume_buy_2h":2172.1645888589997,"volume_buy_2h_usd":565188.3951737988,"volume_buy_history_2h":4509.220244333001,"volume_buy_history_2h_usd":1149040.4230995753,"volume_buy_2h_change_percent":-51.8283767223638,"volume_sell_2h":4144.708408263,"volume_sell_2h_usd":1079896.9503089404,"volume_sell_history_2h":3477.223407229,"volume_sell_history_2h_usd":886665.9266177509,"volume_sell_2h_change_percent":19.195919354687625,"trade_4h":25318,"trade_history_4h":16850,"trade_4h_change_percent":50.255192878338285,"sell_4h":12628,"sell_history_4h":8470,"sell_4h_change_percent":49.09090909090909,"buy_4h":12690,"buy_history_4h":8380,"buy_4h_change_percent":51.43198090692124,"volume_4h":14337.506949092993,"volume_4h_usd":3688905.157495865,"volume_history_4h":9402.798090806,"volume_history_4h_usd":2372860.9187707277,"volume_4h_change_percent":52.48128068507737,"volume_buy_4h":6744.683454876996,"volume_buy_4h_usd":1730053.0971775858,"volume_buy_history_4h":4024.800055123,"volume_buy_history_4h_usd":1016578.6286089938,"volume_buy_4h_change_percent":67.57809984354301,"volume_sell_4h":7592.823494215997,"volume_sell_4h_usd":1958852.0603182793,"volume_sell_history_4h":5377.998035683,"volume_sell_history_4h_usd":1356282.290161734,"volume_sell_4h_change_percent":41.18308418555821,"trade_8h":40860,"trade_history_8h":39077,"trade_8h_change_percent":4.562786293727768,"sell_8h":20461,"sell_history_8h":19558,"sell_8h_change_percent":4.617036506800287,"buy_8h":20399,"buy_history_8h":19519,"buy_8h_change_percent":4.508427685844562,"volume_8h":22711.31062530999,"volume_8h_usd":5801740.492862853,"volume_history_8h":31386.551458990005,"volume_history_8h_usd":7548528.231382184,"volume_8h_change_percent":-27.639993661027635,"volume_buy_8h":9883.368016022996,"volume_buy_8h_usd":2522686.871093817,"volume_buy_history_8h":12230.382385765002,"volume_buy_history_8h_usd":2929602.9775913735,"volume_buy_8h_change_percent":-19.190032622967756,"volume_sell_8h":12827.942609286996,"volume_sell_8h_usd":3279053.621769036,"volume_sell_history_8h":19156.169073225003,"volume_sell_history_8h_usd":4618925.253790811,"volume_sell_8h_change_percent":-33.03492697181874,"trade_24h":93721,"trade_history_24h":65222,"trade_24h_change_percent":43.6953788598939,"sell_24h":46575,"sell_history_24h":32556,"sell_24h_change_percent":43.06118687799484,"buy_24h":47146,"buy_history_24h":32666,"buy_24h_change_percent":44.32743525378069,"volume_24h":78243.334932192,"volume_24h_usd":18897097.90192979,"volume_history_24h":50370.62079124302,"volume_history_24h_usd":11776721.001745548,"volume_24h_change_percent":55.33526032260987,"volume_buy_24h":42989.095074099,"volume_buy_24h_usd":10271722.313242288,"volume_buy_history_24h":29127.373655922,"volume_buy_history_24h_usd":6775170.992515063,"volume_buy_24h_change_percent":47.590014746690755,"volume_sell_24h":35254.23985809299,"volume_sell_24h_usd":8625375.5886875,"volume_sell_history_24h":21243.247135321017,"volume_sell_history_24h_usd":5001550.009230484,"volume_sell_24h_change_percent":65.95504271790907,"is_scaled_ui_token":false,"multiplier":null},"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v":{"address":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","holder":5154436,"market":13924,"last_trade_unix_time":1755058812,"last_trade_human_time":"2025-08-13T04:20:12","price":0.99982817,"history_1m_price":0.99983,"price_change_1m_percent":-0.00018303111528764472,"history_5m_price":0.99985096,"price_change_5m_percent":-0.002279339712784718,"history_30m_price":0.99981573,"price_change_30m_percent":0.0012442292741285887,"history_1h_price":0.9998087,"price_change_1h_percent":0.0019473725323675833,"history_2h_price":0.99977426,"price_change_2h_percent":0.005392217239118594,"history_4h_price":0.99982515,"price_change_4h_percent":0.0003020528139309876,"history_6h_price":0.99979,"price_change_6h_percent":0.0038178017383710128,"history_8h_price":0.99989717,"price_change_8h_percent":-0.006900709599966739,"history_12h_price":0.99987,"price_change_12h_percent":-0.0041835438607039374,"history_24h_price":0.99985,"price_change_24h_percent":-0.0021833274991249147,"unique_wallet_1m":788,"unique_wallet_history_1m":867,"unique_wallet_1m_change_percent":-9.111880046136102,"unique_wallet_5m":2834,"unique_wallet_history_5m":2470,"unique_wallet_5m_change_percent":14.736842105263158,"unique_wallet_30m":11107,"unique_wallet_history_30m":11401,"unique_wallet_30m_change_percent":-2.5787211648101045,"unique_wallet_1h":18673,"unique_wallet_history_1h":20161,"unique_wallet_1h_change_percent":-7.380586280442438,"unique_wallet_2h":32553,"unique_wallet_history_2h":28401,"unique_wallet_2h_change_percent":14.619203549170804,"unique_wallet_4h":50145,"unique_wallet_history_4h":45190,"unique_wallet_4h_change_percent":10.964815224607214,"unique_wallet_8h":79361,"unique_wallet_history_8h":84308,"unique_wallet_8h_change_percent":-5.867770555581914,"unique_wallet_24h":174611,"unique_wallet_history_24h":189227,"unique_wallet_24h_change_percent":-7.724056292178178,"trade_1m":3336,"trade_history_1m":4958,"trade_1m_change_percent":-32.7148043565954,"sell_1m":1990,"sell_history_1m":2938,"sell_1m_change_percent":-32.26684819605173,"buy_1m":1346,"buy_history_1m":2020,"buy_1m_change_percent":-33.366336633663366,"volume_1m":1308404.009448,"volume_1m_usd":1308333.7870999281,"volume_history_1m":2041033.7818900002,"volume_history_1m_usd":2041005.2145372764,"volume_1m_change_percent":-35.89503412156089,"volume_buy_1m":413612.422125,"volume_buy_1m_usd":413584.4634477553,"volume_buy_history_1m":442307.3128550001,"volume_buy_history_1m_usd":442295.99373712466,"volume_buy_1m_change_percent":-6.487546078490237,"volume_sell_1m":894791.587323,"volume_sell_1m_usd":894749.3236521728,"volume_sell_history_1m":1598726.469035,"volume_sell_history_1m_usd":1598709.2208001518,"volume_sell_1m_change_percent":-44.03097686478532,"trade_5m":19059,"trade_history_5m":14490,"trade_5m_change_percent":31.53209109730849,"sell_5m":11062,"sell_history_5m":7934,"sell_5m_change_percent":39.425258381648604,"buy_5m":7997,"buy_history_5m":6556,"buy_5m_change_percent":21.97986577181208,"volume_5m":8100982.060734,"volume_5m_usd":8100710.993758566,"volume_history_5m":5912049.999242,"volume_history_5m_usd":5911844.975958601,"volume_5m_change_percent":37.02492471769773,"volume_buy_5m":2254139.6831360003,"volume_buy_5m_usd":2254073.993651012,"volume_buy_history_5m":2948171.02885,"volume_buy_history_5m_usd":2948025.698099201,"volume_buy_5m_change_percent":-23.541081535718163,"volume_sell_5m":5846842.377598,"volume_sell_5m_usd":5846637.000107554,"volume_sell_history_5m":2963878.970392,"volume_sell_history_5m_usd":2963819.2778594,"volume_sell_5m_change_percent":97.26994374620843,"trade_30m":92499,"trade_history_30m":107437,"trade_30m_change_percent":-13.903962322105048,"sell_30m":49070,"sell_history_30m":53177,"sell_30m_change_percent":-7.723263817063768,"buy_30m":43429,"buy_history_30m":54260,"buy_30m_change_percent":-19.961297456690012,"volume_30m":46140187.79487201,"volume_30m_usd":46138347.92390235,"volume_history_30m":57457497.16842799,"volume_history_30m_usd":57455175.09102805,"volume_30m_change_percent":-19.696836672820947,"volume_buy_30m":20421163.090902995,"volume_buy_30m_usd":20420285.68942718,"volume_buy_history_30m":27067094.84286599,"volume_buy_history_30m_usd":27066254.220179565,"volume_buy_30m_change_percent":-24.553546623843328,"volume_sell_30m":25719024.703969013,"volume_sell_30m_usd":25718062.234475173,"volume_sell_history_30m":30390402.325561997,"volume_sell_history_30m_usd":30388920.87084848,"volume_sell_30m_change_percent":-15.371226650934434,"trade_1h":183426,"trade_history_1h":243809,"trade_1h_change_percent":-24.76651805306613,"sell_1h":94226,"sell_history_1h":125768,"sell_1h_change_percent":-25.07951148145792,"buy_1h":89200,"buy_history_1h":118041,"buy_1h_change_percent":-24.433035979024236,"volume_1h":92749755.27730599,"volume_1h_usd":92746037.12634899,"volume_history_1h":147967895.39918795,"volume_history_1h_usd":147961003.80891407,"volume_1h_change_percent":-37.31764919201858,"volume_buy_1h":42212679.94161198,"volume_buy_1h_usd":42211074.238075525,"volume_buy_history_1h":67930255.24647099,"volume_buy_history_1h_usd":67926771.65416785,"volume_buy_1h_change_percent":-37.858793863718105,"volume_sell_1h":50537075.33569401,"volume_sell_1h_usd":50534962.88827346,"volume_sell_history_1h":80037640.15271696,"volume_sell_history_1h_usd":80034232.15474622,"volume_sell_1h_change_percent":-36.858364090612845,"trade_2h":412431,"trade_history_2h":386632,"trade_2h_change_percent":6.672753419272073,"sell_2h":212386,"sell_history_2h":198632,"sell_2h_change_percent":6.9243626404607515,"buy_2h":200045,"buy_history_2h":188000,"buy_2h_change_percent":6.406914893617022,"volume_2h":233556433.41227996,"volume_2h_usd":233546096.14317834,"volume_history_2h":200676703.92325795,"volume_history_2h_usd":200670380.0438611,"volume_2h_change_percent":16.38442771194596,"volume_buy_2h":107292908.10336798,"volume_buy_2h_usd":107287917.68279324,"volume_buy_history_2h":95716891.60262197,"volume_buy_history_2h_usd":95714426.14595845,"volume_buy_2h_change_percent":12.094016329745616,"volume_sell_2h":126263525.30891198,"volume_sell_2h_usd":126258178.46038508,"volume_sell_history_2h":104959812.32063597,"volume_sell_history_2h_usd":104955953.89790262,"volume_sell_2h_change_percent":20.297018942065616,"trade_4h":830719,"trade_history_4h":739363,"trade_4h_change_percent":12.356041619610394,"sell_4h":427554,"sell_history_4h":390782,"sell_4h_change_percent":9.409849993090777,"buy_4h":403165,"buy_history_4h":348581,"buy_4h_change_percent":15.658914283911058,"volume_4h":444764661.72954196,"volume_4h_usd":444747744.9248905,"volume_history_4h":403490702.36459595,"volume_history_4h_usd":403476786.22676635,"volume_4h_change_percent":10.229221918390248,"volume_buy_4h":209077860.69843987,"volume_buy_4h_usd":209070141.66263077,"volume_buy_history_4h":206645655.16793695,"volume_buy_history_4h_usd":206636627.6737574,"volume_buy_4h_change_percent":1.1769933069854814,"volume_sell_4h":235686801.0311021,"volume_sell_4h_usd":235677603.26225972,"volume_sell_history_4h":196845047.196659,"volume_sell_history_4h_usd":196840158.5530089,"volume_sell_4h_change_percent":19.732146877761192,"trade_8h":1502472,"trade_history_8h":1579030,"trade_8h_change_percent":-4.848419599374299,"sell_8h":782357,"sell_history_8h":845060,"sell_8h_change_percent":-7.419946512673656,"buy_8h":720115,"buy_history_8h":733970,"buy_8h_change_percent":-1.8876793329427635,"volume_8h":821709120.2497389,"volume_8h_usd":821679006.179775,"volume_history_8h":946874319.4912045,"volume_history_8h_usd":946849383.5006773,"volume_8h_change_percent":-13.218776416781703,"volume_buy_8h":401974198.85122186,"volume_buy_8h_usd":401957962.7464045,"volume_buy_history_8h":435401537.64981294,"volume_buy_history_8h_usd":435390296.48382026,"volume_buy_8h_change_percent":-7.677358922300407,"volume_sell_8h":419734921.39851713,"volume_sell_8h_usd":419721043.4333705,"volume_sell_history_8h":511472781.84139156,"volume_sell_history_8h_usd":511459087.01685715,"volume_sell_8h_change_percent":-17.936019999461568,"trade_24h":3866559,"trade_history_24h":3269920,"trade_24h_change_percent":18.246287370944856,"sell_24h":2033949,"sell_history_24h":1655266,"sell_24h_change_percent":22.877471052990877,"buy_24h":1832610,"buy_history_24h":1614654,"buy_24h_change_percent":13.498619518485075,"volume_24h":2045204750.9809194,"volume_24h_usd":2045144320.587021,"volume_history_24h":1543163627.203192,"volume_history_24h_usd":1543123874.7516944,"volume_24h_change_percent":32.53323982808094,"volume_buy_24h":973697087.8169838,"volume_buy_24h_usd":973667513.1963601,"volume_buy_history_24h":807894931.7944231,"volume_buy_history_24h_usd":807872635.6768489,"volume_buy_24h_change_percent":20.522737486952167,"volume_sell_24h":1071507663.1639357,"volume_sell_24h_usd":1071476807.390661,"volume_sell_history_24h":735268695.4087689,"volume_sell_history_24h_usd":735251239.0748456,"volume_sell_24h_change_percent":45.73008069767426,"is_scaled_ui_token":false,"multiplier":null}}}},"TokenTradeDataMultiple":{"value":{"data":{"So11111111111111111111111111111111111111112":{"address":"So11111111111111111111111111111111111111112","holder":1760230,"market":196569,"last_trade_unix_time":1746802179,"last_trade_human_time":"2025-05-09T14:49:39","price":168.6163239777922,"history_1m_price":167.8048566230487,"price_change_1m_percent":0.4835779911700451,"history_5m_price":169.09729500392336,"price_change_5m_percent":-0.28443448851148007,"history_30m_price":171.0111537830427,"price_change_30m_percent":-1.4003939230120266,"history_1h_price":173.19810480366027,"price_change_1h_percent":-2.6453989384364425,"history_2h_price":172.2847660639025,"price_change_2h_percent":-2.1292898785662997,"history_4h_price":170.20060302676234,"price_change_4h_percent":-0.9308304558245422,"history_6h_price":166.77262847108634,"price_change_6h_percent":1.105514450187799,"history_8h_price":163.78096525226772,"price_change_8h_percent":2.9523325363705752,"history_12h_price":162.85944689196924,"price_change_12h_percent":3.5348745164544955,"history_24h_price":157.54129242137248,"price_change_24h_percent":7.029923003803708,"unique_wallet_1m":7701,"unique_wallet_history_1m":8889,"unique_wallet_1m_change_percent":-13.364832939588256,"unique_wallet_5m":26522,"unique_wallet_history_5m":27287,"unique_wallet_5m_change_percent":-2.8035328178253383,"unique_wallet_30m":98738,"unique_wallet_history_30m":98887,"unique_wallet_30m_change_percent":-0.15067703540404703,"unique_wallet_1h":166368,"unique_wallet_history_1h":145186,"unique_wallet_1h_change_percent":14.5895609769537,"unique_wallet_2h":266222,"unique_wallet_history_2h":181521,"unique_wallet_2h_change_percent":46.661818742735,"unique_wallet_4h":383247,"unique_wallet_history_4h":275988,"unique_wallet_4h_change_percent":38.86364624548894,"unique_wallet_8h":566554,"unique_wallet_history_8h":593685,"unique_wallet_8h_change_percent":-4.569931866225355,"unique_wallet_24h":1666417,"unique_wallet_history_24h":1404422,"unique_wallet_24h_change_percent":18.65500540435852,"trade_1m":21329,"trade_history_1m":24598,"trade_1m_change_percent":-13.289698349459306,"sell_1m":11442,"sell_history_1m":13713,"sell_1m_change_percent":-16.560927586961277,"buy_1m":9887,"buy_history_1m":10885,"buy_1m_change_percent":-9.168580615525954,"volume_1m":32886.042657262,"volume_1m_usd":5569412.577064864,"volume_history_1m":36817.037119158005,"volume_history_1m_usd":6259558.328708703,"volume_1m_change_percent":-10.677107039258427,"volume_buy_1m":21175.290352262997,"volume_buy_1m_usd":3572722.6990984404,"volume_buy_history_1m":16240.604788685003,"volume_buy_history_1m_usd":2777543.101086156,"volume_buy_1m_change_percent":30.384863296569105,"volume_sell_1m":11710.752304999001,"volume_sell_1m_usd":1996689.877966424,"volume_sell_history_1m":20576.432330473006,"volume_sell_history_1m_usd":3482015.227622547,"volume_sell_1m_change_percent":-43.08657537460578,"trade_5m":113382,"trade_history_5m":126445,"trade_5m_change_percent":-10.330973941239275,"sell_5m":63801,"sell_history_5m":71439,"sell_5m_change_percent":-10.691639020702977,"buy_5m":49581,"buy_history_5m":55006,"buy_5m_change_percent":-9.862560447951132,"volume_5m":148139.64909717703,"volume_5m_usd":25242382.01732124,"volume_history_5m":190968.88301959998,"volume_history_5m_usd":32599167.024338104,"volume_5m_change_percent":-22.42733645670808,"volume_buy_5m":76037.241803054,"volume_buy_5m_usd":12976982.958676936,"volume_buy_history_5m":95496.301480897,"volume_buy_history_5m_usd":16337365.895444943,"volume_buy_5m_change_percent":-20.37676787067568,"volume_sell_5m":72102.40729412301,"volume_sell_5m_usd":12265399.058644304,"volume_sell_history_5m":95472.58153870297,"volume_sell_history_5m_usd":16261801.12889316,"volume_sell_5m_change_percent":-24.478414501765712,"trade_30m":819946,"trade_history_30m":797963,"trade_30m_change_percent":2.7548896377400958,"sell_30m":460007,"sell_history_30m":446408,"sell_30m_change_percent":3.046316374258526,"buy_30m":359939,"buy_history_30m":351555,"buy_30m_change_percent":2.38483309866166,"volume_30m":1300593.600139237,"volume_30m_usd":222767664.984795,"volume_history_30m":1014809.626640769,"volume_history_30m_usd":176963012.98413345,"volume_30m_change_percent":28.16133844181913,"volume_buy_30m":645088.0375125521,"volume_buy_30m_usd":110334385.91274282,"volume_buy_history_30m":515256.87016754213,"volume_buy_history_30m_usd":89409857.07236338,"volume_buy_30m_change_percent":25.197367538795508,"volume_sell_30m":655505.562626685,"volume_sell_30m_usd":112433279.07205218,"volume_sell_history_30m":499552.7564732268,"volume_sell_history_30m_usd":87553155.91177008,"volume_sell_30m_change_percent":31.2184857620371,"trade_1h":1497621,"trade_history_1h":1320699,"trade_1h_change_percent":13.396087980682955,"sell_1h":838726,"sell_history_1h":721102,"sell_1h_change_percent":16.31170070253584,"buy_1h":658895,"buy_history_1h":599597,"buy_1h_change_percent":9.889642543241543,"volume_1h":2155096.4900977304,"volume_1h_usd":372099117.86534846,"volume_history_1h":1783376.1195459762,"volume_history_1h_usd":315517691.7376682,"volume_1h_change_percent":20.843632842094426,"volume_buy_1h":1074875.1483996215,"volume_buy_1h_usd":185033216.42392257,"volume_buy_history_1h":870775.027542904,"volume_buy_history_1h_usd":151538134.971131,"volume_buy_1h_change_percent":23.43890378122508,"volume_sell_1h":1080221.341698109,"volume_sell_1h_usd":187065901.4414259,"volume_sell_history_1h":912601.092003072,"volume_sell_history_1h_usd":163979556.76653722,"volume_sell_1h_change_percent":18.36730759626054,"trade_2h":2700735,"trade_history_2h":2273625,"trade_2h_change_percent":18.78541975919512,"sell_2h":1495863,"sell_history_2h":1214967,"sell_2h_change_percent":23.119640286526298,"buy_2h":1204872,"buy_history_2h":1058658,"buy_2h_change_percent":13.81125916018204,"volume_2h":3777744.0079868184,"volume_2h_usd":659336304.7277063,"volume_history_2h":4986668.953994334,"volume_history_2h_usd":876699150.961254,"volume_2h_change_percent":-24.24313619293223,"volume_buy_2h":1859472.8275801751,"volume_buy_2h_usd":321565280.427372,"volume_buy_history_2h":2552431.93778671,"volume_buy_history_2h_usd":447965734.71457183,"volume_buy_2h_change_percent":-27.148975059739318,"volume_sell_2h":1918271.180406643,"volume_sell_2h_usd":337771024.30033433,"volume_sell_history_2h":2434237.0162076233,"volume_sell_history_2h_usd":428733416.24668217,"volume_sell_2h_change_percent":-21.196203671441168,"trade_4h":5123157,"trade_history_4h":4712834,"trade_4h_change_percent":8.706502287158852,"sell_4h":2789623,"sell_history_4h":2530641,"sell_4h_change_percent":10.233849842786867,"buy_4h":2333534,"buy_history_4h":2182193,"buy_4h_change_percent":6.935271078222686,"volume_4h":8985805.366700899,"volume_4h_usd":1573444650.61512,"volume_history_4h":8303593.777521941,"volume_history_4h_usd":1399553943.2157688,"volume_4h_change_percent":8.215859391215929,"volume_buy_4h":4531957.405336594,"volume_buy_4h_usd":789561842.2425901,"volume_buy_history_4h":4305672.358770635,"volume_buy_history_4h_usd":725954295.8032504,"volume_buy_4h_change_percent":5.255510120388459,"volume_sell_4h":4453847.961364305,"volume_sell_4h_usd":783882808.3725297,"volume_sell_history_4h":3997921.418751306,"volume_sell_history_4h_usd":673599647.4125183,"volume_sell_4h_change_percent":11.404089647049664,"trade_8h":9321207,"trade_history_8h":9379085,"trade_8h_change_percent":-0.6170964438428695,"sell_8h":5046590,"sell_history_8h":5093401,"sell_8h_change_percent":-0.9190519262080483,"buy_8h":4274617,"buy_history_8h":4285684,"buy_8h_change_percent":-0.2582318248382288,"volume_8h":15955390.884366825,"volume_8h_usd":2740816553.9291916,"volume_history_8h":9435031.81369001,"volume_history_8h_usd":1548030762.8614295,"volume_8h_change_percent":69.1079712229049,"volume_buy_8h":8077437.272185957,"volume_buy_8h_usd":1383375089.9782276,"volume_buy_history_8h":4725061.174831935,"volume_buy_history_8h_usd":774623834.5994598,"volume_buy_8h_change_percent":70.94884009566843,"volume_sell_8h":7877953.612180868,"volume_sell_8h_usd":1357441463.9509637,"volume_sell_history_8h":4709970.638858074,"volume_sell_history_8h_usd":773406928.2619697,"volume_sell_8h_change_percent":67.2612042883322,"trade_24h":29336226,"trade_history_24h":24668611,"trade_24h_change_percent":18.92127205702826,"sell_24h":15999666,"sell_history_24h":13552421,"sell_24h_change_percent":18.05762232445406,"buy_24h":13336560,"buy_history_24h":11116190,"buy_24h_change_percent":19.974199793274494,"volume_24h":38792027.488995165,"volume_24h_usd":6459392062.652276,"volume_history_24h":27529677.595021047,"volume_history_24h_usd":4160810504.560139,"volume_24h_change_percent":40.90985030645982,"volume_buy_24h":19586757.81966657,"volume_buy_24h_usd":3255526835.774689,"volume_buy_history_24h":13821503.465453008,"volume_buy_history_24h_usd":2090095440.02877,"volume_buy_24h_change_percent":41.71220857863888,"volume_sell_24h":19205269.6693286,"volume_sell_24h_usd":3203865226.877587,"volume_sell_history_24h":13708174.129568037,"volume_sell_history_24h_usd":2070715064.5313692,"volume_sell_24h_change_percent":40.100858712492766},"NeonTjSjsuo3rexg9o6vHuMXw62f9V7zvmu8M8Zut44":{"address":"NeonTjSjsuo3rexg9o6vHuMXw62f9V7zvmu8M8Zut44","holder":15925,"market":18,"last_trade_unix_time":1746802079,"last_trade_human_time":"2025-05-09T14:47:59","price":0.12420729138723606,"history_1m_price":0.12420729138723606,"price_change_1m_percent":0,"history_5m_price":0.12414728918836315,"price_change_5m_percent":0.0483314611742098,"history_30m_price":0.1257361799789287,"price_change_30m_percent":-1.2159496112804191,"history_1h_price":0.1285564153653252,"price_change_1h_percent":-3.383047019263886,"history_2h_price":0.127335918828378,"price_change_2h_percent":-2.456987368472731,"history_4h_price":0.125698740869959,"price_change_4h_percent":-1.1865269869854211,"history_6h_price":0.12533027081460005,"price_change_6h_percent":-0.8960161181054185,"history_8h_price":0.12394386406068382,"price_change_8h_percent":0.21253761010973832,"history_12h_price":0.12275308532670935,"price_change_12h_percent":1.1846594785428937,"history_24h_price":0.1210786804346019,"price_change_24h_percent":2.583948669909736,"unique_wallet_1m":0,"unique_wallet_history_1m":1,"unique_wallet_1m_change_percent":-100,"unique_wallet_5m":3,"unique_wallet_history_5m":3,"unique_wallet_5m_change_percent":0,"unique_wallet_30m":11,"unique_wallet_history_30m":14,"unique_wallet_30m_change_percent":-21.428571428571427,"unique_wallet_1h":19,"unique_wallet_history_1h":8,"unique_wallet_1h_change_percent":137.5,"unique_wallet_2h":23,"unique_wallet_history_2h":45,"unique_wallet_2h_change_percent":-48.888888888888886,"unique_wallet_4h":54,"unique_wallet_history_4h":48,"unique_wallet_4h_change_percent":12.5,"unique_wallet_8h":76,"unique_wallet_history_8h":33,"unique_wallet_8h_change_percent":130.3030303030303,"unique_wallet_24h":118,"unique_wallet_history_24h":120,"unique_wallet_24h_change_percent":-1.6666666666666667,"trade_1m":0,"trade_history_1m":1,"trade_1m_change_percent":-100,"sell_1m":0,"sell_history_1m":0,"sell_1m_change_percent":null,"buy_1m":0,"buy_history_1m":1,"buy_1m_change_percent":-100,"volume_1m":0,"volume_1m_usd":0,"volume_history_1m":79.862867037,"volume_history_1m_usd":9.919785,"volume_1m_change_percent":-100,"volume_buy_1m":0,"volume_buy_1m_usd":0,"volume_buy_history_1m":79.862867037,"volume_buy_history_1m_usd":9.919785,"volume_buy_1m_change_percent":-100,"volume_sell_1m":0,"volume_sell_1m_usd":0,"volume_sell_history_1m":0,"volume_sell_history_1m_usd":0,"volume_sell_1m_change_percent":null,"trade_5m":3,"trade_history_5m":3,"trade_5m_change_percent":0,"sell_5m":0,"sell_history_5m":2,"sell_5m_change_percent":-100,"buy_5m":3,"buy_history_5m":1,"buy_5m_change_percent":200,"volume_5m":518.532281063,"volume_5m_usd":64.394683,"volume_history_5m":544.339203843,"volume_history_5m_usd":67.282128,"volume_5m_change_percent":-4.740963465024143,"volume_buy_5m":518.532281063,"volume_buy_5m_usd":64.394683,"volume_buy_history_5m":135.449365223,"volume_buy_history_5m_usd":16.816176,"volume_buy_5m_change_percent":282.8237070061592,"volume_sell_5m":0,"volume_sell_5m_usd":0,"volume_sell_history_5m":408.88983862,"volume_sell_history_5m_usd":50.465952,"volume_sell_5m_change_percent":-100,"trade_30m":24,"trade_history_30m":49,"trade_30m_change_percent":-51.02040816326531,"sell_30m":12,"sell_history_30m":30,"sell_30m_change_percent":-60,"buy_30m":12,"buy_history_30m":19,"buy_30m_change_percent":-36.84210526315789,"volume_30m":32306.264221494,"volume_30m_usd":4030.288435322418,"volume_history_30m":59684.326486043996,"volume_history_30m_usd":7469.499588545696,"volume_30m_change_percent":-45.87144377167734,"volume_buy_30m":16283.755177089,"volume_buy_30m_usd":2040.2546082400142,"volume_buy_history_30m":18300.105601477,"volume_buy_history_30m_usd":2295.4225363394503,"volume_buy_30m_change_percent":-11.018244748408776,"volume_sell_30m":16022.509044405,"volume_sell_30m_usd":1990.033827082404,"volume_sell_history_30m":41384.220884566996,"volume_sell_history_30m_usd":5174.077052206246,"volume_sell_30m_change_percent":-61.283531012709936,"trade_1h":69,"trade_history_1h":17,"trade_1h_change_percent":305.88235294117646,"sell_1h":42,"sell_history_1h":7,"sell_1h_change_percent":500,"buy_1h":27,"buy_history_1h":10,"buy_1h_change_percent":170,"volume_1h":82384.74373696599,"volume_1h_usd":10292.237858328092,"volume_history_1h":3564.2949645470003,"volume_history_1h_usd":454.32065689977003,"volume_1h_change_percent":2211.38961720124,"volume_buy_1h":24978.013807993997,"volume_buy_1h_usd":3128.126979039443,"volume_buy_history_1h":2523.265494998,"volume_buy_history_1h_usd":322.2482526219116,"volume_buy_1h_change_percent":889.9082699584808,"volume_sell_1h":57406.729928971996,"volume_sell_1h_usd":7164.110879288649,"volume_sell_history_1h":1041.0294695490002,"volume_sell_history_1h_usd":132.07240427785842,"volume_sell_1h_change_percent":5414.4192943780945,"trade_2h":86,"trade_history_2h":270,"trade_2h_change_percent":-68.14814814814815,"sell_2h":49,"sell_history_2h":139,"sell_2h_change_percent":-64.74820143884892,"buy_2h":37,"buy_history_2h":131,"buy_2h_change_percent":-71.7557251908397,"volume_2h":85949.038701513,"volume_2h_usd":10746.558515227862,"volume_history_2h":121116.066490666,"volume_history_2h_usd":15340.380299133165,"volume_2h_change_percent":-29.035807393780576,"volume_buy_2h":27501.279302991996,"volume_buy_2h_usd":3450.3752316613545,"volume_buy_history_2h":59906.41115064099,"volume_buy_history_2h_usd":7619.477501910608,"volume_buy_2h_change_percent":-54.092927994239005,"volume_sell_2h":58447.759398521,"volume_sell_2h_usd":7296.183283566507,"volume_sell_history_2h":61209.655340025005,"volume_sell_history_2h_usd":7720.902797222558,"volume_sell_2h_change_percent":-4.512189990552036,"trade_4h":398,"trade_history_4h":298,"trade_4h_change_percent":33.557046979865774,"sell_4h":207,"sell_history_4h":170,"sell_4h_change_percent":21.764705882352942,"buy_4h":191,"buy_history_4h":128,"buy_4h_change_percent":49.21875,"volume_4h":227158.78789799998,"volume_4h_usd":28606.589461036434,"volume_history_4h":182988.70116253902,"volume_history_4h_usd":22853.481010176198,"volume_4h_change_percent":24.138149762715162,"volume_buy_4h":102252.90269332401,"volume_buy_4h_usd":12933.95725902829,"volume_buy_history_4h":83234.866083524,"volume_buy_history_4h_usd":10419.548846173395,"volume_buy_4h_change_percent":22.84864204709107,"volume_sell_4h":124905.88520467599,"volume_sell_4h_usd":15672.632202008142,"volume_sell_history_4h":99753.835079015,"volume_sell_history_4h_usd":12433.932164002801,"volume_sell_4h_change_percent":25.214118440396856,"trade_8h":567,"trade_history_8h":137,"trade_8h_change_percent":313.8686131386861,"sell_8h":311,"sell_history_8h":63,"sell_8h_change_percent":393.6507936507936,"buy_8h":256,"buy_history_8h":74,"buy_8h_change_percent":245.94594594594597,"volume_8h":354287.212231586,"volume_8h_usd":44429.920860648606,"volume_history_8h":168314.641242657,"volume_history_8h_usd":20661.27679053176,"volume_8h_change_percent":110.49102420080898,"volume_buy_8h":160253.477232887,"volume_buy_8h_usd":20180.43414548757,"volume_buy_history_8h":88467.665032377,"volume_buy_history_8h_usd":10904.625741904958,"volume_buy_8h_change_percent":81.14355925889775,"volume_sell_8h":194033.73499869902,"volume_sell_8h_usd":24249.486715161038,"volume_sell_history_8h":79846.97621028,"volume_sell_history_8h_usd":9756.651048626803,"volume_sell_8h_change_percent":143.00699188370504,"trade_24h":1134,"trade_history_24h":875,"trade_24h_change_percent":29.599999999999998,"sell_24h":612,"sell_history_24h":461,"sell_24h_change_percent":32.75488069414317,"buy_24h":522,"buy_history_24h":414,"buy_24h_change_percent":26.08695652173913,"volume_24h":838772.492908917,"volume_24h_usd":103602.6151341583,"volume_history_24h":1065654.20492195,"volume_history_24h_usd":123913.53811871028,"volume_24h_change_percent":-21.29036895506362,"volume_buy_24h":392626.32190174906,"volume_buy_24h_usd":48695.964598773375,"volume_buy_history_24h":487588.68761235796,"volume_buy_history_24h_usd":56983.39472233019,"volume_buy_24h_change_percent":-19.475916509799287,"volume_sell_24h":446146.17100716796,"volume_sell_24h_usd":54906.65053538493,"volume_sell_history_24h":578065.517309592,"volume_sell_history_24h_usd":66930.1433963801,"volume_sell_24h_change_percent":-22.82082953440943}},"success":true}}}}}},"DefiTokenNewListing":{"description":"JSON object containing a list of newly listed tokens","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DefiTokenNewListingResponse"},"examples":{"NewListing":{"value":{"success":true,"data":{"items":[{"address":"6Zk9e3nfXdYLXHYu5NvDiPHGMcjujVBv6gWRr7ckSdhP","symbol":"TOPCAT","name":"TOPCAT","decimals":9,"source":"raydium","liquidityAddedAt":"2024-09-18T17:59:23","logoURI":null,"liquidity":15507.41635596545},{"address":"DsWUsiseYxAHZXEvq5cVcymYaohk8Gpe8E4otsjFpump","symbol":"Onigiri","name":"Onigiri","decimals":6,"source":"raydium","liquidityAddedAt":"2024-09-18T17:57:14","logoURI":"https://ipfs.io/ipfs/QmfXbLtRVuTTkazYqQix4R8FYW4Xkj2ZEnWKhLpGugaLQr","liquidity":32994.397007045525}]}}}}}}},"DefiTokenHolder":{"description":"JSON object containing a list of token holder","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DefiTokenHolderResponse"},"examples":{"SolanaScaledUIAmount":{"value":{"success":true,"data":{"items":[{"amount":"4995300410087424","decimals":9,"mint":"So11111111111111111111111111111111111111112","owner":"AVzP2GeRmqGphJsMxWoqjpUifPpCret7LqWhD8NWQK49","token_account":"BUvduFTd2sWFagCunBPLupG8fBTJqweLw9DuhruNFSCm","ui_amount":4995300.410087424,"is_scaled_ui_token":false,"multiplier":null}]}}},"SPLTokenTopHolder":{"value":{"success":true,"data":{"items":[{"amount":"100000000000","decimals":9,"mint":"7GCihgDB8fe6KNjn2MYtkzZcRjQy3t9GHdC8uHYmW2hr","owner":"6Zk9e3nfXdYLXHYu5NvDiPHGMcjujVBv6gWRr7ckSdhP","token_account":"HdmGPmTkBgsiJcyVDgiGkYdTZr4h5XmpjYoUjU2rapf4","ui_amount":100},{"amount":"90000000000","decimals":9,"mint":"7GCihgDB8fe6KNjn2MYtkzZcRjQy3t9GHdC8uHYmW2hr","owner":"5Q544fKrFoe6tsEbD7S8EmxGTJYAKtTVhAW5Q5pge4j1","token_account":"EauuZAnB7CcnCrwvCMcnb2Rjk12Ecs13ycAZQBb5tLYM","ui_amount":90}]}}}}}}},"DefiTokenMintBurnTxs":{"description":"JSON object containing a list of mint/burn transactions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DefiTokenMintBurnTxsResponse"},"examples":{"MintBurnTxs":{"value":{"success":true,"data":{"items":[{"amount":"870","block_human_time":"2024-11-08T07:28:18.000Z","block_time":1731050898,"common_type":"burn","decimals":0,"mint":"fueL3hBZjLLLJHiFH9cqZoozTG3XQZ53diwFPwbzNim","program_id":"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA","slot":300145960,"tx_hash":"TyqmrBiZaW6bXsm6fV1owkVL2ea3PF2rbHPNZQtQrLYiZVThHEmkcD4QHKw37W43nyUdrFSdNr2xxTPZkPBY3pZ","ui_amount":870,"ui_amount_string":"870"}]}}}}}}},"DefiTokenListV3":{"description":"JSON object containing a list of token","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DefiTokenListV3Response"},"examples":{"SolanaScaledUIAmount":{"value":{"success":true,"data":{"items":[{"address":"So11111111111111111111111111111111111111112","logo_uri":"https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/So11111111111111111111111111111111111111112/logo.png","name":"Wrapped SOL","symbol":"SOL","decimals":9,"extensions":{"coingecko_id":"solana","serum_v3_usdc":"9wFFyRfZBsuAha4YcuxcXLKwMxJR43S7fPfQLusDBzvT","serum_v3_usdt":"HWHvQhFmJB3NUcu1aihKmrKegfVxBEHzwVX6yZCKEsi1","website":"https://solana.com/","telegram":null,"twitter":"https://twitter.com/solana","description":"Wrapped Solana ","discord":"https://discordapp.com/invite/pquxPsq","medium":"https://medium.com/solana-labs"},"market_cap":100119664431.51688,"fdv":112672175707.38792,"total_supply":607331645.8349773,"circulating_supply":539665463.3820738,"liquidity":23353595552.52654,"last_trade_unix_time":1754885383,"volume_1h_usd":443688491.34178054,"volume_1h_change_percent":-1.714504394496686,"volume_2h_usd":861291542.4427114,"volume_2h_change_percent":-3.5864189799692134,"volume_4h_usd":1747234746.548523,"volume_4h_change_percent":-8.826330954721023,"volume_8h_usd":3423287365.9121313,"volume_8h_change_percent":8.888103083472839,"volume_24h_usd":9530159635.659721,"volume_24h_change_percent":-1.3364377681566488,"volume_7d_usd":44776616773.85637,"volume_7d_change_percent":-4.490473727713475,"volume_30d_usd":194809679362.42694,"volume_30d_change_percent":-11.806191109609804,"trade_1h_count":1535608,"trade_2h_count":2948829,"trade_4h_count":5684776,"trade_8h_count":11119027,"trade_24h_count":31542138,"trade_7d_count":151448507,"trade_30d_count":666734917,"buy_24h":13941877,"buy_24h_change_percent":-2.1854401371296177,"volume_buy_24h_usd":4728527789.759392,"volume_buy_24h_change_percent":-1.6920149268570155,"sell_24h":17600261,"sell_24h_change_percent":-3.143992919930877,"volume_sell_24h_usd":4801631845.900329,"volume_sell_24h_change_percent":-0.9837807096207587,"buy_7d":62405012,"buy_7d_change_percent":-2.9000492307002896,"volume_buy_7d_usd":21913747848.287697,"volume_buy_7d_change_percent":-4.373314066523053,"buy_30d":273142584,"buy_30d_change_percent":-10.964893920828219,"volume_buy_30d_usd":95177822772.74564,"volume_buy_30d_change_percent":-12.672501751867692,"sell_7d":89043495,"sell_7d_change_percent":-6.44253507663079,"volume_sell_7d_usd":22862868925.56867,"volume_sell_7d_change_percent":-4.602503467697474,"sell_30d":393592333,"sell_30d_change_percent":-7.507152214571946,"volume_sell_30d_usd":99631856589.68129,"volume_sell_30d_change_percent":-10.962345770960217,"unique_wallet_24h":1262031,"unique_wallet_24h_change_percent":-26.286938857043396,"price":185.56395800803165,"price_change_1h_percent":0.4114972388399392,"price_change_2h_percent":0.4575777911423116,"price_change_4h_percent":1.8680908355708248,"price_change_8h_percent":1.3798037663979583,"price_change_24h_percent":0.5817906810497413,"price_change_7d_percent":-6.276199085335215,"price_change_30d_percent":-10.863860572329296,"holder":3472550,"recent_listing_time":null,"is_scaled_ui_token":false,"multiplier":null}],"hasNext":true}}},"TokenListV3Data":{"value":{"data":{"items":[{"address":"So11111111111111111111111111111111111111112","logo_uri":"https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/So11111111111111111111111111111111111111112/logo.png","name":"Wrapped SOL","symbol":"SOL","decimals":9,"extensions":{"coingecko_id":"solana","serum_v3_usdc":"9wFFyRfZBsuAha4YcuxcXLKwMxJR43S7fPfQLusDBzvT","serum_v3_usdt":"HWHvQhFmJB3NUcu1aihKmrKegfVxBEHzwVX6yZCKEsi1","website":"https://solana.com/","telegram":null,"twitter":"https://twitter.com/solana","description":"Wrapped Solana ","discord":"https://discordapp.com/invite/pquxPsq","medium":"https://medium.com/solana-labs"},"market_cap":70986064152.41452,"fdv":83119267824.4418,"liquidity":21550102465.71004,"total_supply":607331645.8349773,"circulating_supply":539665463.3820738,"last_trade_unix_time":1741400559,"volume_1h_usd":114732972.33349997,"volume_1h_change_percent":26.600242887580787,"volume_2h_usd":197164311.91243982,"volume_2h_change_percent":-24.201147221219546,"volume_4h_usd":494857896.4547814,"volume_4h_change_percent":-37.41364293011281,"volume_8h_usd":1249189237.4290442,"volume_8h_change_percent":1.7083969276685818,"volume_24h_usd":3362990076.206178,"volume_24h_change_percent":17.12828046192169,"volume_7d_usd":44776616773.85637,"volume_7d_change_percent":-4.490473727713475,"volume_30d_usd":194809679362.42694,"volume_30d_change_percent":-11.806191109609804,"trade_1h_count":1023528,"trade_2h_count":1904835,"trade_4h_count":4538696,"trade_8h_count":9721597,"trade_24h_count":26369792,"trade_7d_count":151448507,"trade_30d_count":666734917,"buy_24h":14771154,"buy_24h_change_percent":7.746892343149886,"volume_buy_24h_usd":4993762682.777149,"volume_buy_24h_change_percent":10.97366285493131,"sell_24h":18141313,"sell_24h_change_percent":2.5983034387059663,"volume_sell_24h_usd":4943234699.7945595,"volume_sell_24h_change_percent":9.47816681940243,"buy_7d":62405012,"buy_7d_change_percent":-2.9000492307002896,"volume_buy_7d_usd":21913747848.287697,"volume_buy_7d_change_percent":-4.373314066523053,"buy_30d":273142584,"buy_30d_change_percent":-10.964893920828219,"volume_buy_30d_usd":95177822772.74564,"volume_buy_30d_change_percent":-12.672501751867692,"sell_7d":89043495,"sell_7d_change_percent":-6.44253507663079,"volume_sell_7d_usd":22862868925.56867,"volume_sell_7d_change_percent":-4.602503467697474,"sell_30d":393592333,"sell_30d_change_percent":-7.507152214571946,"volume_sell_30d_usd":99631856589.68129,"volume_sell_30d_change_percent":-10.962345770960217,"unique_wallet_24h":1262031,"unique_wallet_24h_change_percent":-26.286938857043396,"price":139.52300907321856,"price_change_1h_percent":0.003981660688414792,"price_change_2h_percent":0.5243251304288506,"price_change_4h_percent":-1.3858689583782735,"price_change_8h_percent":-3.8244082037697713,"price_change_24h_percent":-0.5479088778176531,"price_change_7d_percent":-6.276199085335215,"price_change_30d_percent":-10.863860572329296,"holder":1420526,"recent_listing_time":null}],"has_next":true},"success":true}}}}}},"DefiTokenListV3Scroll":{"description":"JSON object containing a list of token","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DefiTokenListV3ScrollResponse"},"examples":{"SolanaScaledUIAmount":{"value":{"success":true,"data":{"items":[{"address":"So11111111111111111111111111111111111111112","logo_uri":"https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/So11111111111111111111111111111111111111112/logo.png","name":"Wrapped SOL","symbol":"SOL","decimals":9,"extensions":{"coingecko_id":"solana","serum_v3_usdc":"9wFFyRfZBsuAha4YcuxcXLKwMxJR43S7fPfQLusDBzvT","serum_v3_usdt":"HWHvQhFmJB3NUcu1aihKmrKegfVxBEHzwVX6yZCKEsi1","website":"https://solana.com/","telegram":null,"twitter":"https://twitter.com/solana","description":"Wrapped Solana ","discord":"https://discordapp.com/invite/pquxPsq","medium":"https://medium.com/solana-labs"},"market_cap":100119664431.51688,"fdv":112672175707.38792,"total_supply":607331645.8349773,"circulating_supply":539665463.3820738,"liquidity":23353595552.52654,"last_trade_unix_time":1754885383,"volume_1h_usd":443688491.34178054,"volume_1h_change_percent":-1.714504394496686,"volume_2h_usd":861291542.4427114,"volume_2h_change_percent":-3.5864189799692134,"volume_4h_usd":1747234746.548523,"volume_4h_change_percent":-8.826330954721023,"volume_8h_usd":3423287365.9121313,"volume_8h_change_percent":8.888103083472839,"volume_24h_usd":9530159635.659721,"volume_24h_change_percent":-1.3364377681566488,"trade_1h_count":1535608,"trade_2h_count":2948829,"trade_4h_count":5684776,"trade_8h_count":11119027,"trade_24h_count":31542138,"buy_24h":13941877,"buy_24h_change_percent":-2.1854401371296177,"volume_buy_24h_usd":4728527789.759392,"volume_buy_24h_change_percent":-1.6920149268570155,"sell_24h":17600261,"sell_24h_change_percent":-3.143992919930877,"volume_sell_24h_usd":4801631845.900329,"volume_sell_24h_change_percent":-0.9837807096207587,"unique_wallet_24h":1262031,"unique_wallet_24h_change_percent":-26.286938857043396,"price":185.56395800803165,"price_change_1h_percent":0.4114972388399392,"price_change_2h_percent":0.4575777911423116,"price_change_4h_percent":1.8680908355708248,"price_change_8h_percent":1.3798037663979583,"price_change_24h_percent":0.5817906810497413,"holder":3472550,"recent_listing_time":null,"is_scaled_ui_token":false,"multiplier":null}],"hasNext":true}}},"TokenListV3ScrollData":{"value":{"data":{"next_scroll_id":"FGluY2x1ZGVfY29udGV4dF91dWlkDXF1ZXJ5QW5kRmV0Y2gBFmZGREI3THl5UlBDOVVJbzNTMXNvR3cAAAAAAHBZkRZzbmcwdVpNdlRlcW1qdll2eFhBMnd3","scroll_time":"30s","items":[{"address":"So11111111111111111111111111111111111111112","logo_uri":"https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/So11111111111111111111111111111111111111112/logo.png","name":"Wrapped SOL","symbol":"SOL","decimals":9,"extensions":null,"market_cap":80713028194.94469,"fdv":80681317625.50807,"liquidity":102195454231.63649,"total_supply":607331645.8349773,"circulating_supply":539665463.3820738,"last_trade_unix_time":1740624839,"volume_1h_usd":119052838.8883853,"volume_1h_change_percent":-30.676240518398508,"volume_2h_usd":347643855.9198067,"volume_2h_change_percent":-36.688231416663434,"volume_4h_usd":836575903.2292848,"volume_4h_change_percent":52.61914024534799,"volume_8h_usd":1576625036.3259573,"volume_8h_change_percent":6.480949870721473,"volume_24h_usd":1577428262.8046324,"volume_24h_change_percent":1510.6913892846712,"trade_1h_count":975539,"trade_2h_count":2036713,"trade_4h_count":3892579,"trade_8h_count":6655047,"trade_24h_count":6658133,"buy_24h":14771154,"buy_24h_change_percent":7.746892343149886,"volume_buy_24h_usd":4993762682.777149,"volume_buy_24h_change_percent":10.97366285493131,"sell_24h":18141313,"sell_24h_change_percent":2.5983034387059663,"volume_sell_24h_usd":4943234699.7945595,"volume_sell_24h_change_percent":9.47816681940243,"unique_wallet_24h":1262031,"unique_wallet_24h_change_percent":-26.286938857043396,"price":135.60243562980554,"price_change_1h_percent":-1.2205896217256513,"price_change_2h_percent":-0.7972262955887118,"price_change_4h_percent":-0.5530869831453828,"price_change_8h_percent":3.0142100916272554,"price_change_24h_percent":null,"holder":89514,"recent_listing_time":1736177092}]},"success":true}}}}}},"DefiTokenTopTraded":{"description":"JSON object containing a list of top traded tokens","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DefiTokenTopTradedResponse"},"examples":{"SolanaScaledUIAmount":{"value":{"success":true,"data":{"items":[{"tokenAddress":"So11111111111111111111111111111111111111112","owner":"MfDuWeqSHEqTFVYZ7LoexgAK9dxk7cy4DFJWjWMGVWa","tags":[],"type":"24h","volume":1649180.8809921234,"trade":195729,"tradeBuy":101729,"tradeSell":94000,"volumeBuy":827695.1022708704,"volumeSell":821485.7787212529,"isScaledUiToken":false,"multiplier":null}]}}},"Tokens":{"value":{"success":true,"data":{"items":[{"tokenAddress":"So11111111111111111111111111111111111111112","owner":"MfDuWeqSHEqTFVYZ7LoexgAK9dxk7cy4DFJWjWMGVWa","tags":[],"type":"24h","volume":675542.1369220349,"trade":74194,"tradeBuy":38909,"tradeSell":35285,"volumeBuy":372626.71744350606,"volumeSell":302915.4194785288},{"tokenAddress":"So11111111111111111111111111111111111111112","owner":"YubQzu18FDqJRyNfG8JqHmsdbxhnoQqcKUHBdUkN6tP","tags":[],"type":"24h","volume":188500.06136997032,"trade":35531,"tradeBuy":17249,"tradeSell":18282,"volumeBuy":94139.68529835819,"volumeSell":94360.37607161213}]}}}}}}},"TraderGainerLoserList":{"description":"JSON object containing a list of top gainer loser traders","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TraderGainerLoserResponse"},"examples":{"GainerList":{"value":{"success":true,"data":{"items":[{"network":"solana","address":"FciNKwZAvSzepKH1nFEGeejzbP4k87dJiP9BAzGt2Sm3","pnl":675542.1369220349,"trade_count":74194,"volume":1372626.717443506},{"network":"solana","address":"Habp5bncMSsBC3vkChyebepym5dcTNRYeg2LVG464E96","pnl":175542.1369220349,"trade_count":20,"volume":1372626.717443506}]}}},"LoserList":{"value":{"success":true,"data":{"items":[{"network":"solana","address":"FciNKwZAvSzepKH1nFEGeejzbP4k87dJiP9BAzGt2Sm3","pnl":-675542.1369220349,"trade_count":74194,"volume":1372626.717443506},{"network":"solana","address":"Habp5bncMSsBC3vkChyebepym5dcTNRYeg2LVG464E96","pnl":-175542.1369220349,"trade_count":20,"volume":1372626.717443506}]}}}}}}},"DefiTokenMarkets":{"description":"JSON object containing a list of markets of a token","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DefiTokenMarketsResponse"},"examples":{"Markets":{"value":{"success":true,"data":{"items":[{"address":"Jito4APyf642JPZPx3hGc6WWJ8zPKtRbRs4P815Awbb","base":{"address":"J1toso1uCk3RLmjorhTtrVwY9HJ7X8V9yYac6Y7kGCPn","decimals":9,"symbol":"JitoSOL","icon":"https://img.fotofolio.xyz/?url=https%3A%2F%2Fstorage.googleapis.com%2Ftoken-metadata%2FJitoSOL-256.png"},"createdAt":"2024-05-28T07:19:22.813Z","liquidity":1733225301.1348372,"name":"JitoSOL-SOL","price":null,"quote":{"address":"So11111111111111111111111111111111111111112","decimals":9,"icon":"https://img.fotofolio.xyz/?url=https%3A%2F%2Fraw.githubusercontent.com%2Fsolana-labs%2Ftoken-list%2Fmain%2Fassets%2Fmainnet%2FSo11111111111111111111111111111111111111112%2Flogo.png","symbol":"SOL"},"source":"Stake Pool","trade24h":1021,"trade24hChangePercent":72.46621621621621,"uniqueWallet24h":382,"uniqueWallet24hChangePercent":-13.769751693002258,"volume24h":7610352.270776577}],"total":1523}}}}}}},"AlltimeTradesResponse":{"description":"All time trading statistics by token address","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string","example":"So11111111111111111111111111111111111111112"},"total_volume":{"type":"number","example":158766463.26959822},"total_volume_usd":{"type":"number","example":20188521260.405678},"volume_buy_usd":{"type":"number","example":20188521260.405678},"volume_sell_usd":{"type":"number","example":20188521260.405678},"volume_buy":{"type":"number","example":78227859.16098201},"volume_sell":{"type":"number","example":80538604.1086162},"total_trade":{"type":"number","example":258522892},"buy":{"type":"number","example":87829497},"sell":{"type":"number","example":170693395}}}},"success":{"type":"boolean","example":true}}}}}},"AlltimePricesResponse":{"description":"All time high/low prices statistics by token address","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string","example":"So11111111111111111111111111111111111111112"},"highest_price":{"type":"number","example":158766463.26959822},"highest_price_timestamp":{"type":"number","example":20188521260},"v_highest_price":{"type":"number","example":20188521260.405678},"v_usd_highest_price":{"type":"number","example":20188521260.405678},"lowest_price":{"type":"number","example":158766463.26959822},"lowest_price_timestamp":{"type":"number","example":20188521260},"v_lowest_price":{"type":"number","example":20188521260.405678},"v_usd_lowest_price":{"type":"number","example":20188521260.405678}}}},"success":{"type":"boolean","example":true}}}}}},"AlltimeSingleTradeResponse":{"description":"All time trading statistics by token address","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"address":{"type":"string","example":"So11111111111111111111111111111111111111112"},"total_volume":{"type":"number","example":158766463.26959822},"total_volume_usd":{"type":"number","example":20188521260.405678},"volume_buy_usd":{"type":"number","example":20188521260.405678},"volume_sell_usd":{"type":"number","example":20188521260.405678},"volume_buy":{"type":"number","example":78227859.16098201},"volume_sell":{"type":"number","example":80538604.1086162},"total_trade":{"type":"number","example":258522892},"buy":{"type":"number","example":87829497},"sell":{"type":"number","example":170693395}}},"success":{"type":"boolean","example":true}}}}}},"AlltimeSinglePriceResponse":{"description":"All time high/low prices statistics by token address","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"address":{"type":"string","example":"So11111111111111111111111111111111111111112"},"highest_price":{"type":"number","example":158766463.26959822},"highest_price_timestamp":{"type":"number","example":20188521260},"v_highest_price":{"type":"number","example":20188521260.405678},"v_usd_highest_price":{"type":"number","example":20188521260.405678},"lowest_price":{"type":"number","example":158766463.26959822},"lowest_price_timestamp":{"type":"number","example":20188521260},"v_lowest_price":{"type":"number","example":20188521260.405678},"v_usd_lowest_price":{"type":"number","example":20188521260.405678}}},"success":{"type":"boolean","example":true}}}}}},"DefiTokenExitLiquidity":{"description":"JSON object containing exit liquidity data of a specific token","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DefiTokenExitLiquidityResponse"},"examples":{"TokenExitLiquidity":{"value":{"data":{"token":"0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42","exit_liquidity":6787432.938612048,"liquidity":10355070.125772206,"price":{"value":1.1515311597782227,"update_unix_time":1750385475,"update_human_time":"2025-06-20T02:11:15","update_in_slot":31798064},"currency":"USD","address":"0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42","name":"EURC","symbol":"EURC","decimals":6,"extensions":{"twitter":"https://twitter.com/circlepay","website":"https://www.circle.com","telegram":null},"logo_uri":"https://coin-images.coingecko.com/coins/images/26045/small/euro.png?1696525125"},"success":true}}}}}},"DefiTokenExitLiquidityMultiple":{"description":"JSON object containing exit liquidity data of multiple tokens","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DefiTokenExitLiquidityMultipleResponse"},"examples":{"TokenMarketDataMultiple":{"value":{"data":{"items":[{"token":"0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42","exit_liquidity":6719817.16468568,"liquidity":10277766.97799163,"price":{"value":1.1516170107394188,"update_unix_time":1750385591,"update_human_time":"2025-06-20T02:13:11","update_in_slot":31798122},"currency":"USD","address":"0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42","name":"EURC","symbol":"EURC","decimals":6,"extensions":{"twitter":"https://twitter.com/circlepay","website":"https://www.circle.com","telegram":null},"logo_uri":"https://coin-images.coingecko.com/coins/images/26045/small/euro.png?1696525125"},{"token":"0xD7eA1d4d2528fc6Ff010006694C3489f386e2532","exit_liquidity":162397.14079820755,"liquidity":324794.2815964151,"price":{"value":0.0016673684083016622,"update_unix_time":1750385591,"update_human_time":"2025-06-20T02:13:11","update_in_slot":31798122},"currency":"USD","address":"0xD7eA1d4d2528fc6Ff010006694C3489f386e2532","name":"JPmorgan Dollar","symbol":"JPMD","decimals":18,"extensions":{"twitter":null,"website":null,"telegram":null},"logo_uri":"https://dd.dexscreener.com/ds-data/tokens/base/0xd7ea1d4d2528fc6ff010006694c3489f386e2532.png?size=xl"}]},"success":true}}}}}},"TokenHolderBatch":{"description":"JSON object containing held of list owner","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommonResponseType"},"examples":{"TokenMarketDataMultiple":{"value":{"data":{"items":[{"balance":"2039280","decimals":9,"mint":"So11111111111111111111111111111111111111112","owner":"2fgUSSpZFi8PjyhbrETSeLutJpFsuCfWsk2H6gb3Reye","amount":0.00203928},{"balance":"1563400084419","decimals":9,"mint":"So11111111111111111111111111111111111111112","owner":"CZY9M9BywshFAFjPw7uLgXw9yGtNL26YypLCJdewiHo","amount":1563.400084419},{"balance":"4961135742857367","decimals":9,"mint":"So11111111111111111111111111111111111111112","owner":"5Q544fKrFoe6tsEbD7S8EmxGTJYAKtTVhAW5Q5pge4j1","amount":4961135.742857367}]},"success":true}}}}}},"DefiMemeListResponse":{"description":"JSON object containing a list of meme token","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TraversableArrayOfObjectResponseType"},"examples":{"MemeTokenListData":{"value":{"data":{"items":[{"address":"AYKYhju2mTQtR7MQdXwiWyEwCTTYrU3oTT4zkBtkmoon","logo_uri":"https://imagedelivery.net/TKv7KPMH2OHcr6ck7xjakw/21a93529-e58b-4975-55af-4d41af32f500/public","name":"CryptoStop","symbol":"CST","decimals":9,"extensions":null,"market_cap":10029.10632246309,"fdv":10029.10632246309,"liquidity":12242.094226513347,"last_trade_unix_time":1753255897,"volume_1h_usd":235.11977278340453,"volume_1h_change_percent":52.37871950362558,"volume_2h_usd":383.10579518803587,"volume_2h_change_percent":-25.737252324323144,"volume_4h_usd":931.3254995946224,"volume_4h_change_percent":-49.354266487949076,"volume_8h_usd":2743.069549449229,"volume_8h_change_percent":-97.26138638848936,"volume_24h_usd":102534.05700111619,"volume_24h_change_percent":null,"volume_7d_usd":102534.05700111619,"volume_7d_change_percent":null,"volume_30d_usd":102534.05700111619,"volume_30d_change_percent":null,"trade_1h_count":4,"trade_2h_count":11,"trade_4h_count":16,"trade_8h_count":40,"trade_24h_count":1893,"trade_7d_count":1893,"trade_30d_count":1893,"price":0.000010058942924819541,"price_change_1h_percent":8.271165093090064,"price_change_2h_percent":2.1377057711345255,"price_change_4h_percent":1.4128562857622766,"price_change_8h_percent":-34.58129190021828,"price_change_24h_percent":-85.0011848107867,"price_change_7d_percent":-85.0011848107867,"price_change_30d_percent":-85.0011848107867,"holder":154,"recent_listing_time":1753043373,"meme_info":{"source":"moonshot","platform_id":"MoonCVVNZFSYkqNXP6bxHLPL6QQJiMagDL3qcqUQTrG","address":"AYKYhju2mTQtR7MQdXwiWyEwCTTYrU3oTT4zkBtkmoon","created_at":{"tx_hash":"5FRnyAQPYnCgoF6rCdTdQUbL8E5rwdXSJFCQzQmSqjU5za5chA9oQgFSKPZmZ3KjmDW9xHs29GaQFYJx2y1HcKt2","slot":354628160,"block_time":1753043373},"creation_time":1753043373,"creator":"HtsetQ2pGkUtTm48Z3F378ojyrbDiHWppMzrWckGhLmS","graduated":true,"graduated_time":1753214231,"pool":{"address":"5HjW2SwFU1JPRGQGghuGWHhfN26Y1wGRTUYK9fx4s11T","curve_amount":"199159017507691861","total_supply":"1000000000000000000","marketcap_threshold":"345000000000","coef_b":"25","bump":"253"},"progress_percent":100,"graduated_at":{"block_time":1753214231,"slot":355060079,"tx_hash":"58MySb9W8vApR4UeETLrU53tdkqVSJzuV9mZ34kxUN36TFRwbYvmY3tARDX3X8mdkUdbLVRFXDDCZYGnraNGwCQ2"}}},{"address":"AWs6cxJNiEwrVnXu71uqmXCJULe1PxZSDx7MxYQxbonk","logo_uri":"https://ipfs.io/ipfs/bafkreig3bgqzvlvhxhx55yl7i7tppzvl5uzpvov4rpt26cv4asrbswvaf4","name":"venustwofacecat","symbol":"Venus","decimals":6,"extensions":{"twitter":"https://x.com/i/communities/1947448738944815245","website":"https://www.instagram.com/venustwofacecat","description":"Why fit in when you were born to stand out?"},"market_cap":4914.281770113641,"fdv":4914.281770113641,"liquidity":8117.992786759937,"last_trade_unix_time":1753255896,"volume_1h_usd":697.0690500797657,"volume_1h_change_percent":33.87172909699282,"volume_2h_usd":1204.417865604346,"volume_2h_change_percent":-3.947266087241297,"volume_4h_usd":2446.9049222753542,"volume_4h_change_percent":-90.86373950071808,"volume_8h_usd":131821.93451235816,"volume_8h_change_percent":21.443513195340387,"volume_24h_usd":327184.4163982051,"volume_24h_change_percent":null,"trade_1h_count":7,"trade_2h_count":15,"trade_4h_count":32,"trade_8h_count":1270,"trade_24h_count":3076,"price":0.000004914473979143357,"price_change_1h_percent":2.2606451619729317,"price_change_2h_percent":-0.9178555497059333,"price_change_4h_percent":7.005326917392453,"price_change_8h_percent":-95.45733159513212,"price_change_24h_percent":-86.38524988082759,"holder":116,"recent_listing_time":1753222103,"meme_info":{"created_at":{"block_time":1753222102,"slot":355079967,"tx_hash":"2goMakFVCrXvzJWsMnUMTLB4x64MxxV9jHfHeH7rpjkdgNHjLF3yuMM6C6hVP4i1jSsyzj4ceQ691PVUyZGi7tc8"},"creator":"E8NgpMZkUCs3HiRQjEEENQbtDkdnM7RRHH7AmYbYX5r","address":"AWs6cxJNiEwrVnXu71uqmXCJULe1PxZSDx7MxYQxbonk","creation_time":1753222102,"graduated":true,"pool":{"virtual_base":"1073025605596382","creator":"E8NgpMZkUCs3HiRQjEEENQbtDkdnM7RRHH7AmYbYX5r","address":"6RZ74S934CjGCoXjcHmAMBDwig5cm5SmnrLBAuAvkjFN","base_decimals":6,"quote_mint":"So11111111111111111111111111111111111111112","auth_bump":250,"total_quote_fund_raising":"85000000000","supply":"1000000000000000","platform_fee":"4342059887","quote_protocol_fee":"1085515102","total_base_sell":"793100000000000","virtual_quote":"30000852951","base_mint":"AWs6cxJNiEwrVnXu71uqmXCJULe1PxZSDx7MxYQxbonk","base_vault":"5itDwpj1RUDR23b6Tb2wmjPeqp53biy9NEBW192etjRQ","platform_config":"FfYek5vEz23cMkWsdJwG2oa6EphsvXSHrGpdALN4g6W1","quote_decimals":9,"real_quote":"85000000171","quote_vault":"bbNEvCqSTAKFEBiaiCeXAuBnU2kqXx1XEEqKUXoDqNh","real_base":"793100000000000","status":2},"progress_percent":100,"source":"raydium_launchlab","platform_id":"FfYek5vEz23cMkWsdJwG2oa6EphsvXSHrGpdALN4g6W1","graduated_time":1753224598,"graduated_at":{"block_time":1753224598,"slot":355086236,"tx_hash":"3mM6ws8a961scPFAP9uandudmzvwhxR37GFwdpVsUC6cE38Ei8v6XZfNUnJj8AkF5jxNyKbpuSz9ZfmqjACEzW1M"}}}],"has_next":true},"success":true}}}}}},"DefiMemeDetailSingleResponse":{"description":"JSON object containing detail of the given meme token","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommonResponseType"},"examples":{"DefiMemeDetailSingleData":{"value":{"data":{"address":"6R3LxpHiE8RjTL7HnvKWtoQCHVA76CR1ebF9MYk61wzS","name":"RekaAI","symbol":"RekaAI","decimals":6,"extensions":{"twitter":"https://x.com/FusionLab_Inc","website":"https://reka.ai","description":"Multimodal AI you can deploy anywhere"},"logo_uri":"https://ipfs.io/ipfs/QmXuk2dXxM5hYARaxoPyoryJm5UQHdTkEhXrtsFFU7Siay","price":0.001,"liquidity":0.2919295560985348,"circulating_supply":1000000000,"market_cap":1000000,"total_supply":1000000000,"fdv":1000000,"meme_info":{"source":"pump_dot_fun","platform_id":"6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF6P","created_at":{"tx_hash":"25CRJJs4B5NVTgu6Sv1mMVpnXYMT5HG7LcfmvXTV5Tkp1GN8ajXDTjW59NTFN1UsHkXjkfCeUs7gKQAzTufCjpnw","slot":330948137,"block_time":1743653081},"creation_time":1743653081,"creator":"2suZVbGzdD1jdMFgyojG35TR6XWKFtSbprvjnTFAg8Ru","updated_at":{"tx_hash":"25CRJJs4B5NVTgu6Sv1mMVpnXYMT5HG7LcfmvXTV5Tkp1GN8ajXDTjW59NTFN1UsHkXjkfCeUs7gKQAzTufCjpnw","slot":330948137},"graduated_at":{"slot":null,"tx_hash":null,"block_time":null},"graduated":false,"graduated_time":null,"pool":{"address":"2T6KViNFRuQb1MiFbmEtM4cA1mK2ayHKJTZHJ9K7aNw4","real_sol_reserves":"0","real_token_reserves":"793100000000000","token_total_supply":"1000000000000000","virtual_token_reserves":"1073000000000000"},"progress_percent":0,"address":"6R3LxpHiE8RjTL7HnvKWtoQCHVA76CR1ebF9MYk61wzS"}},"success":true}}}}}},"TokenHolderDistribution":{"description":"JSON object containing token holder distribution details","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TokenHolderDistributionResponse"},"examples":{"Sample":{"value":{"success":true,"data":{"token_address":"11111Zxp8hv4GVzZTWcgcFTcFCfPzW8YmbwvGahTBP","mode":"percent","range":{"min_percent":0,"max_percent":1},"pagination":{"limit":50,"offset":0,"total":2},"summary":{"wallet_count":2,"total_holding":"0.007374018405092705","percent_of_supply":0.0000017374018405092703},"holders":[{"wallet":"aXG7W1eYYHN3SyAp515Dqu595wzNJxdGtcG5sjLVky1","holding":"0.000017910381239401126","percent_of_supply":0.0000017910381239401128},{"wallet":"aXG7W1wjjgiNnu8emgqJsTqbN86B8KEeKhN4J4JChqd","holding":"0.0000007910381239401126","percent_of_supply":0.0000017910381239401128}]}}}}}}},"TraderTxsSeekByTime":{"description":"JSON object containing transactions of a trader","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TraversableArrayOfObjectResponseType"},"examples":{"SolanaScaledUIAmount":{"value":{"success":true,"data":{"items":[{"quote":{"symbol":"SOL","decimals":9,"address":"So11111111111111111111111111111111111111112","amount":8791828613200,"type":"split","type_swap":"to","ui_amount":8791.8286132,"price":182.32478738013168,"nearest_price":182.32478738013168,"change_amount":8791828613200,"ui_change_amount":8791.8286132,"is_scaled_ui_token":false,"multiplier":null},"base":{"symbol":"BNSOL","decimals":9,"address":"BNso1VUJnh4zcfpZa6986Ea66P6TCp59hvtNJ8b1X85","amount":8243057055060,"type":"burn","type_swap":"from","ui_amount":8243.05705506,"price":195.07266605796318,"nearest_price":195.07266605796318,"change_amount":-8243057055060,"ui_change_amount":-8243.05705506,"is_scaled_ui_token":false,"multiplier":null},"base_price":195.07266605796318,"quote_price":182.32478738013168,"tx_hash":"3tiVFmNkAzesSgJ8RJfRMFSMSTGMbvVd8Qm23uroSCPQFSi6rqhr9tqCCRCu4nZD8u3jLVMcuh3qxmEzFnbS61rF","source":"stake_pool","block_unix_time":1754870741,"tx_type":"swap","address":"Hr9pzexrBge3vgmBNRR8u42CNQgBXdHm4UkUN2DH4a7r","owner":"GBJ4MZe8fqpA6UVgjh19BwJPMb79KDfMv78XnFVxgH2Q","block_number":359226070,"volume_usd":1602968.2825842479,"volume":8243.05705506,"ins_index":2,"inner_ins_index":0,"signers":["GBJ4MZe8fqpA6UVgjh19BwJPMb79KDfMv78XnFVxgH2Q","5Z4RXtFUSBzQeptBRxBT4PHFMdMqgTt6YXNwEgngcSQ7"],"interacted_program_id":"bn1dUNRecofQLxcGp895mGmKEVtFLMjdvjxBjFqhFU7"}],"hasNext":true}}},"Solana":{"value":{"success":true,"data":{"items":[{"quote":{"symbol":"SOL","decimals":9,"address":"So11111111111111111111111111111111111111112","amount":1514222137120,"type":"transfer","type_swap":"from","ui_amount":1514.22213712,"price":147.08334361834326,"nearest_price":147.08334361834326,"change_amount":-1514222137120,"ui_change_amount":-1514.22213712},"base":{"symbol":"BNSOL","decimals":9,"address":"BNso1VUJnh4zcfpZa6986Ea66P6TCp59hvtNJ8b1X85","amount":1430091473491,"type":"mintTo","type_swap":"to","ui_amount":1430.091473491,"price":155.4548663026571,"nearest_price":155.4548663026571,"change_amount":1430091473491,"ui_change_amount":1430.091473491},"base_price":155.4548663026571,"quote_price":147.08334361834326,"tx_hash":"3fXZUQds8F1vCPwCvB8hSNumrzHjTmCgLdmNdqAWTBvrWuJE71XqdLmnK9wkZPahJQdJidadCMjKbXKF7rAAvByt","source":"stake_pool","block_unix_time":1750377939,"tx_type":"swap","address":"Hr9pzexrBge3vgmBNRR8u42CNQgBXdHm4UkUN2DH4a7r","owner":"GBJ4MZe8fqpA6UVgjh19BwJPMb79KDfMv78XnFVxgH2Q","block_number":347921215,"volume_usd":222716.85490852306,"volume":1430.091473491,"ins_index":1,"inner_ins_index":0,"signers":["GBJ4MZe8fqpA6UVgjh19BwJPMb79KDfMv78XnFVxgH2Q"],"interacted_program_id":"bn1dUNRecofQLxcGp895mGmKEVtFLMjdvjxBjFqhFU7"}],"hasNext":true}}},"EVM":{"value":{"data":{"items":[{"quote":{"symbol":"USDTB","decimals":18,"address":"0xC139190F447e929f090Edeb554D95AbB8b18aC1C","name":"USDtb","amount":93773757100000000000,"mint":"0xC139190F447e929f090Edeb554D95AbB8b18aC1C","type_swap":"from","ui_amount":93.7737571,"price":1.000610301093257,"nearest_price":1.0001633146747766,"change_amount":-93773757100000000000,"ui_change_amount":-93.7737571},"base":{"symbol":"USDE","decimals":18,"address":"0x4c9EDD5852cd905f086C759E8383e09bff1E68B3","name":"Ethena USDe","amount":93874755715366390000,"mint":"0x4c9EDD5852cd905f086C759E8383e09bff1E68B3","type_swap":"to","ui_amount":93.87475571536639,"price":0.9995337576267879,"nearest_price":0.9995337576267879,"change_amount":93874755715366390000,"ui_change_amount":93.87475571536639},"base_price":0.9995337576267879,"quote_price":1.000610301093257,"tx_hash":"0x87a45becbdfae806c25dd75d5aec6fe40e5d646e63fdb24e2a5697aae02b2663","source":"0x2D9Bf9C1beFd77C094461df615bdbE905895f7C6","block_unix_time":1744125659,"tx_type":"swap","address":"0x2D9Bf9C1beFd77C094461df615bdbE905895f7C6","owner":"0xE76aDA2ADE5585859789b3500DDE494e5479fb75","block_number":22225044,"volume_usd":93.83098732647694,"volume":93.87475571536639,"ins_index":4,"interacted_program_id":"0x45312ea0eFf7E09C83CBE249fa1d7598c4C8cd4e"}],"has_next":true},"success":true}}}}}},"WalletTokenList":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommonResponseType"},"examples":{"SolanaScaledUIAmount":{"value":{"success":true,"data":{"items":[{"address":"So11111111111111111111111111111111111111112","decimals":9,"balance":130718,"uiAmount":0.000130718,"chainId":"solana","name":"Wrapped SOL","symbol":"SOL","icon":"https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/So11111111111111111111111111111111111111112/logo.png","logoURI":"https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/So11111111111111111111111111111111111111112/logo.png","priceUsd":186.35315787784225,"valueUsd":0.02435971209147578,"isScaledUiToken":false,"multiplier":null},{"address":"J1toso1uCk3RLmjorhTtrVwY9HJ7X8V9yYac6Y7kGCPn","decimals":9,"balance":20280,"uiAmount":0.00002028,"chainId":"solana","name":"Jito Staked SOL","symbol":"JitoSOL","icon":"https://storage.googleapis.com/token-metadata/JitoSOL-256.png","logoURI":"https://storage.googleapis.com/token-metadata/JitoSOL-256.png","priceUsd":227.7398265331134,"valueUsd":0.0046185636820915395,"isScaledUiToken":false,"multiplier":null},{"address":"J3NKxxXZcnNiMjKw9hYb2K4LUxgwB6t1FtPtQVsv3KFr","decimals":8,"balance":3159,"uiAmount":0.00003159,"chainId":"solana","name":"SPX6900 (Wormhole)","symbol":"SPX","icon":"https://i.postimg.cc/w3Yq0dHf/2023-12-21-17-19-37.jpg","logoURI":"https://i.postimg.cc/w3Yq0dHf/2023-12-21-17-19-37.jpg","priceUsd":1.9727875449629464,"valueUsd":0.00006232035854537948,"isScaledUiToken":false,"multiplier":null}]}}},"Solana":{"value":{"success":true,"data":{"wallet":"Gt4RRcMg2mzEN9SDtSUjEjezC9b1nXjEGDQyEVbrc7Sk","totalUsd":47.28979693780992,"items":[{"address":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","decimals":6,"balance":47289918,"uiAmount":47.289918,"chainId":"solana","name":"USD Coin","symbol":"USDC","logoURI":"https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v/logo.png","priceUsd":0.99999744,"valueUsd":47.28979693780992}]}}},"EVM":{"value":{"success":true,"data":{"wallet":"0xf584f8728b874a6a5c7a8d4d387c9aae9172d621","totalUsd":177417911.42802328,"items":[{"address":"0xdAC17F958D2ee523a2206206994597C13D831ec7","name":"Tether USD","symbol":"USDT","decimals":6,"balance":"72938605011215","uiAmount":72938605.011215,"chainId":"ethereum","logoURI":"https://assets.coingecko.com/coins/images/325/small/Tether.png?1668148663","priceUsd":1.0000259715445037,"valueUsd":72940499.33944109}]}}}}}}},"WalletTokenBalance":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommonResponseType"},"examples":{"SolanaScaledUIAmount":{"value":{"success":true,"data":{"address":"So11111111111111111111111111111111111111112","decimals":9,"balance":130718,"uiAmount":0.000130718,"chainId":"solana-mainnet","logoURI":"https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/So11111111111111111111111111111111111111112/logo.png","name":"Wrapped SOL","symbol":"SOL","priceUsd":186.17611361160655,"valueUsd":0.024336569219081984,"isScaledUiToken":false,"multiplier":null}}},"Solana":{"value":{"success":true,"data":{"address":"Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB","decimals":6,"balance":1177780977972721,"uiAmount":1177780977.972721,"chainId":"solana-mainnet","logoURI":"https://img.fotofolio.xyz/?w=30&h=30&url=https%3A%2F%2Fraw.githubusercontent.com%2Fsolana-labs%2Ftoken-list%2Fmain%2Fassets%2Fmainnet%2FEs9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB%2Flogo.svg","name":"USDT","symbol":"USDT","priceUsd":0.9999915198446391,"valueUsd":1177770990.2070467}}},"EVM":{"value":{"success":true,"data":{"address":"0xdac17f958d2ee523a2206206994597c13d831ec7","name":"Tether USD","symbol":"USDT","decimals":6,"balance":94149341656019,"uiAmount":94149341.656019,"chainId":"eth-mainnet","priceUsd":0.9999915198446391,"valueUsd":94149341656019.2}}}}}}},"WalletTxList":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommonResponseType"},"examples":{"SolanaScaledUIAmount":{"value":{"success":true,"data":{"solana":[{"txHash":"3MvG4bVz7HF76hWSGeGtcSkVAtDnLA5PmUVC97S22GPpGGvxbv7UqKEh91MVsAHJ35zSw4RkW9NBiHLfZbJm8xFn","blockNumber":328889251,"blockTime":"2025-03-24T15:06:14+00:00","status":true,"from":"Gt4RRcMg2mzEN9SDtSUjEjezC9b1nXjEGDQyEVbrc7Sk","to":"11111111111111111111111111111111","fee":80000,"mainAction":"send","balanceChange":[{"amount":-165604794,"symbol":"SOL","name":"Wrapped SOL","decimals":9,"address":"So11111111111111111111111111111111111111112","logoURI":"https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/So11111111111111111111111111111111111111112/logo.png","isScaledUiToken":false,"multiplier":null}],"contractLabel":{"address":"11111111111111111111111111111111","name":"System Program","metadata":{"icon":""}},"tokenTransfers":[{"fromTokenAccount":"Gt4RRcMg2mzEN9SDtSUjEjezC9b1nXjEGDQyEVbrc7Sk","toTokenAccount":"2YiHgAV2SaJYkLy63N3TMLZHKwkPKhWd3EUzAMZuay4T","fromUserAccount":"Gt4RRcMg2mzEN9SDtSUjEjezC9b1nXjEGDQyEVbrc7Sk","toUserAccount":"2YiHgAV2SaJYkLy63N3TMLZHKwkPKhWd3EUzAMZuay4T","tokenAmount":0.165524794,"mint":"So11111111111111111111111111111111111111111","transferNative":true,"isScaledUiToken":false,"multiplier":null}]}]}}},"Solana":{"value":{"success":true,"data":{"solana":[{"txHash":"svTZ3o5j7GDsk1EfkXZjEQnV1kirqq48YhS29HyfqFkGUiSzosHRNQaQTPNovP3rbDbV3QrkFQh4GzdESEyRw6s","blockNumber":284733408,"blockTime":"2024-08-20T10:44:26+00:00","status":true,"from":"66YZZejVBupBnMwSEqTaCkAMwPacpPzP41GSEst55Kgz","to":"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA","fee":15000,"mainAction":"send","balanceChange":[{"amount":0,"symbol":"SOL","name":"Wrapped SOL","decimals":9,"address":"So11111111111111111111111111111111111111112","logoURI":"https://img.fotofolio.xyz/?w=30&h=30&url=https%3A%2F%2Fraw.githubusercontent.com%2Fsolana-labs%2Ftoken-list%2Fmain%2Fassets%2Fmainnet%2FSo11111111111111111111111111111111111111112%2Flogo.png"},{"tokenAccount":"99pfYkuFEUPvUzVSGsMc2VN47FaFSTrKBMXGnxg13tDt","owner":"Q6XprfkF8RQQKoQVG33xT88H7wi8Uk1B1CC7YAs69Gi","decimals":6,"programId":"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA","amount":-10000000000000,"address":"Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB","name":"USDT","symbol":"USDT","logoURI":"https://img.fotofolio.xyz/?w=30&h=30&url=https%3A%2F%2Fraw.githubusercontent.com%2Fsolana-labs%2Ftoken-list%2Fmain%2Fassets%2Fmainnet%2FEs9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB%2Flogo.svg"}],"contractLabel":{"address":"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA","name":"Token Program","metadata":{"icon":""}}}]}}},"EVM":{"value":{"success":true,"data":{"ethereum":[{"txHash":"0x9e362abb139f2ae9270b66efd9a3bc9477481049c04256b804a5f7093640d24d","blockNumber":20779293,"blockTime":"2024-09-18T18:32:59Z","status":true,"from":"0xf89d7b9c864f589bbF53a82105107622B35EaA40","to":"0xf584F8728B874a6a5c7A8d4d387C9aae9172D621","gasUsed":21000,"gasPrice":13739048708,"fee":"288520022868000","feeUsd":0.6724695987010954,"value":"12228500000000000000","contractLabel":{"address":"0xf584F8728B874a6a5c7A8d4d387C9aae9172D621","name":"Jump Trading","metadata":{}},"mainAction":"call","balanceChange":[{"name":"ETH","symbol":"ETH","logoURI":"https://assets.coingecko.com/coins/images/279/standard/ethereum.png?1696501628","address":"0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE","amount":-12228500000000000000,"decimals":18}]}]}}}}}}},"WalletBalanceChange":{"description":"JSON object containing a list of balance changes of an address","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommonResponseType"},"examples":{"Solana":{"value":{"success":true,"data":{"items":[{"time":"2025-08-01T08:55:58Z","block_number":357129280,"block_unix_time":1754038558,"address":"51dEMNojjd2hZKrMeDWBRMPmhDS5QH1eCQWCdtR7CYKp","token_account":"ATgjegWTEidtsDniCfVJp5Py86fi5X8nzRyzndfimr59","tx_hash":"mBxrLzapLZtcdPsKSr6EkUUXgFJDyXJs7bJcwQ58xh7JXhN7nsz9ELNspxsnG6TxVaJdzsbrkvhjgrX8QArrp4h","pre_balance":"257629693","post_balance":"293106471","amount":"35476777","token_info":{"address":"4a79c1TRehFCpHxQ7niHAiBAvHRJRWey3UkWuMDREKL7","decimals":9,"symbol":"","name":"","logo_uri":"","is_scaled_ui_token":true,"multiplier":1.5},"type":2,"type_text":"SPL","change_type":1,"change_type_text":"INCR"}]}}}}}}},"WalletCurrentNetWorth":{"description":"JSON object containing portfolio of an address","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommonResponseType"},"examples":{"Solana":{"value":{"success":true,"data":{"wallet_address":"8X35rQUK2u9hfn8rMPwwr6ZSEUhbmfDPEapp589XyoM1","currency":"usd","total_value":"0.010349446772590722","current_timestamp":"2025-05-19T04:47:19.414327725Z","items":[{"address":"cCpv5Z3nqKbKohYqgY7rxFebjMjvU7SBhwgYbCipump","decimals":6,"price":0.00014999198221145974,"balance":"69000000","amount":69,"network":"solana","name":"Smellow","symbol":"SMLO","logo_uri":"https://pump.mypinata.cloud/ipfs/QmcCjKS4MMeji11PqnNhqDSXd6gD4iGj1nC6zjyfaekuQZ","value":"0.010349446772590722"}]},"pagination":{"limit":100,"offset":0,"total":1}}}}}}},"MultipleNetworthSummary":{"description":"JSON object containing summary networth","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommonResponseType"},"examples":{"Solana":{"value":{"data":{"currency":"usd","current_timestamp":"2025-10-30T03:33:40.980036224Z","wallets":{"5Q544fKrFoe6tsEbD7S8EmxGTJYAKtTVhAW5Q5pge4j1":{"value":"1764819473.530063"},"WLHv2UAZm6z4KyaaELi5pjdbJh6RESMva1Rnn8pJVVh":{"value":"3508619230.707581"}}},"success":true}}}}}},"WalletNetWorth":{"description":"JSON object containing net worth of an address","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommonResponseType"},"examples":{"Solana":{"value":{"success":true,"data":{"wallet_address":"HV1KXxWFaSeriyFvXyx48FqG9BoFbfinB8njCJonqP7K","currency":"usd","current_timestamp":"2025-07-31T23:59:59Z","past_timestamp":"2025-07-01T23:59:59Z","history":[{"timestamp":"2025-07-30T23:59:59Z","net_worth":13210463.21,"net_worth_change":1971274.94,"net_worth_change_percent":17.54},{"timestamp":"2025-07-29T23:59:59Z","net_worth":11839478.54,"net_worth_change":600290.26,"net_worth_change_percent":5.35}]}}}}}}},"WalletNetWorthDetail":{"description":"JSON object containing list assets of an address at a specific time","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommonResponseType"},"examples":{"Solana":{"value":{"success":true,"data":{"wallet_address":"HV1KXxWFaSeriyFvXyx48FqG9BoFbfinB8njCJonqP7K","currency":"usd","net_worth":11839478.53162622,"requested_timestamp":"2025-07-31T04:50:06.303258803Z","resolved_timestamp":"2025-07-31T04:50:06.475623209Z","net_assets":[{"symbol":"Salute","token_address":"49aR46Zgvh3w7cLnM3nZRC4DSVV2A25tYV1fVxYbjtb4","decimal":4,"balance":"50000000000","price":1.931249899999106,"value":9656249.49999553},{"symbol":"SOL","token_address":"So11111111111111111111111111111111111111112","decimal":9,"balance":"7316581866484","price":181.4958586895311,"value":1327929.3085297658}]},"pagination":{"limit":100,"offset":0,"total":2}}}}}}},"WalletPnlResponse":{"description":"JSON object containing a wallet’s PnL per token","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommonResponseType"},"examples":{"Solana":{"value":{"success":true,"data":{"meta":{"address":"4mwReoK1x668B6KuuSAbGm2tUQULSTHGgTpCa2jUMXtD","currency":"usd","holding_check":false,"time":"2025-08-27T14:06:48.987054346Z"},"tokens":{"So11111111111111111111111111111111111111112":{"symbol":"SOL","decimals":9,"counts":{"total_buy":236570,"total_sell":236570,"total_trade":473140},"quantity":{"total_bought_amount":12092390.76837637,"total_sold_amount":0.00047313999999776897,"holding":0},"cashflow_usd":{"cost_of_quantity_sold":0.07608073802599198,"total_invested":1944451989.1810136,"total_sold":0.07602689546632857,"current_value":0},"pnl":{"realized_profit_usd":-0.00005384255966340998,"realized_profit_percent":-0.0707702909572399,"unrealized_usd":523529777.302561,"unrealized_percent":26.92428407777512,"total_usd":523529777.30250716,"total_percent":26.92428407671888,"avg_profit_per_trade_usd":-2.275967352724774e-10},"pricing":{"current_price":204.09378209627866,"avg_buy_cost":160.79963229984938,"avg_sell_cost":160.6858339322126}},"pumpsAkNcb1nZs89Uees3DyRzUGxjqThuzF3A8LVVfn":{"symbol":"PUMP","decimals":9,"counts":{"total_buy":236570,"total_sell":236570,"total_trade":473140},"quantity":{"total_bought_amount":1.9012623099995465,"total_sold_amount":128820503932.7875,"holding":880839335.5814558},"cashflow_usd":{"cost_of_quantity_sold":5151221341.162621,"total_invested":0.07602689546632857,"total_sold":1944451989.1810136,"current_value":7.5417466875590655},"pnl":{"realized_profit_usd":-0.04732872112474718,"realized_profit_percent":-62.25260262759055,"unrealized_usd":0,"unrealized_percent":0,"total_usd":-0.04732872112474718,"total_percent":-62.25260262759055,"avg_profit_per_trade_usd":-2.0006222735235735e-7},"pricing":{"current_price":8.562000336395786e-9,"avg_buy_cost":0.03998758880690519,"avg_sell_cost":0.015094274046587626}}}}}}}}}},"WalletPnlDetailsResponse":{"description":"JSON object containing a wallet","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommonResponseType"},"examples":{"Solana":{"value":{"data":{"meta":{"address":"123hJZ8FGVhesDUrv5dCgorewd7KMqBkFhoGdyZNp62D","currency":"usd","holding_check":false,"time":"2025-10-31T08:38:25.295882105Z"},"tokens":[{"symbol":"G7","decimals":6,"address":"2VKDTnMF9hmDfCG4i7yPHsfYzYCRhLwQcgUQPxvvYKnV","counts":{"total_buy":1,"total_sell":1,"total_trade":2},"quantity":{"total_bought_amount":6152601.258849,"total_sold_amount":6152601.258849,"holding":0},"cashflow_usd":{"cost_of_quantity_sold":9.7233729560565,"total_invested":9.7233729560565,"total_sold":9.85555342050984,"current_value":0},"pnl":{"realized_profit_usd":0.13218046445334128,"realized_profit_percent":1.3594095901773329,"unrealized_usd":0,"unrealized_percent":0,"total_usd":0.13218046445334128,"total_percent":1.3594095901773329,"avg_profit_per_trade_usd":0.13218046445334128},"pricing":{"current_price":null,"avg_buy_cost":0.0000015803678065552884,"avg_sell_cost":0.0000016018514780776761}}],"summary":{"unique_tokens":7,"counts":{"total_buy":19,"total_sell":19,"total_trade":38,"total_win":4,"total_loss":1,"win_rate":0.5714285714285714},"cashflow_usd":{"total_invested":424.183016567611,"total_sold":555.080692928933,"current_value":392.84271337031083},"pnl":{"realized_profit_usd":130.8976763613221,"realized_profit_percent":30.858773512554855,"unrealized_usd":0,"total_usd":130.8976763613221,"avg_profit_per_trade_usd":3.444675693719003}}}}}}}}},"WalletPnlSummaryResponse":{"description":"JSON object containing a wallet’s PnL","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommonResponseType"},"examples":{"Solana":{"value":{"success":true,"data":{"summary":{"unique_tokens":2,"counts":{"total_buy":11,"total_sell":3,"total_trade":14,"total_win":0,"total_loss":0,"win_rate":0},"cashflow_usd":{"total_invested":175666.37823969766,"total_sold":87670.81375594059},"pnl":{"realized_profit_usd":6045.934178885913,"realized_profit_percent":0.07406974699642274,"unrealized_usd":-74830.62425247866,"total_usd":-68784.69007359275,"avg_profit_per_trade_usd":-4913.192148113768}}}}}}}}},"MultipleWalletPnlResponse":{"description":"JSON object containing multiple wallet’s PnL per token","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommonResponseType"},"examples":{"Solana":{"value":{"success":true,"data":{"token_metadata":{"symbol":"PUMP","decimals":9},"data":{"3aLF8VXyUbEPSFyqSoQrsq6TdgKXgLmwJprE2yTfdNA2":{"counts":{"total_buy":3,"total_sell":0,"total_trade":3},"quantity":{"total_bought_amount":29285.756489887,"total_sold_amount":0,"holding":880839335.5814558},"cashflow_usd":{"cost_of_quantity_sold":0,"total_invested":2.6329984012898864,"total_sold":0,"current_value":7.5417466875590655},"pnl":{"realized_profit_usd":0,"realized_profit_percent":0,"unrealized_usd":-2.6327476566329686,"unrealized_percent":-99.99047683975823,"total_usd":-2.6327476566329686,"total_percent":-99.99047683975824,"avg_profit_per_trade_usd":0},"pricing":{"current_price":8.562000336395786e-9,"avg_buy_cost":0.00008990713291627338,"avg_sell_cost":null}},"4mwReoK1x668B6KuuSAbGm2tUQULSTHGgTpCa2jUMXtD":{"counts":{"total_buy":236570,"total_sell":236570,"total_trade":473140},"quantity":{"total_bought_amount":1.9012623099995465,"total_sold_amount":128820503932.7875,"holding":880839335.5814558},"cashflow_usd":{"cost_of_quantity_sold":5151221341.162621,"total_invested":0.07602689546632857,"total_sold":1944451989.1810136,"current_value":7.5417466875590655},"pnl":{"realized_profit_usd":-0.04732872112474718,"realized_profit_percent":-62.25260262759055,"unrealized_usd":0,"unrealized_percent":0,"total_usd":-0.04732872112474718,"total_percent":-62.25260262759055,"avg_profit_per_trade_usd":-2.0006222735235735e-7},"pricing":{"current_price":8.562000336395786e-9,"avg_buy_cost":0.03998758880690519,"avg_sell_cost":0.015094274046587626}}}}}}}}}},"WalletTokenBalanceResponse":{"description":"JSON object containing a wallet token balance","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommonResponseType"},"examples":{"Solana":{"value":{"success":true,"data":[{"address":"8i42ZVsjEGVhZ6spj4Z5aB36Msh9Vq4nnBaw5kq4pump","decimals":9,"price":0.0020303701828560256,"balance":"4998929789571623824","amount":4998929789.571624,"network":"solana","name":"BIGIFTRUE","symbol":"BIGIFTRUE","logo_uri":"https://ipfs.io/ipfs/bafkreihgbhs4sumfhvdcquud7mvggjjbidfuoisytxqnpafrx6ukrh4hlm","value":"10149677.99093697"}]}}}}}},"WalletTxFirstFundedResponse":{"description":"JSON object containing a wallet token balance","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommonResponseType"},"examples":{"Solana":{"value":{"success":true,"data":{"1jw5fDodwGEGBVqNXsx2eqiLgNmgMDEeXWSbrTreLCM":{"tx_hash":"8g5kPkNNhbxozv7veVjwHqCdJ6FB4B3zMaXBfHigZKwPprNB3A3WcVBCdEm1rfuG1m3syHEVZHeYfCZfM7BgQ6s","block_unix_time":1717292678,"block_number":269344897,"balance_change":"7182720","token_address":"So11111111111111111111111111111111111111111","token_decimals":9}}}}}}}},"TransferResponse":{"description":"JSON object containing list transfer","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommonResponseType"},"examples":{"Solana":{"value":{"success":true,"data":[{"time":"2025-11-18T04:32:26Z","block_number":380819945,"unix_time":1763440346,"token_address":"9TR9Ge75PMHfoKBAzo88XpDhvhjsirETEuPtRS4VtrpJ","from_address":"HLnpSz9h2S4hiLQ43rnSD9XkcUThA7B8hQMKmDaiTLcC","to_address":"FCgMrWxuY5mWgFn55czYLysfGi3QFsZm3W7sJ7wTDQpz","from_token_account":"5JAZp6t5eSNXbdEwu3pMbB8uKV1e9cf2yg8E4Yq56WZa","to_token_account":"FKtWCwxFKdc7g7ymxVgyBSbwzGMNGWe7HtbKkum99f9C","amount":"14213245095","ui_amount":14213.245095,"price":0.000029247096468293907,"value":0.4156961504209702,"tx_hash":"2vLYZuCrKARicrXRDf2eGnzaKR9PP6qFFuzgPCHUNAnwepcqvFQ8WiPRuZjBNihNsNoxxQ5bLVLX7Wu6i6h5tmuP","flow":"out","token_info":{"address":"9TR9Ge75PMHfoKBAzo88XpDhvhjsirETEuPtRS4VtrpJ","decimals":6,"symbol":"NYAN","name":"Nyan Cat","logo_uri":"https://wsrv.nl/?w=128&h=128&default=1&url=https://rs.debot.ai/logo/CMx7yon2cLzHcXqgHsKJhuU3MmME6noWLQk2rAycBAGS.gif"},"action":"transfer"}]}}}}}},"TotalTransferResponse":{"description":"JSON object containing a total transfer","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommonResponseType"},"examples":{"Solana":{"value":{"success":true,"data":{"total":10}}}}}}},"SupportedNetworks":{"description":"A list of supported networks","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SupportedNetworksResponse"},"example":{"success":true,"data":["solana","ethereum","arbitrum","avalanche","bsc","optimism","polygon","base","zksync","sui"]}}}},"WalletSupportedNetworks":{"description":"A list of supported networks for wallet APIs","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SupportedNetworksResponse"},"example":{"success":true,"data":["solana"]}}}},"UtilsCreditsUsage":{"description":"JSON object containing the credits usage","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UtilsCreditsUsageResponse"},"examples":{"CreditsUsage":{"value":{"data":{"start_time":1758367608,"end_time":1760959608,"usage":{"total":1176300,"api":1162912,"ws":13388},"remaining":{"api":1498837088,"ws":49986612,"total":1548823700},"overage_usage":{"api":0,"ws":0,"total":0},"overage_cost":{"api":0,"ws":0,"total":0}},"success":true}}}}}},"Search":{"description":"Search for token and market data matching keyword, tokenAddress using full-text search","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SearchResponse"},"examples":{"SolanaScaledUIAmount":{"value":{"success":true,"data":{"items":[{"type":"token","result":[{"name":"TRENDSDOTFUN","symbol":"","address":"CdsF47CkMGnXnMuGNPw9TpCbE6hxRvA4XUbxbZcLrfJ8","network":"solana","decimals":6,"verified":false,"fdv":13697.614698138917,"market_cap":13697.614698138917,"liquidity":60054.03786109897,"price":0.000013697614670743687,"price_change_24h_percent":333.97707074856015,"sell_24h":4088,"sell_24h_change_percent":null,"buy_24h":4374,"buy_24h_change_percent":null,"unique_wallet_24h":203,"unique_wallet_24h_change_percent":null,"trade_24h":8462,"trade_24h_change_percent":null,"volume_24h_change_percent":null,"volume_24h_usd":1867782.2902830783,"last_trade_unix_time":1749490559,"last_trade_human_time":"2025-06-09T17:35:59","updated_time":1749491343,"creation_time":"2025-06-09T17:13:02.490Z","is_scaled_ui_token":false,"multiplier":null}]},{"type":"market","result":[]}]}}},"SearchData":{"value":{"data":{"items":[{"type":"token","result":[{"name":"Wrapped SOL","symbol":"SOL","address":"So11111111111111111111111111111111111111112","network":"solana","decimals":9,"logo_uri":"https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/So11111111111111111111111111111111111111112/logo.png","verified":true,"fdv":90819272048.42484,"market_cap":78411420690.92838,"liquidity":13151956937.267107,"price":151.87906506413003,"price_change_24h_percent":8.382435933049754,"sell_24h":14987224,"sell_24h_change_percent":2.545108704948598,"buy_24h":11808908,"buy_24h_change_percent":-1.730191226931713,"unique_wallet_24h":1918596,"unique_wallet_24h_change_percent":12.744451058663554,"trade_24h":26796132,"trade_24h_change_percent":0.6160241681533454,"volume_24h_change_percent":23.428765048651922,"volume_24h_usd":3529926746.199748,"last_trade_unix_time":1745403512,"last_trade_human_time":"2025-04-23T10:18:32","supply":596038231.288297,"updated_time":1745403518},{"name":"The Clever Galapagos Hunter","symbol":"Sol","address":"51g2iAa2XMpWkzA7SGBG7qJtVbPpLGtSksoh7L72PUMP","network":"solana","decimals":6,"verified":false,"fdv":236.9309248798655,"market_cap":236.9309248798655,"liquidity":8.415722964906944,"price":2.369309248798655e-8,"price_change_24h_percent":-99.99630719886537,"sell_24h":136072,"sell_24h_change_percent":null,"buy_24h":135847,"buy_24h_change_percent":null,"unique_wallet_24h":225,"unique_wallet_24h_change_percent":null,"trade_24h":271919,"trade_24h_change_percent":null,"volume_24h_change_percent":null,"volume_24h_usd":13620948.061542135,"last_trade_unix_time":1745320033,"last_trade_human_time":"2025-04-22T11:07:13","updated_time":1745320409,"creation_time":"2025-04-22T02:51:01.804Z"}]},{"type":"market","result":[{"name":"SOL-USDC","address":"Czfq3xZZDmsdGdUyrNLtRhGc47cXcZtLG4crryfu44zE","network":"solana","liquidity":27586976.29702192,"unique_wallet_24h":3019,"unique_wallet_24h_change_percent":-14.717514124293785,"trade_24h":63476,"trade_24h_change_percent":-15.101582248853104,"volume_24h_usd":215816762.24573693,"last_trade_unix_time":1741859485,"last_trade_human_time":"2025-03-13T09:51:25.000Z","source":"Orca","base_mint":"So11111111111111111111111111111111111111112","quote_mint":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","amount_base":173168.012566278,"amout_quote":6036799.351477},{"name":"SOL-USDC","address":"3ucNos4NbumPLZNWztqGHNFFgkHeRMBQAVemeeomsUxv","network":"solana","liquidity":7558785.231379336,"unique_wallet_24h":2982,"unique_wallet_24h_change_percent":-14.604810996563575,"trade_24h":59389,"trade_24h_change_percent":-1.4879076402481504,"volume_24h_usd":123387689.97390246,"last_trade_unix_time":1741859484,"last_trade_human_time":"2025-03-13T09:51:24.000Z","source":"Raydium Clamm","base_mint":"So11111111111111111111111111111111111111112","quote_mint":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","amount_base":41501.80227063,"amout_quote":2394129.681614,"creation_time":"2024-08-07T21:17:56.963Z"}]}]},"success":true}}}}}},"SmartMoneyTokenResponse":{"description":"JSON object containing a total transfer","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommonResponseType"},"examples":{"Solana":{"value":{"success":true,"data":[{"token":"C6HB4R62NeXacwT4CAfohnCTJiaLhYfuQZNsbsqypump","price":0.00001883295471804635,"liquidity":14375.686217934,"market_cap":18588.443206268883,"net_flow":52810.052897156216,"smart_traders_no":308,"trader_style":"trenchers","volume_usd":13862029.460908774,"volume_buy_usd":6957419.756902965,"volume_sell_usd":6904609.704005809,"symbol":"Nazijak","name":"Nazi Wojak","logo_uri":"https://wsrv.nl/?w=128&h=128&default=1&url=https://ipfs.io/ipfs/bafkreiecr4nqikoow756ahfgjj7fhqga5nepbqyi3hqisw7ehk2p6uzm4y","price_change_percent":43.032329448293844}]}}}}}}},"parameters":{"xChainParam":{"name":"x-chain","description":"A chain name listed in supported networks.","in":"header","required":false,"schema":{"type":"string","enum":["solana","ethereum","arbitrum","avalanche","bsc","optimism","polygon","base","zksync","sui"],"default":"solana"}},"xSolanaChainParam":{"name":"x-chain","description":"Solana network only.","in":"header","required":false,"schema":{"type":"string","enum":["solana"],"default":"solana"}},"xSVMChainParam":{"name":"x-chain","description":"SVM networks only.","in":"header","required":false,"schema":{"type":"string","enum":["solana"],"default":"solana"}},"xNonSuiChainParam":{"name":"x-chain","description":"A chain name listed in supported networks except Sui.","in":"header","required":false,"schema":{"type":"string","enum":["solana","ethereum","arbitrum","avalanche","bsc","optimism","polygon","base","zksync"],"default":"solana"}},"xBaseChainParam":{"name":"x-chain","description":"Base network only.","in":"header","required":false,"schema":{"type":"string","enum":["base"],"default":"base"}},"xMemeChainParam":{"name":"x-chain","description":"Meme networks support.","in":"header","required":false,"schema":{"type":"string","enum":["solana","bsc","monad"],"default":"solana"}},"ohlcvTypeParam":{"name":"type","description":"OHLCV time frame.","in":"query","required":true,"schema":{"type":"string","enum":["1m","3m","5m","15m","30m","1H","2H","4H","6H","8H","12H","1D","3D","1W","1M"]},"example":"15m"},"ohlcvV3TypeParam":{"name":"type","description":"OHLCV V3 time frame.","in":"query","required":true,"schema":{"type":"string","enum":["1s","15s","30s","1m","3m","5m","15m","30m","1H","2H","4H","6H","8H","12H","1D","3D","1W","1M"]},"example":"15m"},"ohlcvCurrencyParam":{"name":"currency","description":"Currency in which OHLCV data is presented. Choose between usd or native token.","in":"query","required":false,"schema":{"type":"string","default":"usd","enum":["usd","native"]}},"priceVolumeTypeParam":{"name":"type","description":"Time frame/interval.","in":"query","required":true,"schema":{"type":"string","default":"24h","enum":["1h","2h","4h","8h","24h"]}},"tokenAddressParam":{"name":"address","description":"The address of the token contract.","in":"query","required":true,"schema":{"type":"string"},"examples":{"wsol":{"value":"So11111111111111111111111111111111111111112"},"solana":{"value":"DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263"},"ethereum":{"value":"0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce"},"solana_scaled_ui":{"value":"Xsc9qvGR1efVDFGLrVsmkzv3qi45LTBjeUKSPmx9qEh"}}},"ownerAddressParam":{"name":"owner","description":"The address of the wallet.","in":"query","required":false,"schema":{"type":"string"},"examples":{"solana":{"value":"ob2htHLoCu2P6tX7RrNVtiG1mYTas8NGJEVLaFEUngk"},"ethereum":{"value":"0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce"}}},"tokenHolderDistributionTokenAddressParam":{"name":"token_address","description":"Token contract address.","in":"query","required":true,"schema":{"type":"string"},"examples":{"solana":{"value":"11111Zxp8hv4GVzZTWcgcFTcFCfPzW8YmbwvGahTBP"}}},"tokenHolderDistributionAddressTypeParam":{"name":"address_type","description":"Return holder distribution by wallet or token account address.","in":"query","required":false,"schema":{"type":"string","default":"wallet","enum":["wallet","token_account"]}},"tokenHolderDistributionModeParam":{"name":"mode","description":"Holder filter mode (percent = by supply % range, top = top holders by supply %).","in":"query","required":false,"schema":{"type":"string","default":"top","enum":["percent","top"]}},"tokenHolderDistributionTopParam":{"name":"top_n","description":"Number of top holders to return (used only when mode = top).","in":"query","required":false,"schema":{"type":"integer","default":10,"minimum":1,"maximum":10000}},"tokenHolderDistributionMinPercentParam":{"name":"min_percent","description":"Minimum % of total supply a holder must have (used only when mode = percent).","in":"query","required":false,"schema":{"type":"number","minimum":0,"maximum":100}},"tokenHolderDistributionMaxPercentParam":{"name":"max_percent","description":"Maximum % of total supply a holder can have (used only when mode = percent).","in":"query","required":false,"schema":{"type":"number","minimum":0,"maximum":100}},"tokenHolderDistributionIncludeListParam":{"name":"include_list","description":"Return holder list (true / false).","in":"query","required":false,"schema":{"type":"boolean","default":true}},"poolIdAddressParam":{"name":"pool_id","description":"The address of the liquidity pool.","in":"query","required":false,"schema":{"type":"string"},"examples":{"solana":{"value":"3nMFwZXwY1s1M5s8vYAHqd4wGs4iSxXE4LRoUMMYqEgF"},"ethereum":{"value":"0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce"}}},"liquiditySourceParam":{"name":"source","description":"Source of the liquidity (AMMs). Only support solana.","in":"query","required":false,"schema":{"type":"string","enum":["raydium","raydium_clamm","raydium_cp","orca","lifinity","fluxbeam","saber","phoenix","bonkswap","pump_dot_fun","meteora_dlmm"]},"examples":{"solana":{"value":"raydium"}}},"tokenTxsV3SortByParam":{"name":"sort_by","in":"query","required":false,"schema":{"type":"string","default":"block_unix_time","enum":["block_unix_time","block_number"]}},"tokenAddressCreationParam":{"name":"address","description":"The address of the token contract.","in":"query","required":true,"schema":{"type":"string"},"examples":{"solana":{"value":"D7rcV8SPxbv94s3kJETkrfMrWqHFs6qrmtbiu6saaany"}}},"baseAddressParam":{"name":"base_address","description":"The address of the base token.","in":"query","required":true,"schema":{"type":"string"},"examples":{"wsol":{"value":"So11111111111111111111111111111111111111112"},"solana":{"value":"DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263"},"ethereum":{"value":"0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce"},"solana_scaled_ui":{"value":"Xsc9qvGR1efVDFGLrVsmkzv3qi45LTBjeUKSPmx9qEh"}}},"quoteAddressParam":{"name":"quote_address","description":"The address of the quote token.","in":"query","required":true,"schema":{"type":"string"},"examples":{"solana":{"value":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"},"ethereum":{"value":"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2"},"solana_scaled_ui":{"value":"Xsc9qvGR1efVDFGLrVsmkzv3qi45LTBjeUKSPmx9qEh"}}},"traderAddressParam":{"name":"address","description":"The address of a trader.","in":"query","required":true,"schema":{"type":"string"},"examples":{"solana":{"value":"GBJ4MZe8fqpA6UVgjh19BwJPMb79KDfMv78XnFVxgH2Q"},"ethereum":{"value":"0xE76aDA2ADE5585859789b3500DDE494e5479fb75"}}},"walletApiTokenAddressParam":{"name":"token_address","description":"The address of a token.","in":"query","required":true,"schema":{"type":"string"},"examples":{"wsol":{"value":"So11111111111111111111111111111111111111112"},"solana":{"value":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"},"ethereum":{"value":"0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce"},"solana_scaled_ui":{"value":"Xsc9qvGR1efVDFGLrVsmkzv3qi45LTBjeUKSPmx9qEh"}}},"walletApiWalletParam":{"name":"wallet","description":"The address of a wallet.","in":"query","required":true,"schema":{"type":"string"},"examples":{"solana":{"value":"Gt4RRcMg2mzEN9SDtSUjEjezC9b1nXjEGDQyEVbrc7Sk"},"ethereum":{"value":"0xE76aDA2ADE5585859789b3500DDE494e5479fb75"}}},"walletApiXChainParam":{"name":"x-chain","description":"A chain name listed in supported networks.","in":"header","required":true,"schema":{"type":"string","enum":["solana"],"default":"solana"}},"pairAddressParam":{"name":"address","description":"The address of a pair contract","in":"query","required":true,"schema":{"type":"string"},"examples":{"solana":{"value":"4DoNfFBfF7UokCC2FQzriy7yHK6DY6NVdYpuekQ5pRgg"},"ethereum":{"value":"0x88e6A0c2dDD26FEEb64F039a2c41296FcB3f5640"}}},"listPairAddressParam":{"name":"list_address","description":"A list of pair contract addresses in string separated by commas (,)","in":"query","required":true,"schema":{"type":"string"},"examples":{"solana":{"value":"4DoNfFBfF7UokCC2FQzriy7yHK6DY6NVdYpuekQ5pRgg,D3gZwng2MgZGjktYcKpbR8Bz8653i4qCgzHCf5E4TcZb"},"ethereum":{"value":"0x88e6A0c2dDD26FEEb64F039a2c41296FcB3f5640,0x4f493B7dE8aAC7d55F71853688b1F7C8F0243C85"}}},"listAddressParam":{"name":"list_address","description":"A list of token addresses in string separated by commas (,)","in":"query","required":true,"schema":{"type":"string"},"examples":{"solana":{"value":"So11111111111111111111111111111111111111112,mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So,EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"},"ethereum":{"value":"0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce,0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"},"solana_scaled_ui":{"value":"Xsc9qvGR1efVDFGLrVsmkzv3qi45LTBjeUKSPmx9qEh,Xs3eBt7uRfJX8QUs4suhyU8p2M6DoUDrJyWBa8LLZsg,XsbEhLAtcf6HdfpFZ5xEMdqW8nfAvcsP5bdudRLJzJp"}}},"minLiquidityParam":{"name":"min_liquidity","description":"Specify the lower bound of liquidity. Filter for records with liquidity greater than the minimum liquidity value, excluding those with liquidity equal to the minimum.","in":"query","required":false,"schema":{"type":"number","default":100,"minimum":0}},"tokenListV1MaxLiquidityParam":{"name":"max_liquidity","description":"Specify the upper bound of liquidity. Filter for records with liquidity less than the maximum liquidity value, excluding those with liquidity equal to the maximum.","in":"query","required":false,"schema":{"type":"number","exclusiveMinimum":0}},"checkLiquidityParam":{"name":"check_liquidity","description":"Specify the liquidity value to check.","in":"query","required":false,"schema":{"type":"number"},"example":100},"includeLiquidityParam":{"name":"include_liquidity","description":"Specify whether to include liquidity in the response.","in":"query","required":false,"schema":{"type":"boolean","enum":[true,false]}},"sortTypeParam":{"name":"sort_type","description":"Specify the sort order.","in":"query","required":true,"schema":{"type":"string","enum":["desc","asc"],"default":"desc"}},"sortTypeDescParam":{"name":"sort_type","description":"Specify the sort order.","in":"query","schema":{"type":"string","enum":["desc","asc"],"default":"desc"}},"sortTypeAscParam":{"name":"sort_type","description":"Specify the sort order.","in":"query","required":true,"schema":{"type":"string","enum":["asc","desc"],"default":"asc"}},"sortTypeDescOnlyParam":{"name":"sort_type","description":"Specify the sort order.","in":"query","required":false,"schema":{"type":"string","enum":["desc"],"default":"desc"}},"sortByMarketsParam":{"name":"sort_by","description":"Specify the sort field.","in":"query","required":true,"schema":{"type":"string","enum":["liquidity","volume24h"],"default":"liquidity"}},"sortByTopTradersParam":{"name":"sort_by","description":"Specify the sort field.","in":"query","required":true,"schema":{"type":"string","enum":["volume","trade"],"default":"volume"}},"sortByTokenListParam":{"name":"sort_by","description":"Specify the sort field.","in":"query","required":true,"schema":{"type":"string","enum":["mc","v24hUSD","v24hChangePercent","liquidity"],"default":"v24hUSD"}},"sortByTokenTrendingParam":{"name":"sort_by","description":"Specify the sort field.","in":"query","required":true,"schema":{"type":"string","enum":["rank","volumeUSD","liquidity"],"default":"rank"}},"intervalTrendingParam":{"name":"interval","description":"Specify the interval of trending.","in":"query","required":false,"schema":{"type":"string","enum":["1h","4h","24h"],"default":"24h"}},"sortByTopGainerLoserParam":{"name":"sort_by","description":"Specify the sort field.","in":"query","required":true,"schema":{"type":"string","enum":["PnL"],"default":"PnL"}},"sortBySearchParam":{"name":"sort_by","description":"Specify the sort field.","in":"query","required":true,"schema":{"type":"string","enum":["fdv","marketcap","liquidity","price","price_change_24h_percent","trade_24h","trade_24h_change_percent","buy_24h","buy_24h_change_percent","sell_24h","sell_24h_change_percent","unique_wallet_24h","unique_view_24h_change_percent","last_trade_unix_time","volume_24h_usd","volume_24h_change_percent"],"default":"volume_24h_usd"}},"chainBySearchParam":{"name":"chain","description":"Specify the chain.","in":"query","schema":{"type":"string","enum":["all","solana","ethereum","arbitrum","avalanche","bsc","optimism","polygon","base","zksync","sui"],"default":"all"}},"tokenListV3SortByParam":{"name":"sort_by","description":"Specify the sort field.","in":"query","required":true,"schema":{"type":"string","enum":["liquidity","market_cap","fdv","recent_listing_time","last_trade_unix_time","holder","volume_1h_usd","volume_2h_usd","volume_4h_usd","volume_8h_usd","volume_24h_usd","volume_7d_usd","volume_30d_usd","volume_1h_change_percent","volume_2h_change_percent","volume_4h_change_percent","volume_8h_change_percent","volume_24h_change_percent","volume_7d_change_percent","volume_30d_change_percent","price_change_1h_percent","price_change_2h_percent","price_change_4h_percent","price_change_8h_percent","price_change_24h_percent","price_change_7d_percent","price_change_30d_percent","trade_1h_count","trade_2h_count","trade_4h_count","trade_8h_count","trade_24h_count","trade_7d_count","trade_30d_count"],"default":"liquidity"}},"tokenListV3MinLiquidityParam":{"name":"min_liquidity","description":"Specify the lower bound of liquidity. Filter for records with liquidity greater than the minimum liquidity value, including those with liquidity equal to the minimum.","in":"query","required":false,"schema":{"type":"number"}},"tokenListV3MaxLiquidityParam":{"name":"max_liquidity","description":"Specify the upper bound of liquidity. Filter for records with liquidity less than the maximum liquidity value, including those with liquidity equal to the maximum.","in":"query","required":false,"schema":{"type":"number"}},"tokenListV3MinMarketcapParam":{"name":"min_market_cap","description":"Specify the lower bound of market cap. Filter for records with market cap greater than the minimum market cap value, including those with market cap equal to the minimum.","in":"query","required":false,"schema":{"type":"number"}},"tokenListV3MaxMarketcapParam":{"name":"max_market_cap","description":"Specify the upper bound of market cap. Filter for records with market cap less than the maximum market cap value, including those with market cap equal to the maximum.","in":"query","required":false,"schema":{"type":"number"}},"tokenListV3MinFdvParam":{"name":"min_fdv","description":"Specify the lower bound of FDV. Filter for records with FDV greater than the minimum FDV value, including those with FDV equal to the minimum.","in":"query","required":false,"schema":{"type":"number"}},"tokenListV3MaxFdvParam":{"name":"max_fdv","description":"Specify the upper bound of FDV. Filter for records with FDV less than the maximum FDV value, including those with FDV equal to the maximum.","in":"query","required":false,"schema":{"type":"number"}},"tokenListV3MinRecentListingTimeParam":{"name":"min_recent_listing_time","description":"Specify the lower bound of recent listing time. Filter for records with recent listing time greater than the minimum recent listing time value, including those with recent listing time equal to the minimum.","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10000000000}},"tokenListV3MaxRecentListingTimeParam":{"name":"max_recent_listing_time","description":"Specify the upper bound of recent listing time. Filter for records with recent listing time less than the maximum recent listing time value, including those with recent listing time equal to the maximum.","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10000000000}},"tokenListV3MinLastTradeUnixTimeParam":{"name":"min_last_trade_unix_time","description":"Specify the lower bound of last trade time. Filter for records with last trade time greater than the minimum last trade time value, including those with last trade time equal to the minimum.","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10000000000}},"tokenListV3MaxLastTradeUnixTimeParam":{"name":"max_last_trade_unix_time","description":"Specify the upper bound of last trade time. Filter for records with last trade time less than the maximum last trade time value, including those with last trade time equal to the maximum.","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10000000000}},"tokenListV3MinTrade1hCountParam":{"name":"min_trade_1h_count","description":"Specify the minimum number of trades in the last hour. Filter for records with trade count greater than the minimum trade count value, including those with trade count equal to the minimum.","in":"query","required":false,"schema":{"type":"integer"}},"tokenListV3MinTrade2hCountParam":{"name":"min_trade_2h_count","description":"Specify the minimum number of trades in the last two hours. Filter for records with trade count greater than the minimum trade count value, including those with trade count equal to the minimum.","in":"query","required":false,"schema":{"type":"integer"}},"tokenListV3MinTrade4hCountParam":{"name":"min_trade_4h_count","description":"Specify the minimum number of trades in the last four hours. Filter for records with trade count greater than the minimum trade count value, including those with trade count equal to the minimum.","in":"query","required":false,"schema":{"type":"integer"}},"tokenListV3MinTrade8hCountParam":{"name":"min_trade_8h_count","description":"Specify the minimum number of trades in the last eight hours. Filter for records with trade count greater than the minimum trade count value, including those with trade count equal to the minimum.","in":"query","required":false,"schema":{"type":"integer"}},"tokenListV3MinTrade24hCountParam":{"name":"min_trade_24h_count","description":"Specify the minimum number of trades in the last 24 hours. Filter for records with trade count greater than the minimum trade count value, including those with trade count equal to the minimum.","in":"query","required":false,"schema":{"type":"integer"}},"tokenListV3MinTrade7dCountParam":{"name":"min_trade_7d_count","description":"Specify the minimum number of trades in the last 7 days. Filter for records with trade count greater than the minimum trade count value, including those with trade count equal to the minimum.","in":"query","required":false,"schema":{"type":"integer"}},"tokenListV3MinTrade30dCountParam":{"name":"min_trade_30d_count","description":"Specify the minimum number of trades in the last 30 days. Filter for records with trade count greater than the minimum trade count value, including those with trade count equal to the minimum.","in":"query","required":false,"schema":{"type":"integer"}},"tokenListV3MinHolderParam":{"name":"min_holder","description":"Specify the minimum number of holders. Filter for records with holder count greater than the minimum holder count value, including those with holder count equal to the minimum.","in":"query","required":false,"schema":{"type":"integer"}},"tokenListV3MinVolume1hUsdParam":{"name":"min_volume_1h_usd","description":"Specify the minimum volume in the last hour. Filter for records with volume greater than the minimum volume value, including those with volume equal to the minimum.","in":"query","required":false,"schema":{"type":"number"}},"tokenListV3MinVolume1hChangePercentageParam":{"name":"min_volume_1h_change_percent","description":"Specify the minimum volume change percentage in the last hour. Filter for records with volume change percentage greater than the minimum volume change percentage value, including those with volume change percentage equal to the minimum.","in":"query","required":false,"schema":{"type":"number"}},"tokenListV3MinPriceChange1hPercentageParam":{"name":"min_price_change_1h_percent","description":"Specify the minimum price change percentage in the last hour. Filter for records with price change percentage greater than the minimum price change percentage value, including those with price change percentage equal to the minimum.","in":"query","required":false,"schema":{"type":"number"}},"tokenListV3MinVolume2hUsdParam":{"name":"min_volume_2h_usd","description":"Specify the minimum volume in the last two hours. Filter for records with volume greater than the minimum volume value, including those with volume equal to the minimum.","in":"query","required":false,"schema":{"type":"number"}},"tokenListV3MinVolume2hChangePercentageParam":{"name":"min_volume_2h_change_percent","description":"Specify the minimum volume change percentage in the last two hours. Filter for records with volume change percentage greater than the minimum volume change percentage value, including those with volume change percentage equal to the minimum.","in":"query","required":false,"schema":{"type":"number"}},"tokenListV3MinPriceChange2hPercentageParam":{"name":"min_price_change_2h_percent","description":"Specify the minimum price change percentage in the last two hours. Filter for records with price change percentage greater than the minimum price change percentage value, including those with price change percentage equal to the minimum.","in":"query","required":false,"schema":{"type":"number"}},"tokenListV3MinVolume4hUsdParam":{"name":"min_volume_4h_usd","description":"Specify the minimum volume in the last four hours. Filter for records with volume greater than the minimum volume value, including those with volume equal to the minimum.","in":"query","required":false,"schema":{"type":"number"}},"tokenListV3MinVolume4hChangePercentageParam":{"name":"min_volume_4h_change_percent","description":"Specify the minimum volume change percentage in the last four hours. Filter for records with volume change percentage greater than the minimum volume change percentage value, including those with volume change percentage equal to the minimum.","in":"query","required":false,"schema":{"type":"number"}},"tokenListV3MinPriceChange4hPercentageParam":{"name":"min_price_change_4h_percent","description":"Specify the minimum price change percentage in the last four hours. Filter for records with price change percentage greater than the minimum price change percentage value, including those with price change percentage equal to the minimum.","in":"query","required":false,"schema":{"type":"number"}},"tokenListV3MinVolume8hUsdParam":{"name":"min_volume_8h_usd","description":"Specify the minimum volume in the last eight hours. Filter for records with volume greater than the minimum volume value, including those with volume equal to the minimum.","in":"query","required":false,"schema":{"type":"number"}},"tokenListV3MinVolume8hChangePercentageParam":{"name":"min_volume_8h_change_percent","description":"Specify the minimum volume change percentage in the last eight hours. Filter for records with volume change percentage greater than the minimum volume change percentage value, including those with volume change percentage equal to the minimum.","in":"query","required":false,"schema":{"type":"number"}},"tokenListV3MinPriceChange8hPercentageParam":{"name":"min_price_change_8h_percent","description":"Specify the minimum price change percentage in the last eight hours. Filter for records with price change percentage greater than the minimum price change percentage value, including those with price change percentage equal to the minimum.","in":"query","required":false,"schema":{"type":"number"}},"tokenListV3MinVolume24hUsdParam":{"name":"min_volume_24h_usd","description":"Specify the minimum volume in the last 24 hours. Filter for records with volume greater than the minimum volume value, including those with volume equal to the minimum.","in":"query","required":false,"schema":{"type":"number"}},"tokenListV3MinVolume24hChangePercentageParam":{"name":"min_volume_24h_change_percent","description":"Specify the minimum volume change percentage in the last 24 hours. Filter for records with volume change percentage greater than the minimum volume change percentage value, including those with volume change percentage equal to the minimum.","in":"query","required":false,"schema":{"type":"number"}},"tokenListV3MinVolume7dUsdParam":{"name":"min_volume_7d_usd","description":"Specify the minimum volume in the last 7 days. Filter for records with volume greater than the minimum volume value, including those with volume equal to the minimum.","in":"query","required":false,"schema":{"type":"number"}},"tokenListV3MinVolume7dChangePercentageParam":{"name":"min_volume_7d_change_percent","description":"Specify the minimum volume change percentage in the last 7 days. Filter for records with volume change percentage greater than the minimum volume change percentage value, including those with volume change percentage equal to the minimum.","in":"query","required":false,"schema":{"type":"number"}},"tokenListV3MinVolume30dUsdParam":{"name":"min_volume_30d_usd","description":"Specify the minimum volume in the last 30 days. Filter for records with volume greater than the minimum volume value, including those with volume equal to the minimum.","in":"query","required":false,"schema":{"type":"number"}},"tokenListV3MinVolume30dChangePercentageParam":{"name":"min_volume_30d_change_percent","description":"Specify the minimum volume change percentage in the last 30 days. Filter for records with volume change percentage greater than the minimum volume change percentage value, including those with volume change percentage equal to the minimum.","in":"query","required":false,"schema":{"type":"number"}},"tokenListV3MinPriceChange24hPercentageParam":{"name":"min_price_change_24h_percent","description":"Specify the minimum price change percentage in the last 24 hours. Filter for records with price change percentage greater than the minimum price change percentage value, including those with price change percentage equal to the minimum.","in":"query","required":false,"schema":{"type":"number"}},"tokenListV3MinPriceChange7dPercentageParam":{"name":"min_price_change_7d_percent","description":"Specify the minimum price change percentage in the last 7 days. Filter for records with price change percentage greater than the minimum price change percentage value, including those with price change percentage equal to the minimum.","in":"query","required":false,"schema":{"type":"number"}},"tokenListV3MinPriceChange30dPercentageParam":{"name":"min_price_change_30d_percent","description":"Specify the minimum price change percentage in the last 30 days. Filter for records with price change percentage greater than the minimum price change percentage value, including those with price change percentage equal to the minimum.","in":"query","required":false,"schema":{"type":"number"}},"offsetParam":{"name":"offset","description":"Specify the offset for pagination. Filter for records with offset greater than the specified offset value, including those with offset equal to the specified offset.","in":"query","required":false,"schema":{"type":"integer","default":0}},"typeTopGainerLoserParam":{"name":"type","description":"Specify the type of top gainers/losers. Filter for records with type equal to the specified type.","in":"query","required":true,"schema":{"type":"string","enum":["yesterday","today","1W"],"default":"1W"}},"typeMintBurnTxsParam":{"name":"type","description":"Specify the type of mint/burn transactions. Filter for records with type equal to the specified type.","in":"query","required":true,"schema":{"type":"string","enum":["all","mint","burn"],"default":"all"}},"afterTimeMintBurnTxsParam":{"name":"after_time","description":"Specify the lower bound of time. Filter for records with time greater than the specified after time value, excluding those with time equal to the specified after time.","in":"query","required":false,"schema":{"type":"integer"}},"beforeTimeMintBurnTxsParam":{"name":"before_time","description":"Specify the upper bound of time. Filter for records with time less than the specified before time value, excluding those with time equal to the specified before time.","in":"query","required":false,"schema":{"type":"integer"}},"sortByMintBurnTxsParam":{"name":"sort_by","description":"Specify the sort order for mint/burn transactions. Filter for records with sort order equal to the specified sort order.","in":"query","required":true,"schema":{"type":"string","enum":["block_time"],"default":"block_time"}},"offset10kParam":{"name":"offset","description":"Pagination start position. offset + limit <= 10000","in":"query","required":false,"schema":{"type":"integer","default":0,"minimum":0,"maximum":10000}},"offset9999Param":{"name":"offset","description":"Make sure offset + limit <= 10000","in":"query","required":false,"schema":{"type":"integer","default":0,"minimum":0,"maximum":9999}},"offset50kParam":{"name":"offset","description":"Make sure offset + limit <= 50000","in":"query","required":false,"schema":{"type":"integer","default":0,"minimum":0,"maximum":50000}},"limitParam":{"name":"limit","description":"Number of items per page.","in":"query","required":false,"schema":{"type":"integer","default":50,"minimum":1,"maximum":50}},"limit10Param":{"name":"limit","description":"Number of items per page.","in":"query","required":false,"schema":{"type":"integer","default":10,"minimum":1,"maximum":10}},"limit20Param":{"name":"limit","description":"Number of items per page.","in":"query","required":false,"schema":{"type":"integer","default":20,"minimum":1,"maximum":20}},"limit20Default10Param":{"name":"limit","description":"Number of items per page.","in":"query","required":false,"schema":{"type":"integer","default":10,"minimum":1,"maximum":20}},"limit100Param":{"name":"limit","description":"Number of items per page.","in":"query","required":false,"schema":{"type":"integer","default":100,"minimum":1,"maximum":100}},"limit500Param":{"name":"limit","description":"Number of items per page.","in":"query","required":false,"schema":{"type":"integer","default":100,"minimum":1,"maximum":500}},"limit5000Param":{"name":"limit","description":"Number of items per page.","in":"query","required":false,"schema":{"type":"integer","default":5000,"minimum":1,"maximum":5000}},"scrollIdParam":{"name":"scroll_id","description":"Assign scroll_id to continue fetching data from previous scroll request","in":"query","required":false,"schema":{"type":"string"}},"timeFromParam":{"name":"time_from","description":"Specify the start time using unix timestamps in seconds","in":"query","required":true,"schema":{"type":"integer","minimum":0,"maximum":10000000000},"example":1726700000},"timeToParam":{"name":"time_to","description":"Specify the end time using unix timestamps in seconds","in":"query","required":true,"schema":{"type":"integer","minimum":0,"maximum":10000000000},"example":1726704000},"timeToOptionalParam":{"name":"time_to","description":"Specify the end time using unix timestamps in seconds","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10000000000},"example":1726704000},"beforeTimeParam":{"name":"before_time","description":"Specify the time seeked before using unix timestamps in seconds","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10000000000},"example":1741531133},"afterTimeParam":{"name":"after_time","description":"Specify the time seeked after using unix timestamps in seconds","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10000000000},"example":1741444733},"beforeBlockNumberParam":{"name":"before_block_number","description":"Specify the upper bound of block_number for the filter range, excluding values equal to before_block_number.","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":9007199254740991},"example":1000000},"afterBlockNumberParam":{"name":"after_block_number","description":"Specify the lower bound of block_number for the filter range, excluding values equal to after_block_number.","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":9007199254740991},"example":1000000},"txTypeParam":{"name":"tx_type","in":"query","required":false,"schema":{"type":"string","enum":["swap","add","remove","all"],"default":"swap"}},"txTypeDefaultAllParam":{"name":"tx_type","in":"query","required":false,"schema":{"type":"string","enum":["swap","add","remove","all"]}},"tokenTxsV3TxTypeParam":{"name":"tx_type","in":"query","required":false,"schema":{"type":"string","enum":["swap","buy","sell","add","remove","all"],"default":"swap"}},"walletApiLimitParam":{"name":"limit","description":"Limit the number of records returned.","in":"query","required":false,"schema":{"type":"integer","default":100,"minimum":1,"maximum":100}},"walletApiBeforeParam":{"name":"before","description":"A transaction hash to traverse starting from. Only works with Solana.","in":"query","required":false,"schema":{"type":"string"}},"timeFrameParam":{"name":"time_frame","in":"query","required":true,"schema":{"type":"string","enum":["30m","1h","2h","4h","6h","8h","12h","24h"],"default":"24h"}},"addressTypeParam":{"name":"address_type","in":"query","required":true,"schema":{"type":"string","enum":["token","pair"]}},"unixtimeParam":{"name":"unixtime","in":"query","required":false,"schema":{"type":"integer","minimum":0,"maximum":10000000000},"example":1726700000},"memePlatformEnabledParam":{"name":"meme_platform_enabled","description":"Enable to receive token new listing from meme platforms (eg: pump.fun). This filter only supports Solana.","in":"query","required":false,"schema":{"type":"boolean","enum":[true,false],"default":false}},"keywordSearchParam":{"name":"keyword","in":"query","schema":{"type":"string"},"example":"sol"},"jupStrictFilterSearchParam":{"name":"verify_token","description":"A filter to retrieve tokens based on their verification status (supported on Solana).","in":"query","schema":{"type":"boolean","enum":[true,false]},"example":true},"sourceFilterSearchParam":{"name":"markets","description":"A comma-separated list of market sources to filter results (supported on Solana). Available options: ['Raydium', 'Raydium CP', 'Raydium Clamm', 'Meteora', 'Meteora DLMM', 'Fluxbeam', 'Pump.fun', 'OpenBook', 'OpenBook V2', 'Orca'].","in":"query","schema":{"type":"string"},"example":"Raydium, Pump.fun"},"targetSearchParam":{"name":"target","description":"An option to search tokens based on their expected results as token, market, or both.","in":"query","schema":{"type":"string","enum":["all","token","market"],"default":"all"}},"searchModeSearchParam":{"name":"search_mode","description":"An option to search tokens with exact match or partially match.","in":"query","schema":{"type":"string","enum":["exact","fuzzy"],"default":"exact"}},"searchBySearchParam":{"name":"search_by","description":"An option to search tokens by symbol, name, or both.","in":"query","schema":{"type":"string","enum":["combination","address","name","symbol"],"default":"symbol"}},"timeframeDurationAlltimeTrades":{"name":"time_frame","description":"Time interval (Example: '24h')","in":"query","required":true,"schema":{"type":"string","enum":["1m","5m","30m","1h","2h","4h","8h","24h","3d","7d","14d","30d","90d","180d","1y","alltime"],"default":"24h"}},"listTimeFrameParam":{"name":"frames","description":"A list of time frames seprated by comma (,). List of supported time frames: 1m, 5m, 30m, 1h, 2h, 4h, 8h, 24h. Only support Solana, Base.","in":"query","required":false,"schema":{"type":"string"},"examples":{"single":{"value":"1m"},"double":{"value":"1m,5m"},"multiple":{"value":"1m,30m,24h"}}},"listTimeFrameDynamicParam":{"name":"frames","description":"A list of custom time intervals separated by comma (,). Users can pass up to 8 intervals.\nRules:\n- Minute intervals: from 1m up to 1440m (e.g. 1m,15m,16m,17m,89m,90m,92m,1440m ...).\n- Second intervals: must be multiples of 5s, from 5s up to 3600s (e.g. 5s,10s,15s,90s,3600s   ...).\n- Hours intervals: only support (1h 2h 4h 8h 24h)\n","in":"query","required":false,"schema":{"type":"string"},"examples":{"minute_intervals":{"value":"1m,15m,30m,90m,1000m,1440m"},"second_intervals":{"value":"5s,15s,30s,1000s,3600s"},"mixed":{"value":"5s,300s,30m,90m,1440m"}}},"listTimeFramePriceStatsParam":{"name":"list_timeframe","description":"A list of time frames seprated by comma (,). List of supported time frames: 1m, 5m, 30m, 1h, 2h, 4h, 8h, 24h, 2d, 3d, 7d","in":"query","required":false,"schema":{"type":"string"},"examples":{"single":{"value":"1m"},"double":{"value":"1m,5m"},"multiple":{"value":"1m,30m,24h"}}},"walletBalanceTokenTypeParam":{"name":"type","in":"query","schema":{"type":"string","enum":["SOL","SPL"]}},"walletBalanceChangeTypeParam":{"name":"change_type","in":"query","schema":{"type":"string","enum":["increase","decrease"]}},"limit100Default20Param":{"name":"limit","in":"query","required":false,"schema":{"type":"integer","default":20,"minimum":1,"maximum":100}},"limit20Default20Param":{"name":"limit","in":"query","required":false,"schema":{"type":"integer","default":20,"minimum":1,"maximum":20}},"walletCurrentNetWorthFilterValueParam":{"name":"filter_value","description":"A parameter used to filter assets, returning only those whose value is greater than or equal to the specified filter_value.","in":"query","schema":{"type":"number"},"example":"12.5"},"walletCurrentNetWorthIntervalParam":{"name":"interval","in":"query","schema":{"type":"string","enum":["1h","6h","24h","2d","3d","7d"]}},"accountAddressParam":{"name":"address","description":"The address of the account.","in":"query","required":true,"schema":{"type":"string"},"examples":{"solana":{"value":"eJpBLoF3bgXpzjxqJRAvMchjEo4EqdAmiQh3ASmEtZT"}}},"walletAddressParam":{"name":"wallet","description":"The wallet of the account.","in":"query","required":true,"schema":{"type":"string"},"examples":{"solana":{"value":"eJpBLoF3bgXpzjxqJRAvMchjEo4EqdAmiQh3ASmEtZT"}}},"optionalTokenAddressParam":{"name":"token_address","description":"The address of the token contract.","in":"query","schema":{"type":"string"},"examples":{"wsol":{"value":"So11111111111111111111111111111111111111112"},"solana":{"value":"DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263"},"ethereum":{"value":"0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce"},"solana_scaled_ui":{"value":"Xsc9qvGR1efVDFGLrVsmkzv3qi45LTBjeUKSPmx9qEh"}}},"optionalTimeFromParam":{"name":"time_from","description":"Specify the start time using unix timestamps in seconds","in":"query","required":false,"schema":{"type":"integer","minimum":0,"maximum":10000000000},"example":1726700000},"optionalTimeToParam":{"name":"time_to","description":"Specify the end time using unix timestamps in seconds","in":"query","required":false,"schema":{"type":"integer","minimum":0,"maximum":10000000000},"example":1726704000},"currentNetworkSortByParam":{"name":"sort_by","description":"Specify the sort field.","in":"query","required":false,"schema":{"type":"string","enum":["value"],"default":"value"}},"onlyOffset10kParam":{"name":"offset","description":"Make sure offset <= 10000","in":"query","required":false,"schema":{"type":"integer","default":0,"minimum":0,"maximum":10000}},"uiAmountModeParam":{"name":"ui_amount_mode","description":"Indicate whether to use the scaled amount for scaled ui amount tokens. Only support solana","in":"query","required":false,"schema":{"type":"string","enum":["raw","scaled","both"],"default":"raw"}},"uiAmountModeSplitParam":{"name":"ui_amount_mode","description":"Indicate whether to use the scaled amount for scaled ui amount tokens. Only support solana","in":"query","required":false,"schema":{"type":"string","enum":["raw","scaled"],"default":"scaled"}},"ohlcvModeParam":{"name":"mode","description":"Select either range (time range) or count (number of candles). If mode is count, time_from and time_to params must exist but not both. Default: range","in":"query","required":false,"schema":{"type":"string","enum":["range","count"]}},"ohlcvCountLimitParam":{"name":"count_limit","description":"Specify the maximum candles returned. Only used with mode \"count\". Default: 5000","in":"query","required":false,"schema":{"type":"integer","minimum":0,"maximum":5000}},"ohlcvPaddingParam":{"name":"padding","description":"Indicate whether to use padding on empty candles. Default: false","in":"query","required":false,"schema":{"type":"boolean","enum":[true,false]}},"ohlcvOutlierParam":{"name":"outlier","description":"Indicate whether to allow outliers exist in the results. Default: true","in":"query","required":false,"schema":{"type":"boolean","enum":[true,false]}},"ohlcvInversionParam":{"name":"inversion","description":"Indicate whether to invert the base/quote on pair. Default: false","in":"query","required":false,"schema":{"type":"boolean","enum":[true,false]}},"memeListSourceParam":{"name":"source","description":"Source name of the meme token. Default to all","in":"query","required":false,"schema":{"type":"string","enum":["all","pump_dot_fun","moonshot","raydium_launchlab","meteora_dynamic_bonding_curve","four.meme","nad.fun","flap","something","lfj_token_mill"],"default":"all"}},"memeCreatorParam":{"name":"creator","description":"Creator of the meme token","in":"query","required":false,"schema":{"type":"string"},"examples":{"creator":{"value":"F2Q7h7KSmHqE4bW2xCU1Qmeicge1UZdjZAJZnU1736wU"}}},"memeListPlatformIdParam":{"name":"platform_id","description":"The program address of the meme platform.","in":"query","required":false,"schema":{"type":"string"},"examples":{"solana_pump_fun":{"value":"6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF6P"}}},"memeListMinProgressPercentParam":{"name":"min_progress_percent","in":"query","required":false,"schema":{"type":"number","minimum":0,"exclusiveMinimum":true,"maximum":100}},"memeListMaxProgressPercentParam":{"name":"max_progress_percent","in":"query","required":false,"schema":{"type":"number","minimum":0,"exclusiveMinimum":true,"maximum":100,"exclusiveMaximum":true}},"memeListMinGraduatedTimeParam":{"name":"min_graduated_time","in":"query","required":false,"schema":{"type":"number","minimum":0,"exclusiveMinimum":true,"maximum":10000000000}},"memeListMaxGraduatedTimeParam":{"name":"max_graduated_time","in":"query","required":false,"schema":{"type":"number","minimum":0,"exclusiveMinimum":true,"maximum":10000000000}},"memeListMinCreationTimeParam":{"name":"min_creation_time","in":"query","required":false,"schema":{"type":"number","minimum":0,"exclusiveMinimum":true,"maximum":10000000000}},"memeListMaxCreationTimeParam":{"name":"max_creation_time","in":"query","required":false,"schema":{"type":"number","minimum":0,"exclusiveMinimum":true,"maximum":10000000000}},"memeListGraduatedParam":{"name":"graduated","description":"Filter meme tokens which already graduated","in":"query","required":false,"schema":{"type":"boolean"}},"memeListSortByParam":{"name":"sort_by","in":"query","required":true,"schema":{"type":"string","enum":["progress_percent","graduated_time","creation_time","liquidity","market_cap","fdv","recent_listing_time","last_trade_unix_time","holder","volume_1h_usd","volume_2h_usd","volume_4h_usd","volume_8h_usd","volume_24h_usd","volume_7d_usd","volume_30d_usd","volume_1h_change_percent","volume_2h_change_percent","volume_4h_change_percent","volume_8h_change_percent","volume_24h_change_percent","volume_7d_change_percent","volume_30d_change_percent","price_change_1h_percent","price_change_2h_percent","price_change_4h_percent","price_change_8h_percent","price_change_24h_percent","price_change_7d_percent","price_change_30d_percent","trade_1h_count","trade_2h_count","trade_4h_count","trade_8h_count","trade_24h_count","trade_7d_count","trade_30d_count"],"default":"progress_percent"}},"memeTokenAddressParam":{"name":"address","description":"Address of a meme token","in":"query","required":true,"schema":{"type":"string","default":"HHuLN58RAJoyNxwYte8NdEyV7dhQzDCLXDmTraHspump"},"examples":{"solana":{"value":"HHuLN58RAJoyNxwYte8NdEyV7dhQzDCLXDmTraHspump"}}},"netWorthCount30Default7Param":{"name":"count","in":"query","required":false,"schema":{"type":"integer","default":7,"minimum":1,"maximum":30}},"networthDirection":{"name":"direction","in":"query","required":false,"schema":{"type":"string","enum":["back","forward"],"default":"back"}},"networthType":{"name":"type","in":"query","required":false,"schema":{"type":"string","enum":["1h","1d"],"default":"1d"}},"networthTimeOptional":{"name":"time","description":"Time get net worth. Default is current time.","in":"query","required":false,"schema":{"type":"string"},"example":"2025-07-30 02:00:00"},"tokenAddressesParam":{"name":"token_addresses","description":"List of token address.","in":"query","required":true,"schema":{"type":"string"},"examples":{"solana":{"value":"pumpsAkNcb1nZs89Uees3DyRzUGxjqThuzF3A8LVVfn,So11111111111111111111111111111111111111112"}}},"tokenAddressV2Param":{"name":"token_address","description":"The address of the token contract.","in":"query","required":true,"schema":{"type":"string"},"examples":{"solana":{"value":"DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263"},"ethereum":{"value":"0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce"},"solana_scaled_ui":{"value":"Xsc9qvGR1efVDFGLrVsmkzv3qi45LTBjeUKSPmx9qEh"}}},"transferFromWalletParam":{"name":"from_wallet","description":"The address of the wallet","in":"query","required":false,"schema":{"type":"string"},"examples":{"solana":{"value":"eJpBLoF3bgXpzjxqJRAvMchjEo4EqdAmiQh3ASmEtZT"}}},"transferToWalletParam":{"name":"to_wallet","description":"The address of the wallet","in":"query","required":false,"schema":{"type":"string"},"examples":{"solana":{"value":"eJpBLoF3bgXpzjxqJRAvMchjEo4EqdAmiQh3ASmEtZT"}}},"transferFlowParam":{"name":"flow","description":"A list transfer flow: in, out","in":"query","required":false,"schema":{"type":"string"},"example":"in"},"transferActionParam":{"name":"action","description":"A list transfer action: transfer, set_authority, mint, burn","in":"query","required":false,"schema":{"type":"string"},"example":"transfer"},"optionalFromAmountParam":{"name":"from_amount","description":"Minimum amount filter, support up to 3 decimals","in":"query","required":false,"schema":{"type":"number"},"example":13.111},"optionalToAmountParam":{"name":"to_amount","description":"Minimum amount filter, support up to 3 decimals","in":"query","required":false,"schema":{"type":"number"},"example":13.111},"optionalFromValueParam":{"name":"from_value","description":"Minimum value filter, support up to 3 decimals","in":"query","required":false,"schema":{"type":"number"},"example":13.111},"optionalToValueParam":{"name":"to_value","description":"Minimum value filter, support up to 3 decimals","in":"query","required":false,"schema":{"type":"number"},"example":13.111},"walletsParam":{"name":"wallets","description":"List of wallet.","in":"query","required":true,"schema":{"type":"string"},"examples":{"solana":{"value":"4mwReoK1x668B6KuuSAbGm2tUQULSTHGgTpCa2jUMXtD,3aLF8VXyUbEPSFyqSoQrsq6TdgKXgLmwJprE2yTfdNA2"}}},"minVolumeParam":{"name":"min_volume","in":"query","description":"Minimum volume value, support up to 3 decimals","required":false,"schema":{"type":"number"},"example":12.111},"maxVolumeParam":{"name":"max_volume","in":"query","description":"Maximum volume value, support up to 3 decimals","required":false,"schema":{"type":"number"},"example":13.111},"volumeTypeRequiredParam":{"name":"volume_type","in":"query","description":"Volume type value to be filtered","required":true,"schema":{"type":"string","enum":["usd","amount"]},"example":"usd"},"walletPnlDurationParam":{"name":"duration","description":"Duration of wallet pnl","in":"query","required":false,"schema":{"type":"string","enum":["all","90d","30d","7d","24h"],"default":"all"}},"smartMoneyTokenIntervalParam":{"name":"interval","in":"query","schema":{"type":"string","enum":["1d","7d","30d"],"default":"1d"}},"smartMoneyTokenTraderStyleParam":{"name":"trader_style","in":"query","schema":{"type":"string","enum":["all","risk_averse","risk_balancers","trenchers"],"default":"all"}},"smartMoneyTokenSortByParam":{"name":"sort_by","in":"query","schema":{"type":"string","enum":["net_flow","smart_traders_no","market_cap"],"default":"smart_traders_no"}}},"schemas":{"SupportedNetworksResponse":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean"},"data":{"type":"array","items":{"type":"string"}}}},"DefiPriceResponse":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean"},"data":{"$ref":"#/components/schemas/DefiPriceObject"}}},"DefiMultiPriceResponse":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean"},"data":{"type":"object","description":"A hashmap with token addresses as keys and the price object as value","additionalProperties":{"$ref":"#/components/schemas/DefiPriceObject"},"maxProperties":10}}},"DefiHistoryPriceResponse":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean"},"data":{"type":"object","required":["items"],"properties":{"isScaledUiToken":{"type":"boolean"},"multiplier":{"type":"number"},"items":{"type":"array","items":{"type":"object","properties":{"unixTime":{"type":"integer"},"value":{"type":"number"},"scaledValue":{"type":"number"}}}}}}}},"DefiHistoryPriceUnixResponse":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean"},"data":{"type":"object","required":["value","updateUnixTime","priceChange24h"],"properties":{"value":{"type":"number"},"updateUnixTime":{"type":"integer"},"priceChange24h":{"type":"number"},"isScaledUiToken":{"type":"boolean"},"scaledValue":{"type":"number"},"multiplier":{"type":"number"}}}}},"DefiOhlcvPairResponse":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean"},"data":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","required":["o","h","l","c","v","address","type","unixTime","currency"],"properties":{"o":{"type":"number"},"h":{"type":"number"},"l":{"type":"number"},"c":{"type":"number"},"v":{"type":"number"},"address":{"type":"string"},"type":{"type":"string"},"unixTime":{"type":"integer"},"currency":{"type":"string"}}}}}}}},"DefiOhlcvPairV3Response":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean"},"data":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","required":["o","h","l","c","v","address","type","unix_time","currency","v_usd"],"properties":{"o":{"type":"number"},"h":{"type":"number"},"l":{"type":"number"},"c":{"type":"number"},"v":{"type":"number"},"v_usd":{"type":"number"},"address":{"type":"string"},"type":{"type":"string"},"unix_time":{"type":"integer"},"currency":{"type":"string"}}}}}}}},"DefiOhlcvResponse":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean"},"data":{"type":"object","properties":{"isScaledUiToken":{"type":"boolean"},"multiplier":{"type":"number"},"items":{"type":"array","items":{"type":"object","required":["o","h","l","c","v","address","type","unixTime","currency"],"properties":{"o":{"type":"number"},"h":{"type":"number"},"l":{"type":"number"},"c":{"type":"number"},"v":{"type":"number"},"address":{"type":"string"},"type":{"type":"string"},"unixTime":{"type":"integer"},"currency":{"type":"string"},"scaledO":{"type":"number"},"scaledH":{"type":"number"},"scaledL":{"type":"number"},"scaledC":{"type":"number"},"scaledV":{"type":"number"}}}}}}}},"DefiOhlcvV3Response":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean"},"data":{"type":"object","properties":{"is_scaled_ui_token":{"type":"boolean"},"multiplier":{"type":"number"},"items":{"type":"array","items":{"type":"object","required":["o","h","l","c","v","address","type","unix_time","currency","v_usd"],"properties":{"o":{"type":"number"},"h":{"type":"number"},"l":{"type":"number"},"c":{"type":"number"},"v":{"type":"number"},"v_usd":{"type":"number"},"address":{"type":"string"},"type":{"type":"string"},"unix_time":{"type":"integer"},"currency":{"type":"string"},"scaled_o":{"type":"number"},"scaled_h":{"type":"number"},"scaled_l":{"type":"number"},"scaled_c":{"type":"number"},"scaled_v":{"type":"number"}}}}}}}},"DefiOhlcvBaseQuoteResponse":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean"},"data":{"type":"object","properties":{"isScaledUiTokenBase":{"type":"boolean"},"isScaledUiTokenQuote":{"type":"boolean"},"multiplierBase":{"type":"number"},"multiplierQuote":{"type":"number"},"items":{"type":"array","items":{"type":"object","required":["o","h","l","c","v","address","type","unixTime"],"properties":{"o":{"type":"number"},"h":{"type":"number"},"l":{"type":"number"},"c":{"type":"number"},"vBase":{"type":"number"},"vQuote":{"type":"number"},"unixTime":{"type":"integer"},"scaledO":{"type":"number"},"scaledH":{"type":"number"},"scaledL":{"type":"number"},"scaledC":{"type":"number"},"scaledVBase":{"type":"number"},"scaledVQuote":{"type":"number"}}}}}}}},"DefiPriceVolumeSingleResponse":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean"},"data":{"$ref":"#/components/schemas/DefiPriceVolumeObject"}}},"DefiPriceVolumeMultiResponse":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean"},"data":{"type":"object","description":"A hashmap with token addresses as keys and the price volume object as value","additionalProperties":{"$ref":"#/components/schemas/DefiPriceVolumeObject"},"maxProperties":10}}},"DefiTokenListV1Response":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean"},"data":{"type":"object","properties":{"updateUnixTime":{"type":"integer"},"updateTime":{"type":"string"},"total":{"type":"number"},"tokens":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"decimals":{"type":"integer"},"lastTradeUnixTime":{"type":"integer"},"liquidity":{"type":"number"},"logoURI":{"type":"string"},"mc":{"type":"number"},"name":{"type":"string"},"symbol":{"type":"string"},"v24hChangePercent":{"type":"number"},"v24hUSD":{"type":"number"}}}}}}}},"DefiTokenCreationInfoResponse":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean"},"data":{"type":"object","properties":{"txHash":{"type":"string"},"slot":{"type":"integer"},"tokenAddress":{"type":"string"},"decimals":{"type":"integer"},"owner":{"type":"string"},"blockUnixTime":{"type":"integer"},"blockHumanTime":{"type":"string"}}}}},"DefiTokenExitLiquidityResponse":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean"},"data":{"$ref":"#/components/schemas/DefiTokenExitLiquidityObject"}}},"DefiTokenExitLiquidityMultipleResponse":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean"},"data":{"type":"object","required":["items"],"properties":{"items":{"description":"A list of objects containing token exit liquidity data","type":"array","items":{"$ref":"#/components/schemas/DefiTokenExitLiquidityObject"}}}}}},"DefiTokenTrendingListResponse":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean"},"data":{"type":"object","properties":{"updateUnixTime":{"type":"integer"},"updateTime":{"type":"string"},"total":{"type":"number"},"tokens":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"decimals":{"type":"integer"},"liquidity":{"type":"number"},"logoURI":{"type":"string"},"name":{"type":"string"},"symbol":{"type":"string"},"volume24hUSD":{"type":"number"},"volume24hChangePercent":{"type":"number"},"rank":{"type":"integer"},"price":{"type":"number"},"price24hChangePercent":{"type":"number"},"fdv":{"type":"number"},"marketcap":{"type":"number"}}}}}}}},"DefiTokenMetadataSingleResponse":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean"},"data":{"$ref":"#/components/schemas/DefiTokenMetadataObject"}}},"DefiTokenMetadataMultipleResponse":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean"},"data":{"type":"object","description":"A hashmap with token addresses as keys and the TokenMetadata object as value","additionalProperties":{"$ref":"#/components/schemas/DefiTokenMetadataObject"},"maxProperties":50}}},"DefiTokenMarketDataSingleResponse":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean"},"data":{"$ref":"#/components/schemas/DefiTokenMarketDataObject"}}},"DefiTokenMarketDataMultipleResponse":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean"},"data":{"type":"object","description":"A hashmap with token addresses as keys and the Token Market Data object as value","additionalProperties":{"$ref":"#/components/schemas/DefiTokenMarketDataObject"},"maxProperties":50}}},"DefiTokenTradeDataSingleResponse":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean"},"data":{"$ref":"#/components/schemas/DefiTokenTradeDataObject"}}},"DefiTokenTradeDataMultipleResponse":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean"},"data":{"type":"object","description":"A hashmap with token addresses as keys and the Token Trade Data object as value","additionalProperties":{"$ref":"#/components/schemas/DefiTokenTradeDataObject"},"maxProperties":50}}},"DefiTokenHolderResponse":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean"},"data":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"amount":{"type":"string"},"decimals":{"type":"integer"},"mint":{"type":"string"},"owner":{"type":"string"},"token_account":{"type":"string"},"ui_amount":{"type":"number"}}}}}}}},"DefiTokenMintBurnTxsResponse":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean"},"data":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"amount":{"type":"string"},"block_human_time":{"type":"string"},"block_time":{"type":"number"},"common_type":{"type":"string"},"decimals":{"type":"number"},"mint":{"type":"string"},"program_id":{"type":"string"},"slot":{"type":"number"},"tx_hash":{"type":"string"},"ui_amount":{"type":"number"},"ui_amount_string":{"type":"string"}}}}}}}},"DefiTokenListV3Response":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean"},"data":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"name":{"type":"string"},"symbols":{"type":"string"},"decimals":{"type":"integer"},"logo_uri":{"type":"string"},"market_cap":{"type":"number"},"fdv":{"type":"number"},"liquidity":{"type":"number"},"price":{"type":"number"},"holder":{"type":"integer"},"volume_1h_usd":{"type":"number"},"volume_1h_change_percent":{"type":"number"},"price_change_1h_percent":{"type":"number"},"trade_1h_count":{"type":"integer"},"volume_2h_usd":{"type":"number"},"volume_2h_change_percent":{"type":"number"},"price_change_2h_percent":{"type":"number"},"trade_2h_count":{"type":"integer"},"volume_4h_usd":{"type":"number"},"volume_4h_change_percent":{"type":"number"},"price_change_4h_percent":{"type":"number"},"trade_4h_count":{"type":"integer"},"volume_8h_usd":{"type":"number"},"volume_8h_change_percent":{"type":"number"},"price_change_8h_percent":{"type":"number"},"trade_8h_count":{"type":"integer"},"volume_24h_usd":{"type":"number"},"volume_24h_change_percent":{"type":"number"},"price_change_24h_percent":{"type":"number"},"trade_24h_count":{"type":"integer"},"recent_listing_time":{"type":"integer"}}}}}}}},"DefiTokenListV3ScrollResponse":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean"},"data":{"type":"object","properties":{"next_scroll_id":{"type":"string"},"scroll_time":{"type":"string"},"items":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"name":{"type":"string"},"symbols":{"type":"string"},"decimals":{"type":"integer"},"logo_uri":{"type":"string"},"market_cap":{"type":"number"},"fdv":{"type":"number"},"liquidity":{"type":"number"},"price":{"type":"number"},"holder":{"type":"integer"},"volume_1h_usd":{"type":"number"},"volume_1h_change_percent":{"type":"number"},"price_change_1h_percent":{"type":"number"},"trade_1h_count":{"type":"integer"},"volume_2h_usd":{"type":"number"},"volume_2h_change_percent":{"type":"number"},"price_change_2h_percent":{"type":"number"},"trade_2h_count":{"type":"integer"},"volume_4h_usd":{"type":"number"},"volume_4h_change_percent":{"type":"number"},"price_change_4h_percent":{"type":"number"},"trade_4h_count":{"type":"integer"},"volume_8h_usd":{"type":"number"},"volume_8h_change_percent":{"type":"number"},"price_change_8h_percent":{"type":"number"},"trade_8h_count":{"type":"integer"},"volume_24h_usd":{"type":"number"},"volume_24h_change_percent":{"type":"number"},"price_change_24h_percent":{"type":"number"},"trade_24h_count":{"type":"integer"},"recent_listing_time":{"type":"integer"}}}}}}}},"DefiTokenListAllResponse":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean"},"data":{"type":"object","properties":{"url":{"type":"string"}}}}},"DefiTokenNewListingResponse":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean"},"data":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"symbol":{"type":"string"},"name":{"type":"string"},"source":{"type":"string"},"liquidityAddedAt":{"type":"string"},"logoURI":{"type":"string"},"liquidity":{"type":"number"}}}}}}}},"DefiTokenTopTradedResponse":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean"},"data":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"tokenAddress":{"type":"string"},"owner":{"type":"string"},"tags":{"type":"array"},"type":{"type":"string"},"volume":{"type":"number"},"trade":{"type":"integer"},"tradeBuy":{"type":"integer"},"tradeSell":{"type":"integer"},"volumeBuy":{"type":"number"},"volumeSell":{"type":"number"}}}}}}}},"TraderGainerLoserResponse":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean"},"data":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"network":{"type":"string"},"address":{"type":"string"},"pnl":{"type":"number"},"volume":{"type":"number"},"trade_count":{"type":"integer"}}}}}}}},"DefiTokenMarketsResponse":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean"},"data":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object"}},"total":{"type":"integer"}}}}},"DefiTxsV3LatestBlockResponse":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean"},"data":{"type":"object","required":["block_number"],"properties":{"block_number":{"type":"integer"}}}}},"CommonResponseType":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean"},"data":{"type":"object"}}},"TraversableArrayOfObjectResponseType":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean"},"data":{"type":"object","required":["items","hasNext"],"properties":{"items":{"type":"array","items":{"type":"object"}},"hasNext":{"type":"boolean"}}}}},"ErrorResponse":{"type":"object","properties":{"success":{"type":"boolean"},"message":{"type":"string"}}},"DefiPriceObject":{"type":"object","required":["value","updateUnixTime","updateHumanTime","priceChange24h"],"properties":{"value":{"type":"number"},"updateUnixTime":{"type":"integer"},"updateHumanTime":{"type":"string"},"priceChange24h":{"type":"number"},"priceInNative":{"type":"number"},"liquidity":{"type":"number"},"isScaledUiToken":{"type":"boolean"},"scaledValue":{"type":"number"},"multiplier":{"type":"number"},"scaledPriceInNative":{"type":"number"}}},"DefiPriceVolumeObject":{"type":"object","required":["price","updateUnixTime","updateHumanTime","volumeUSD","volumeChangePercent","priceChangePercent"],"properties":{"price":{"type":"number"},"updateUnixTime":{"type":"integer"},"updateHumanTime":{"type":"string"},"volumeUSD":{"type":"number"},"volumeChangePercent":{"type":"number"},"priceChangePercent":{"type":"number"},"isScaledUiToken":{"type":"boolean"},"scaledValue":{"type":"number"},"multiplier":{"type":"number"}}},"DefiTokenMetadataObject":{"type":"object","required":["address","symbol","name","decimals","extensions","logoURI"],"properties":{"address":{"type":"string"},"symbol":{"type":"string"},"name":{"type":"string"},"decimals":{"type":"integer"},"extensions":{"type":"object","properties":{"coingecko_id":{"type":"string"},"website":{"type":"string"},"twitter":{"type":"string"},"discord":{"type":"string"},"medium":{"type":"string"}}},"logo_uri":{"type":"string"}}},"DefiTokenMarketDataObject":{"type":"object","required":["address","price","liquidity","total_supply","circulating_supply","market_cap","fdv"],"properties":{"address":{"type":"string"},"price":{"type":"number"},"liquidity":{"type":"number"},"total_supply":{"type":"number"},"circulating_supply":{"type":"number"},"market_cap":{"type":"number"},"fdv":{"type":"number"},"holder":{"type":"number"}}},"DefiTokenTradeDataObject":{"type":"object","required":["address","liquidity","last_trade_unix_time","last_trade_human_time","price","history_30m_price","price_change_30m_percent","history_1h_price","price_change_1h_percent","history_2h_price","price_change_2h_percent","history_4h_price","price_change_4h_percent","history_6h_price","price_change_6h_percent","history_8h_price","price_change_8h_percent","history_12h_price","price_change_12h_percent","history_24h_price","price_change_24h_percent","unique_wallet_30m","unique_wallet_history_30m","unique_wallet_30m_change_percent","unique_wallet_1h","unique_wallet_history_1h","unique_wallet_1h_change_percent","unique_wallet_2h","unique_wallet_history_2h","unique_wallet_2h_change_percent","unique_wallet_4h","unique_wallet_history_4h","unique_wallet_4h_change_percent","unique_wallet_8h","unique_wallet_history_8h","unique_wallet_8h_change_percent","unique_wallet_24h","unique_wallet_history_24h","unique_wallet_24h_change_percent","trade_30m","trade_history_30m","trade_30m_change_percent","sell_30m","sell_history_30m","sell_30m_change_percent","buy_30m","buy_history_30m","buy_30m_change_percent","volume_30m","volume_30m_usd","volume_history_30m","volume_history_30m_usd","volume_30m_change_percent","volume_buy_30m","volume_buy_30m_usd","volume_buy_history_30m","volume_buy_history_30m_usd","volume_buy_30m_change_percent","volume_sell_30m","volume_sell_30m_usd","volume_sell_history_30m","volume_sell_history_30m_usd","volume_sell_30m_change_percent","trade_1h","trade_history_1h","trade_1h_change_percent","sell_1h","sell_history_1h","sell_1h_change_percent","buy_1h","buy_history_1h","buy_1h_change_percent","volume_1h","volume_1h_usd","volume_history_1h","volume_history_1h_usd","volume_1h_change_percent","volume_buy_1h","volume_buy_1h_usd","volume_buy_history_1h","volume_buy_history_1h_usd","volume_buy_1h_change_percent","volume_sell_1h","volume_sell_1h_usd","volume_sell_history_1h","volume_sell_history_1h_usd","volume_sell_1h_change_percent","trade_2h","trade_history_2h","trade_2h_change_percent","sell_2h","sell_history_2h","sell_2h_change_percent","buy_2h","buy_history_2h","buy_2h_change_percent","volume_2h","volume_2h_usd","volume_history_2h","volume_history_2h_usd","volume_2h_change_percent","volume_buy_2h","volume_buy_2h_usd","volume_buy_history_2h","volume_buy_history_2h_usd","volume_buy_2h_change_percent","volume_sell_2h","volume_sell_2h_usd","volume_sell_history_2h","volume_sell_history_2h_usd","volume_sell_2h_change_percent","trade_4h","trade_history_4h","trade_4h_change_percent","sell_4h","sell_history_4h","sell_4h_change_percent","buy_4h","buy_history_4h","buy_4h_change_percent","volume_4h","volume_4h_usd","volume_history_4h","volume_history_4h_usd","volume_4h_change_percent","volume_buy_4h","volume_buy_4h_usd","volume_buy_history_4h","volume_buy_history_4h_usd","volume_buy_4h_change_percent","volume_sell_4h","volume_sell_4h_usd","volume_sell_history_4h","volume_sell_history_4h_usd","volume_sell_4h_change_percent","trade_8h","trade_history_8h","trade_8h_change_percent","sell_8h","sell_history_8h","sell_8h_change_percent","buy_8h","buy_history_8h","buy_8h_change_percent","volume_8h","volume_8h_usd","volume_history_8h","volume_history_8h_usd","volume_8h_change_percent","volume_buy_8h","volume_buy_8h_usd","volume_buy_history_8h","volume_buy_history_8h_usd","volume_buy_8h_change_percent","volume_sell_8h","volume_sell_8h_usd","volume_sell_history_8h","volume_sell_history_8h_usd","volume_sell_8h_change_percent","trade_24h","trade_history_24h","trade_24h_change_percent","sell_24h","sell_history_24h","sell_24h_change_percent","buy_24h","buy_history_24h","buy_24h_change_percent","volume_24h","volume_24h_usd","volume_history_24h","volume_history_24h_usd","volume_24h_change_percent","volume_buy_24h","volume_buy_24h_usd","volume_buy_history_24h","volume_buy_history_24h_usd","volume_buy_24h_change_percent","volume_sell_24h","volume_sell_24h_usd","volume_sell_history_24h","volume_sell_history_24h_usd","volume_sell_24h_change_percent"],"properties":{"address":{"type":"string"},"liquidity":{"type":"number"},"last_trade_unix_time":{"type":"number"},"last_trade_human_time":{"type":"string"},"price":{"type":"number"},"history_30m_price":{"type":"number"},"price_change_30m_percent":{"type":"number"},"history_1h_price":{"type":"number"},"price_change_1h_percent":{"type":"number"},"history_2h_price":{"type":"number"},"price_change_2h_percent":{"type":"number"},"history_4h_price":{"type":"number"},"price_change_4h_percent":{"type":"number"},"history_6h_price":{"type":"number"},"price_change_6h_percent":{"type":"number"},"history_8h_price":{"type":"number"},"price_change_8h_percent":{"type":"number"},"history_12h_price":{"type":"number"},"price_change_12h_percent":{"type":"number"},"history_24h_price":{"type":"number"},"price_change_24h_percent":{"type":"number"},"unique_wallet_30m":{"type":"number"},"unique_wallet_history_30m":{"type":"number"},"unique_wallet_30m_change_percent":{"type":"number"},"unique_wallet_1h":{"type":"number"},"unique_wallet_history_1h":{"type":"number"},"unique_wallet_1h_change_percent":{"type":"number"},"unique_wallet_2h":{"type":"number"},"unique_wallet_history_2h":{"type":"number"},"unique_wallet_2h_change_percent":{"type":"number"},"unique_wallet_4h":{"type":"number"},"unique_wallet_history_4h":{"type":"number"},"unique_wallet_4h_change_percent":{"type":"number"},"unique_wallet_8h":{"type":"number"},"unique_wallet_history_8h":{"type":"number"},"unique_wallet_8h_change_percent":{"type":"number"},"unique_wallet_24h":{"type":"number"},"unique_wallet_history_24h":{"type":"number"},"unique_wallet_24h_change_percent":{"type":"number"},"trade_30m":{"type":"number"},"trade_history_30m":{"type":"number"},"trade_30m_change_percent":{"type":"number"},"sell_30m":{"type":"number"},"sell_history_30m":{"type":"number"},"sell_30m_change_percent":{"type":"number"},"buy_30m":{"type":"number"},"buy_history_30m":{"type":"number"},"buy_30m_change_percent":{"type":"number"},"volume_30m":{"type":"number"},"volume_30m_usd":{"type":"number"},"volume_history_30m":{"type":"number"},"volume_history_30m_usd":{"type":"number"},"volume_30m_change_percent":{"type":"number"},"volume_buy_30m":{"type":"number"},"volume_buy_30m_usd":{"type":"number"},"volume_buy_history_30m":{"type":"number"},"volume_buy_history_30m_usd":{"type":"number"},"volume_buy_30m_change_percent":{"type":"number"},"volume_sell_30m":{"type":"number"},"volume_sell_30m_usd":{"type":"number"},"volume_sell_history_30m":{"type":"number"},"volume_sell_history_30m_usd":{"type":"number"},"volume_sell_30m_change_percent":{"type":"number"},"trade_1h":{"type":"number"},"trade_history_1h":{"type":"number"},"trade_1h_change_percent":{"type":"number"},"sell_1h":{"type":"number"},"sell_history_1h":{"type":"number"},"sell_1h_change_percent":{"type":"number"},"buy_1h":{"type":"number"},"buy_history_1h":{"type":"number"},"buy_1h_change_percent":{"type":"number"},"volume_1h":{"type":"number"},"volume_1h_usd":{"type":"number"},"volume_history_1h":{"type":"number"},"volume_history_1h_usd":{"type":"number"},"volume_1h_change_percent":{"type":"number"},"volume_buy_1h":{"type":"number"},"volume_buy_1h_usd":{"type":"number"},"volume_buy_history_1h":{"type":"number"},"volume_buy_history_1h_usd":{"type":"number"},"volume_buy_1h_change_percent":{"type":"number"},"volume_sell_1h":{"type":"number"},"volume_sell_1h_usd":{"type":"number"},"volume_sell_history_1h":{"type":"number"},"volume_sell_history_1h_usd":{"type":"number"},"volume_sell_1h_change_percent":{"type":"number"},"trade_2h":{"type":"number"},"trade_history_2h":{"type":"number"},"trade_2h_change_percent":{"type":"number"},"sell_2h":{"type":"number"},"sell_history_2h":{"type":"number"},"sell_2h_change_percent":{"type":"number"},"buy_2h":{"type":"number"},"buy_history_2h":{"type":"number"},"buy_2h_change_percent":{"type":"number"},"volume_2h":{"type":"number"},"volume_2h_usd":{"type":"number"},"volume_history_2h":{"type":"number"},"volume_history_2h_usd":{"type":"number"},"volume_2h_change_percent":{"type":"number"},"volume_buy_2h":{"type":"number"},"volume_buy_2h_usd":{"type":"number"},"volume_buy_history_2h":{"type":"number"},"volume_buy_history_2h_usd":{"type":"number"},"volume_buy_2h_change_percent":{"type":"number"},"volume_sell_2h":{"type":"number"},"volume_sell_2h_usd":{"type":"number"},"volume_sell_history_2h":{"type":"number"},"volume_sell_history_2h_usd":{"type":"number"},"volume_sell_2h_change_percent":{"type":"number"},"trade_4h":{"type":"number"},"trade_history_4h":{"type":"number"},"trade_4h_change_percent":{"type":"number"},"sell_4h":{"type":"number"},"sell_history_4h":{"type":"number"},"sell_4h_change_percent":{"type":"number"},"buy_4h":{"type":"number"},"buy_history_4h":{"type":"number"},"buy_4h_change_percent":{"type":"number"},"volume_4h":{"type":"number"},"volume_4h_usd":{"type":"number"},"volume_history_4h":{"type":"number"},"volume_history_4h_usd":{"type":"number"},"volume_4h_change_percent":{"type":"number"},"volume_buy_4h":{"type":"number"},"volume_buy_4h_usd":{"type":"number"},"volume_buy_history_4h":{"type":"number"},"volume_buy_history_4h_usd":{"type":"number"},"volume_buy_4h_change_percent":{"type":"number"},"volume_sell_4h":{"type":"number"},"volume_sell_4h_usd":{"type":"number"},"volume_sell_history_4h":{"type":"number"},"volume_sell_history_4h_usd":{"type":"number"},"volume_sell_4h_change_percent":{"type":"number"},"trade_8h":{"type":"number"},"trade_history_8h":{"type":"number"},"trade_8h_change_percent":{"type":"number"},"sell_8h":{"type":"number"},"sell_history_8h":{"type":"number"},"sell_8h_change_percent":{"type":"number"},"buy_8h":{"type":"number"},"buy_history_8h":{"type":"number"},"buy_8h_change_percent":{"type":"number"},"volume_8h":{"type":"number"},"volume_8h_usd":{"type":"number"},"volume_history_8h":{"type":"number"},"volume_history_8h_usd":{"type":"number"},"volume_8h_change_percent":{"type":"number"},"volume_buy_8h":{"type":"number"},"volume_buy_8h_usd":{"type":"number"},"volume_buy_history_8h":{"type":"number"},"volume_buy_history_8h_usd":{"type":"number"},"volume_buy_8h_change_percent":{"type":"number"},"volume_sell_8h":{"type":"number"},"volume_sell_8h_usd":{"type":"number"},"volume_sell_history_8h":{"type":"number"},"volume_sell_history_8h_usd":{"type":"number"},"volume_sell_8h_change_percent":{"type":"number"},"trade_24h":{"type":"number"},"trade_history_24h":{"type":"number"},"trade_24h_change_percent":{"type":"number"},"sell_24h":{"type":"number"},"sell_history_24h":{"type":"number"},"sell_24h_change_percent":{"type":"number"},"buy_24h":{"type":"number"},"buy_history_24h":{"type":"number"},"buy_24h_change_percent":{"type":"number"},"volume_24h":{"type":"number"},"volume_24h_usd":{"type":"number"},"volume_history_24h":{"type":"number"},"volume_history_24h_usd":{"type":"number"},"volume_24h_change_percent":{"type":"number"},"volume_buy_24h":{"type":"number"},"volume_buy_24h_usd":{"type":"number"},"volume_buy_history_24h":{"type":"number"},"volume_buy_history_24h_usd":{"type":"number"},"volume_buy_24h_change_percent":{"type":"number"},"volume_sell_24h":{"type":"number"},"volume_sell_24h_usd":{"type":"number"},"volume_sell_history_24h":{"type":"number"},"volume_sell_history_24h_usd":{"type":"number"},"volume_sell_24h_change_percent":{"type":"number"}}},"DefiTokenExitLiquidityObject":{"type":"object","required":["token","exit_liquidity","liquidity","price","currency","address","name","symbol","decimals","extensions","logo_uri"],"properties":{"token":{"type":"string"},"exit_liquidity":{"type":"number"},"liquidity":{"type":"number"},"price":{"type":"object","required":["value","update_unix_time","update_human_time","update_in_slot"],"properties":{"value":{"type":"number"},"update_unix_time":{"type":"integer"},"update_human_time":{"type":"string"},"update_in_slot":{"type":"integer"}}},"currency":{"type":"string"},"address":{"type":"string"},"name":{"type":"string"},"symbol":{"type":"string"},"decimals":{"type":"string"},"extensions":{"type":"object"},"logo_uri":{"type":"string"}}},"ListAddressBody":{"required":["list_address"],"type":"object","properties":{"list_address":{"type":"string","default":"So11111111111111111111111111111111111111112,DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263"}}},"TokenHolderBatchBody":{"required":["wallets","token_address"],"type":"object","properties":{"wallets":{"type":"array","items":{"type":"string"},"example":["5Q544fKrFoe6tsEbD7S8EmxGTJYAKtTVhAW5Q5pge4j1","2fgUSSpZFi8PjyhbrETSeLutJpFsuCfWsk2H6gb3Reye"]},"token_address":{"type":"string","example":"So11111111111111111111111111111111111111112"}}},"WalletTokenBalanceBody":{"required":["wallets","token_address"],"type":"object","properties":{"wallet":{"type":"string","example":"GbrNi5tsbViArzsiE2WX94rMCCGz87w9cVVWVqcPEyx6"},"token_addresses":{"type":"array","items":{"type":"string"},"example":["8i42ZVsjEGVhZ6spj4Z5aB36Msh9Vq4nnBaw5kq4pump"]}}},"WalletTxFirstFundedBody":{"required":["wallets"],"type":"object","properties":{"wallets":{"type":"array","items":{"type":"string"},"example":["5Q544fKrFoe6tsEbD7S8EmxGTJYAKtTVhAW5Q5pge4j1","2fgUSSpZFi8PjyhbrETSeLutJpFsuCfWsk2H6gb3Reye"]},"token_address":{"type":"string","example":"So11111111111111111111111111111111111111112"}}},"MultiPriceBody":{"allOf":[{"$ref":"#/components/schemas/ListAddressBody"}]},"MultiPriceVolumeBody":{"allOf":[{"$ref":"#/components/schemas/ListAddressBody"},{"type":"object","properties":{"type":{"type":"string","enum":["1h","2h","4h","8h","24h"],"default":"24h"}}}]},"SearchResponse":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean"},"data":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"result":{"type":"array","items":{"oneOf":[{"type":"object","properties":{"name":{"type":"string"},"symbol":{"type":"string"},"address":{"type":"string"},"network":{"type":"string"},"decimals":{"type":"number"},"logo_uri":{"type":"string"},"verified":{"type":"boolean"},"fdv":{"type":"number"},"market_cap":{"type":"number"},"liquidity":{"type":"number"},"price":{"type":"number"},"price_change_24h_percent":{"type":"number"},"sell_24h":{"type":"integer"},"sell_24h_change_percent":{"type":"number"},"buy_24h":{"type":"integer"},"buy_24h_change_percent":{"type":"number"},"unique_wallet_24h":{"type":"number"},"unique_wallet_24h_change_percent":{"type":"number"},"trade_24h":{"type":"integer"},"trade_24h_change_percent":{"type":"number"},"volume_24h_change_percent":{"type":"number"},"volume_24h_usd":{"type":"number"},"last_trade_unix_time":{"type":"number"},"last_trade_human_time":{"type":"string"},"supply":{"type":"number"},"updated_time":{"type":"integer"}},"required":["name","symbol","address","decimals","fdv","liquidity","volume_24h_usd","volume_24h_change_percent","price","price_change_24h_percent","logo_uri"]},{"type":"object","properties":{"name":{"type":"string"},"address":{"type":"string"},"network":{"type":"string"},"liquidity":{"type":"number"},"unique_wallet_24h":{"type":"integer"},"unique_wallet_24h_change_percent":{"type":"number"},"trade_24h":{"type":"integer"},"trade_24h_change_percent":{"type":"number"},"volume_24h_usd":{"type":"number"},"last_trade_unix_time":{"type":"integer"},"last_trade_human_time":"2025-03-13T09:51:25.000Z","source":"Orca","base_mint":"So11111111111111111111111111111111111111112","quote_mint":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","amount_base":{"type":"number"},"amount_quote":{"type":"number"}},"required":["name","address","liquidity","base_mint","quote_mint"]}]}}},"required":["type","result"]}}},"required":["items"]}}},"DefiPriceStatsResponse":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean","description":"Indicates if the request was successful"},"data":{"type":"array","description":"Array of token data with price information for multiple timeframes","items":{"$ref":"#/components/schemas/DefiTokenPriceStatsWithTimeframesObject"}}}},"DefiTokenPriceStatsWithTimeframesObject":{"type":"object","required":["address","data"],"properties":{"address":{"type":"string","description":"The address of the token contract."},"is_scaled_ui_token":{"type":"boolean"},"multiplier":{"type":"number","description":"Multiplier used to scale the token price"},"data":{"type":"array","description":"Price data for a timeframe","items":{"type":"object","required":["unix_time_update_price","time_frame","price","price_change_percent","high","low"],"properties":{"unix_time_update_price":{"type":"integer","description":"Unix timestamp of when the data was updated"},"time_frame":{"type":"string","description":"Time period for the data (e.g., '24h', '2d', '3d')","example":"24h"},"price":{"type":"number","description":"Current token price"},"price_change_percent":{"type":"number","description":"Percentage change in price over the specified timeframe"},"high":{"type":"number","description":"Highest price during the timeframe"},"low":{"type":"number","description":"Lowest price during the timeframe"},"scaled_price":{"type":"number","description":"Current token scaled price"},"scaled_high":{"type":"number","description":"Highest scaled price during the timeframe"},"scaled_low":{"type":"number","description":"Lowest scaled price during the timeframe"}}}}}},"UtilsCreditsUsageResponse":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean"},"data":{"type":"object","required":["start_time","end_time","usage"],"properties":{"start_time":{"type":"integer"},"end_time":{"type":"integer"},"usage":{"type":"object","required":["api","ws","total"],"properties":{"api":{"type":"integer"},"ws":{"type":"integer"},"total":{"type":"integer"}}},"remaining":{"type":"object","required":["api","ws","total"],"properties":{"api":{"type":"integer"},"ws":{"type":"integer"},"total":{"type":"integer"}}},"overage_usage":{"type":"object","required":["api","ws","total"],"properties":{"api":{"type":"integer"},"ws":{"type":"integer"},"total":{"type":"integer"}}},"overage_cost":{"type":"object","required":["api","ws","total"],"properties":{"api":{"type":"integer"},"ws":{"type":"integer"},"total":{"type":"integer"}}}}}}},"WalletTransferBody":{"required":["wallet"],"type":"object","properties":{"wallet":{"type":"string","example":"41zCUJsKk6cMB94DDtm99qWmyMZfp4GkAhhuz4xTwePu"},"token_address":{"type":"string","example":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"},"flow":{"type":"string","example":"in"},"time_from":{"type":"number","example":1727788070},"time_to":{"type":"number","example":1727788076},"from_amount":{"type":"number","example":10.01},"to_amount":{"type":"number","example":10.001},"from_value":{"type":"number","example":1.001},"to_value":{"type":"number","example":10000},"from_wallet":{"type":"string","example":"41zCUJsKk6cMB94DDtm99qWmyMZfp4GkAhhuz4xTwePu"},"to_wallet":{"type":"string","example":"41zCUJsKk6cMB94DDtm99qWmyMZfp4GkAhhuz4xTwePu"},"cursor":{"type":"string","example":"xxx"},"limit":{"type":"number","example":100}}},"TotalWalletTransferBody":{"required":["wallet"],"type":"object","properties":{"wallet":{"type":"string","example":"41zCUJsKk6cMB94DDtm99qWmyMZfp4GkAhhuz4xTwePu"},"token_address":{"type":"string","example":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"},"flow":{"type":"string","example":"in"},"time_from":{"type":"number","example":1727788070},"time_to":{"type":"number","example":1727788076},"from_amount":{"type":"number","example":10.01},"to_amount":{"type":"number","example":10.001},"from_value":{"type":"number","example":1.001},"to_value":{"type":"number","example":10000},"from_wallet":{"type":"string","example":"41zCUJsKk6cMB94DDtm99qWmyMZfp4GkAhhuz4xTwePu"},"to_wallet":{"type":"string","example":"41zCUJsKk6cMB94DDtm99qWmyMZfp4GkAhhuz4xTwePu"}}},"TokenTransferBody":{"required":["token_address"],"type":"object","properties":{"token_address":{"type":"string","example":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"},"time_from":{"type":"number","example":1727788070},"time_to":{"type":"number","example":1727788076},"from_amount":{"type":"number","example":10.01},"to_amount":{"type":"number","example":10.001},"from_value":{"type":"number","example":1.001},"to_value":{"type":"number","example":10000},"from_wallet":{"type":"string","example":"41zCUJsKk6cMB94DDtm99qWmyMZfp4GkAhhuz4xTwePu"},"to_wallet":{"type":"string","example":"41zCUJsKk6cMB94DDtm99qWmyMZfp4GkAhhuz4xTwePu"},"cursor":{"type":"string","example":"xxx"},"limit":{"type":"number","example":100}}},"TotalTokenTransferBody":{"required":["token_address"],"type":"object","properties":{"token_address":{"type":"string","example":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"},"time_from":{"type":"number","example":1727788070},"time_to":{"type":"number","example":1727788076},"from_amount":{"type":"number","example":10.01},"to_amount":{"type":"number","example":10.001},"from_value":{"type":"number","example":1.001},"to_value":{"type":"number","example":10000},"from_wallet":{"type":"string","example":"41zCUJsKk6cMB94DDtm99qWmyMZfp4GkAhhuz4xTwePu"},"to_wallet":{"type":"string","example":"41zCUJsKk6cMB94DDtm99qWmyMZfp4GkAhhuz4xTwePu"}}},"TokenHolderDistributionResponse":{"type":"object","required":["success","data"],"properties":{"success":{"type":"boolean"},"data":{"type":"object","required":["token_address","mode","range","pagination","summary","holders"],"properties":{"token_address":{"type":"string"},"mode":{"type":"string","enum":["percent"]},"range":{"type":"object","properties":{"min_percent":{"type":"number"},"max_percent":{"type":"number"}}},"pagination":{"type":"object","properties":{"limit":{"type":"integer"},"offset":{"type":"integer"},"total":{"type":"integer"}}},"summary":{"type":"object","properties":{"wallet_count":{"type":"integer"},"total_holding":{"type":"string"},"percent_of_supply":{"type":"number"}}},"holders":{"type":"array","items":{"type":"object","properties":{"wallet":{"type":"string"},"holding":{"type":"string"},"percent_of_supply":{"type":"number"}}}}}}}}}},"security":[{"apiKeyAuth":[]}],"x-extras":{"websocket":{"ohlcv":{"summary":"Price (Token/Pairs)","description":"Receive real-time updates of candles for tokens or token pairs.","operationId":"subscribe-price"},"txs":{"summary":"Transactions","description":"Receive real-time updates of token transactions. ","operationId":"subscribe_txs"},"base_quote_price":{"summary":"Base/Quote Price","description":"Receive real-time updates of candles for any token pairs without needing to input a specific pair address.","operationId":"subscribe_base_quote_price"},"token_new_listing":{"summary":"New Token Listings","description":"Receive real-time updates of newly listed tokens.","operationId":"subscribe_token_new_listing"},"new_pair":{"summary":"New Trading Pairs","description":"Receive real-time updates of newly traded pairs.","operationId":"subscribe_new_pair"},"large_trade_txs":{"summary":"Large Trade Transactions","description":"Receive real-time updates for for large trade transactions exceeding a specified threshold.","operationId":"subscribe_large_trade_txs"},"wallet_txs":{"summary":"Wallet Transactions","description":"Receive real-time transaction updates for specific wallet addresses.","operationId":"subscribe_wallet_txs"}},"ranks":["/defi/token_overview","/defi/multi_price","/defi/historical_price_unix","/defi/ohlcv","/defi/ohlcv/base_quote","/defi/v3/token/trade-data/multiple","/defi/price","/defi/token_security","/defi/history_price","/defi/v3/token/market-data","/defi/token_creation_info","/defi/v3/token/trade-data/single","/defi/txs/token","/defi/v3/token/holder","/v1/wallet/token_list","/defi/v2/markets","/defi/token_trending","/defi/tokenlist","/defi/v3/token/market-data/multiple","/defi/ohlcv/pair","/defi/txs/pair","/defi/price_volume/multi","/defi/txs/token/seek_by_time","/defi/v3/token/meta-data/single","/v1/wallet/tx_list","/defi/price_volume/single","/defi/v3/search","/defi/v3/pair/overview/single","/defi/v3/token/meta-data/multiple","/defi/v2/tokens/new_listing","/defi/v3/token/txs","/defi/v2/tokens/top_traders","/defi/v3/token/list/scroll","/v1/wallet/token_balance","/defi/v3/token/list","/defi/v3/pair/overview/multiple","/trader/txs/seek_by_time","/trader/gainers-losers","/defi/v3/txs","/defi/v3/token/mint-burn-txs","/defi/txs/pair/seek_by_time","/defi/networks","/defi/v3/all-time/trades/multiple","/defi/v3/all-time/trades/single","/defi/v3/txs/latest-block","/v1/wallet/list_supported_chain"]},"x-samples-languages":["shell","python","javascript","go"]}