Get Supported Chains
Return the list of blockchains supported by the market service.
Get Supported Chains › Authorization
Headers
X-OC-APIKEYAPI Key issued by Binance Web3 API for authentication.
X-OC-TIMESTAMPCurrent UTC time in ISO 8601 format with milliseconds, e.g. 2026-05-11T10:08:57.715Z.
X-OC-SIGNRequest signature (Base64-encoded).
X-OC-RECV-WINDOWAllowed time deviation in milliseconds (default: 5000, max: 60000).
X-OC-NONCEUnique request identifier for anti-replay; falls back to X-OC-SIGN if omitted.
Get Supported Chains › Responses
Supported chains returned successfully.
codeBusiness status code. 0 indicates success.
msgList of supported blockchain networks.
timestampsuccessGet Token Price
Get the latest price for tokens. Supports batch queries, up to 100 tokens per request.
Get Token Price › Authorization
Headers
X-OC-APIKEYAPI Key issued by Binance Web3 API for authentication.
X-OC-TIMESTAMPCurrent UTC time in ISO 8601 format with milliseconds, e.g. 2026-05-11T10:08:57.715Z.
X-OC-SIGNRequest signature (Base64-encoded).
X-OC-RECV-WINDOWAllowed time deviation in milliseconds (default: 5000, max: 60000).
X-OC-NONCEUnique request identifier for anti-replay; falls back to X-OC-SIGN if omitted.
Get Token Price › Request Body
binanceChainIdUnique chain identifier (e.g. "1"=Ethereum, "56"=BSC, "CT_501"=Solana).
tokenContractAddressToken contract address.
Get Token Price › Responses
Token prices returned successfully.
codemsgOne price entry per requested token.
timestampsuccessGet Token Trading Info
Get token price and trading data (volume, transactions, market cap, holders, etc.). Supports batch queries for up to 100 tokens.
Get Token Trading Info › Authorization
Headers
X-OC-APIKEYAPI Key issued by Binance Web3 API for authentication.
X-OC-TIMESTAMPCurrent UTC time in ISO 8601 format with milliseconds, e.g. 2026-05-11T10:08:57.715Z.
X-OC-SIGNRequest signature (Base64-encoded).
X-OC-RECV-WINDOWAllowed time deviation in milliseconds (default: 5000, max: 60000).
X-OC-NONCEUnique request identifier for anti-replay; falls back to X-OC-SIGN if omitted.
Get Token Trading Info › Request Body
binanceChainIdUnique chain identifier.
tokenContractAddressToken contract address.
Get Token Trading Info › Responses
Price info returned successfully.
codemsgPrice info entry per requested token.
timestampsuccessGet Candles
Return candlestick (K-line) data for a token.
Get Candles › Authorization
Headers
X-OC-APIKEYAPI Key issued by Binance Web3 API for authentication.
X-OC-TIMESTAMPCurrent UTC time in ISO 8601 format with milliseconds, e.g. 2026-05-11T10:08:57.715Z.
X-OC-SIGNRequest signature (Base64-encoded).
X-OC-RECV-WINDOWAllowed time deviation in milliseconds (default: 5000, max: 60000).
X-OC-NONCEUnique request identifier for anti-replay; falls back to X-OC-SIGN if omitted.
Query Parameters
binanceChainIdUnique chain identifier (e.g. "1"=Ethereum, "56"=BSC, "CT_501"=Solana).
tokenContractAddressToken contract address.
barCandlestick time granularity, default "1m" (1 minute). Available values: 1s (1 second), 5s (5 seconds), 30s (30 seconds), 1m (1 minute), 3m (3 minutes), 5m (5 minutes), 15m (15 minutes), 30m (30 minutes), 1h (1 hour), 2h (2 hours), 4h (4 hours), 6h (6 hours), 8h (8 hours), 12h (12 hours), 1d (1 day), 3d (3 days), 1w (1 week), 1M (1 month).
afterEnd time for the query, Unix millisecond timestamp. Returns candles earlier than this time (exclusive).
beforeStart time for the query, Unix millisecond timestamp. Returns candles later than this time (exclusive).
limitNumber of candles to return. Defaults to 100.
Get Candles › Responses
Candle data returned successfully.
codemsgdataCandlestick data list. Each record contains 7 values in order: open, high, low, close, volume, timestamp (ms), tradeCount.
timestampsuccessSearch Token
Search tokens by symbol or contract address.
Search Token › Authorization
Headers
X-OC-APIKEYAPI Key issued by Binance Web3 API for authentication.
X-OC-TIMESTAMPCurrent UTC time in ISO 8601 format with milliseconds, e.g. 2026-05-11T10:08:57.715Z.
X-OC-SIGNRequest signature (Base64-encoded).
X-OC-RECV-WINDOWAllowed time deviation in milliseconds (default: 5000, max: 60000).
X-OC-NONCEUnique request identifier for anti-replay; falls back to X-OC-SIGN if omitted.
Query Parameters
chainsList of chain IDs to search, comma-separated.
searchSearch keyword. Can be a token address or token symbol.
Search Token › Responses
Search results returned successfully.
codemsgMatching tokens.
timestampsuccessGet Token Basic Info
Return basic metadata for a token: name, symbol, logo, decimals, creator address, creation time, and tag info.
Get Token Basic Info › Authorization
Headers
X-OC-APIKEYAPI Key issued by Binance Web3 API for authentication.
X-OC-TIMESTAMPCurrent UTC time in ISO 8601 format with milliseconds, e.g. 2026-05-11T10:08:57.715Z.
X-OC-SIGNRequest signature (Base64-encoded).
X-OC-RECV-WINDOWAllowed time deviation in milliseconds (default: 5000, max: 60000).
X-OC-NONCEUnique request identifier for anti-replay; falls back to X-OC-SIGN if omitted.
Query Parameters
binanceChainIdUnique chain identifier.
tokenContractAddressToken contract address.
Get Token Basic Info › Responses
Token basic info returned successfully.
codemsgtimestampsuccessGet Token Advanced Info
Return comprehensive metrics for a token, including creator and launch info, holding percentages by address type (smart money, KOL, sniper, bundler, fresh wallet, etc.), and token tags.
Get Token Advanced Info › Authorization
Headers
X-OC-APIKEYAPI Key issued by Binance Web3 API for authentication.
X-OC-TIMESTAMPCurrent UTC time in ISO 8601 format with milliseconds, e.g. 2026-05-11T10:08:57.715Z.
X-OC-SIGNRequest signature (Base64-encoded).
X-OC-RECV-WINDOWAllowed time deviation in milliseconds (default: 5000, max: 60000).
X-OC-NONCEUnique request identifier for anti-replay; falls back to X-OC-SIGN if omitted.
Query Parameters
binanceChainIdUnique chain identifier.
tokenContractAddressToken contract address.
Get Token Advanced Info › Responses
Advanced token info returned successfully.
codemsgtimestampsuccessGet Hot Token List
Get hot token ranking list. Supports sorting by volume, price change, market cap, etc., with filters for holding distribution, developer behavior, liquidity, and more.
Get Hot Token List › Authorization
Headers
X-OC-APIKEYAPI Key issued by Binance Web3 API for authentication.
X-OC-TIMESTAMPCurrent UTC time in ISO 8601 format with milliseconds, e.g. 2026-05-11T10:08:57.715Z.
X-OC-SIGNRequest signature (Base64-encoded).
X-OC-RECV-WINDOWAllowed time deviation in milliseconds (default: 5000, max: 60000).
X-OC-NONCEUnique request identifier for anti-replay; falls back to X-OC-SIGN if omitted.
Query Parameters
binanceChainIdChain identifier. Single value only. Omit to return mixed results across all chains.
rankByRanking field. 1=price, 2=price change, 3=transactions, 4=volume, 5=market cap, 6=liquidity, 7=creation time, 8=holders, 9=Binance MPC wallet holders, 10=net inflow.
rankingTimeFrameData time range. 1=1 min, 2=5 min, 3=1 hour, 4=4 hours, 5=24 hours. Default 1 hour.
priceChangePercentMinMinimum price change filter. "5" means 5%.
priceChangePercentMaxMaximum price change filter. "100" means 100%.
volumeMinMinimum volume filter, denominated in USD.
volumeMaxMaximum volume filter, denominated in USD.
txsMinMinimum transaction count.
txsMaxMaximum transaction count.
marketCapMinMinimum market cap filter, denominated in USD.
marketCapMaxMaximum market cap filter, denominated in USD.
liquidityMinMinimum liquidity filter, denominated in USD.
liquidityMaxMaximum liquidity filter, denominated in USD.
devHoldingPercentMinMinimum developer holding percentage filter. "5" means 5%.
devHoldingPercentMaxMaximum developer holding percentage filter. "5" means 5%.
inflowUsdMinMinimum net inflow filter, denominated in USD.
inflowUsdMaxMaximum net inflow filter, denominated in USD.
holdersMinMinimum holder count.
holdersMaxMaximum holder count.
bnHolderCountMinMinimum Binance MPC wallet holders.
bnHolderCountMaxMaximum Binance MPC wallet holders.
top10HoldingPercentMinMinimum top-10 holding percentage. "5" means 5%.
top10HoldingPercentMaxMaximum top-10 holding percentage. "5" means 5%.
sniperHoldingPercentMinMinimum sniper holding percentage. "5" means 5%.
sniperHoldingPercentMaxMaximum sniper holding percentage. "5" means 5%.
smartMoneyHoldingPercentMinMinimum smart-money holding percentage. "5" means 5%.
smartMoneyHoldingPercentMaxMaximum smart-money holding percentage. "5" means 5%.
kolHoldingPercentMinMinimum KOL holding percentage. "5" means 5%.
kolHoldingPercentMaxMaximum KOL holding percentage. "5" means 5%.
proHoldingPercentMinMinimum pro-trader holding percentage. "5" means 5%.
proHoldingPercentMaxMaximum pro-trader holding percentage. "5" means 5%.
freshWalletHoldingPercentMinMinimum fresh-wallet holding percentage. "5" means 5%.
freshWalletHoldingPercentMaxMaximum fresh-wallet holding percentage. "5" means 5%.
insiderHoldingPercentMinMinimum insider holding percentage. "5" means 5%.
insiderHoldingPercentMaxMaximum insider holding percentage. "5" means 5%.
bundlerHoldingPercentMinMinimum bundler holding percentage. "5" means 5%.
bundlerHoldingPercentMaxMaximum bundler holding percentage. "5" means 5%.
devCreatedTokenCountMinMinimum developer-created token count.
devCreatedTokenCountMaxMaximum developer-created token count.
devMigratedTokenCountMinMinimum developer-migrated token count.
devMigratedTokenCountMaxMaximum developer-migrated token count.
devMigratedTokenPercentMinMinimum developer-migrated token percentage. "5" means 5%.
devMigratedTokenPercentMaxMaximum developer-migrated token percentage. "5" means 5%.
isDevSoldAllWhen set to true, returns only tokens where the developer has sold all holdings. Not filtered when omitted or false.
isDevBurnedWhen set to true, returns only tokens where the developer has burned tokens. Not filtered when omitted or false.
isMintWhen set to true, excludes tokens with minting capability. Default false.
isFreezeWhen set to true, excludes tokens with freeze capability. Default false.
isHideWashTradingTokensWhen set to true, excludes tokens with wash trading behavior. Default true.
isHideDevWashTradingTokensWhen set to true, excludes tokens where the developer has wash trading behavior. Default true.
isHideInternalWashTradingTokensWhen set to true, excludes tokens where insiders have wash trading behavior. Default true.
pageIdPagination identifier. Do not pass on the first request; pass the page value from the previous response to get the next page.
sizePage size. Maximum 100. Defaults to 100.
Get Hot Token List › Responses
Hot token list returned successfully.
codemsgtimestampsuccessGet Holders Ranking
Return the holders ranking list for a token, including holding amount, holding percentage, native-token balance, average buy/sell price, realized PnL, and funding source. Up to 100 records. Pagination is not supported.
Get Holders Ranking › Authorization
Headers
X-OC-APIKEYAPI Key issued by Binance Web3 API for authentication.
X-OC-TIMESTAMPCurrent UTC time in ISO 8601 format with milliseconds, e.g. 2026-05-11T10:08:57.715Z.
X-OC-SIGNRequest signature (Base64-encoded).
X-OC-RECV-WINDOWAllowed time deviation in milliseconds (default: 5000, max: 60000).
X-OC-NONCEUnique request identifier for anti-replay; falls back to X-OC-SIGN if omitted.
Query Parameters
binanceChainIdUnique chain identifier.
tokenContractAddressToken contract address.
tagFilterAddress tag filter, single selection only. Returns all holder addresses (by holding amount descending) when omitted; returns addresses matching the specified tag when provided. Mapping: 1=KOL, 2=Developer, 3=Smart Money, 4=Insider, 5=Sniper, 6=Bundler.
Get Holders Ranking › Responses
Holders ranking returned successfully.
codemsgHolder list.
timestampsuccessGet Top Traders
Return the top profit-making addresses for a token, ranked by realized PnL descending. Includes holding amount, average buy/sell price, realized PnL, and funding source. Up to 100 records. Pagination is not supported.
Get Top Traders › Authorization
Headers
X-OC-APIKEYAPI Key issued by Binance Web3 API for authentication.
X-OC-TIMESTAMPCurrent UTC time in ISO 8601 format with milliseconds, e.g. 2026-05-11T10:08:57.715Z.
X-OC-SIGNRequest signature (Base64-encoded).
X-OC-RECV-WINDOWAllowed time deviation in milliseconds (default: 5000, max: 60000).
X-OC-NONCEUnique request identifier for anti-replay; falls back to X-OC-SIGN if omitted.
Query Parameters
binanceChainIdUnique chain identifier.
tokenContractAddressToken contract address.
tagFilterAddress tag filter, single selection only. Returns all top profit addresses (by realized PnL descending) when omitted; returns addresses matching the specified tag when provided. Mapping: 1=KOL, 2=Developer, 3=Smart Money, 4=Insider, 5=Sniper, 6=Bundler, 7=Whale Holder.
Get Top Traders › Responses
Top traders returned successfully.
codemsgTop profit-making address list.
timestampsuccessGet Top Liquidity Pools
Return the top liquidity pools for a token, including pool name, protocol, liquidity in USD, pool address, and per-token composition.
Get Top Liquidity Pools › Authorization
Headers
X-OC-APIKEYAPI Key issued by Binance Web3 API for authentication.
X-OC-TIMESTAMPCurrent UTC time in ISO 8601 format with milliseconds, e.g. 2026-05-11T10:08:57.715Z.
X-OC-SIGNRequest signature (Base64-encoded).
X-OC-RECV-WINDOWAllowed time deviation in milliseconds (default: 5000, max: 60000).
X-OC-NONCEUnique request identifier for anti-replay; falls back to X-OC-SIGN if omitted.
Query Parameters
binanceChainIdUnique chain identifier.
tokenContractAddressToken contract address.
Get Top Liquidity Pools › Responses
Top liquidity pools returned successfully.
codemsgLiquidity pool list.
timestampsuccessGet Token Trades
Return on-chain trade history for a token. Supports tag filtering and wallet address filtering.
Get Token Trades › Authorization
Headers
X-OC-APIKEYAPI Key issued by Binance Web3 API for authentication.
X-OC-TIMESTAMPCurrent UTC time in ISO 8601 format with milliseconds, e.g. 2026-05-11T10:08:57.715Z.
X-OC-SIGNRequest signature (Base64-encoded).
X-OC-RECV-WINDOWAllowed time deviation in milliseconds (default: 5000, max: 60000).
X-OC-NONCEUnique request identifier for anti-replay; falls back to X-OC-SIGN if omitted.
Query Parameters
binanceChainIdUnique chain identifier.
tokenContractAddressToken contract address.
cursorPagination cursor. Do not pass on the first request; pass the cursor value from the previous response to get the next page.
limitNumber of results per page, maximum 500, defaults to 100.
tagFilterAddress tag filter, single selection only. Returns all trades with pagination when omitted; returns only the latest 100 trades for the specified tag's addresses when provided (cursor and limit are ignored). Mapping: 1=KOL, 2=Developer, 3=Smart Money, 4=Insider, 5=Sniper, 6=Bundler, 7=Whale Holder.
walletAddressFilterFilter by specific wallet addresses. Separate multiple addresses with commas. Up to 2 addresses.
Get Token Trades › Responses
Trade history returned successfully.
codemsgtimestampsuccess