Get Portfolio Supported Chains
Return the list of blockchains supported by address portfolio analysis.
Get Portfolio 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 Portfolio Supported Chains › Responses
Supported chains returned successfully.
codeBusiness status code. 0 indicates success.
msgList of supported blockchain networks.
timestampsuccessGet Address Portfolio Overview
Return trading performance overview for an address within the selected time frame, including realized PnL, daily PnL breakdown, win rate, and top 3 profitable tokens.
Get Address Portfolio Overview › 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).
walletAddressWallet address to query. EVM chains accept lowercase 42-character hex addresses; Solana accepts base58 addresses (case-sensitive).
timeFrameStatistics time range. 1=1D, 2=7D, 3=1M, 4=3M. Note: these values differ from the leaderboard/list endpoint (where 1=7D, 2=1M, 3=3M); do not reuse enum knowledge across endpoints.
Get Address Portfolio Overview › Responses
Portfolio overview returned successfully.
codeBusiness status code. 0 indicates success.
msgAddress portfolio overview.
timestampsuccessGet Address Recent PnL
Return recent realized PnL list for an address.
Get Address Recent PnL › 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).
walletAddressWallet address to query. EVM chains accept lowercase 42-character hex addresses; Solana accepts base58 addresses (case-sensitive).
cursorPagination cursor. Omit or pass empty string for the first page; pass the cursor from the previous response to get the next page.
limitNumber of records per page. Default 20, max 100.
Get Address Recent PnL › Responses
Recent PnL list returned successfully.
codeBusiness status code. 0 indicates success.
msgPaginated PnL list.
timestampsuccessGet Address PnL for Specific Token
Return the latest realized PnL detail for a specific token held by an address, including buy/sell stats, current balance, and holding duration.
Get Address PnL for Specific 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
binanceChainIdUnique chain identifier (e.g. "1"=Ethereum, "56"=BSC, "CT_501"=Solana).
walletAddressWallet address to query. EVM chains accept lowercase 42-character hex addresses; Solana accepts base58 addresses (case-sensitive).
tokenContractAddressToken contract address. EVM chains accept lowercase 42-character hex addresses; Solana accepts base58 addresses (case-sensitive).
Get Address PnL for Specific Token › Responses
Token latest PnL returned successfully.
codeBusiness status code. 0 indicates success.
msgToken latest PnL details.
timestampsuccessGet DEX Trade History
Return swap trade history for a specific address. Supports filtering by time range, token, and trade type.
Get DEX Trade History › 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).
walletAddressWallet address to query. EVM chains accept lowercase 42-character hex addresses; Solana accepts base58 addresses (case-sensitive).
beginStart timestamp (Unix milliseconds, inclusive). If both begin and end are omitted, no time filter is applied.
endEnd timestamp (Unix milliseconds, inclusive). If both begin and end are omitted, no time filter is applied.
tokenContractAddressFilter by token contract address. Returns all tokens when omitted.
typeTrade type filter. 1=Buy, 2=Sell. Omit to return all types.
cursorPagination cursor. Omit or pass empty string for the first page.
limitNumber of records per page. Default 20, max 100.
Get DEX Trade History › Responses
DEX history returned successfully.
codeBusiness status code. 0 indicates success.
msgPaginated DEX transaction list.
timestampsuccessGet Leaderboard
Return a leaderboard of top-performing wallets, with sorting and filtering by PnL, win rate, transaction count, and volume.
Get Leaderboard › 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). Single chain only.
timeFrameStatistics time range. 1=7D, 2=1M, 3=3M. Note: these values differ from the portfolio/overview endpoint (where 1=1D, 2=7D, 3=1M, 4=3M); do not reuse enum knowledge across endpoints.
sortBySort field. 1=Realized PnL (USD), 2=Win Rate, 3=Transaction count, 4=Volume (USD), 5=Realized PnL %.
walletTypeWallet type filter, single selection only. 1=Smart Money, 2=KOL, 3=Hot List. Returns all types when omitted.
minRealizedPnlUsdMinimum realized PnL filter, denominated in USD.
maxRealizedPnlUsdMaximum realized PnL filter, denominated in USD.
minWinRatePercentMinimum win rate filter, without percent sign. "50" means ≥50%.
maxWinRatePercentMaximum win rate filter, without percent sign. "90" means ≤90%.
minTxsMinimum transaction count filter.
maxTxsMaximum transaction count filter.
minTxVolumeMinimum total transaction volume filter, denominated in USD.
maxTxVolumeMaximum total transaction volume filter, denominated in USD.
cursorPagination cursor. Omit or pass empty string for the first page.
limitNumber of records per page. Default 50, max 50.
Get Leaderboard › Responses
Leaderboard list returned successfully.
codeBusiness status code. 0 indicates success.
msgPaginated leaderboard data.
timestampsuccessGet Tracked Trades
Return the latest swap trades from tracked addresses (smart money, KOL, or custom address list).
Get Tracked 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
trackerTypeTracker type. 1=Smart Money, 2=KOL, 3=Custom address list (walletAddress required).
walletAddressRequired when trackerType=3. One or more wallet addresses, comma-separated, up to 20. EVM chains accept lowercase 42-character hex addresses; Solana accepts base58 addresses (case-sensitive).
tradeTypeTrade type filter. 0=All (default), 1=Buy, 2=Sell, 3=Add position, 4=Reduce position, 5=Open position, 6=Close position, 7=Transfer in, 8=Transfer out. Multiple values comma-separated.
binanceChainIdFilter by chain. Returns all chains when omitted.
minVolumeMinimum trade volume filter, denominated in USD.
maxVolumeMaximum trade volume filter, denominated in USD.
minMarketCapMinimum market cap filter, denominated in USD.
maxMarketCapMaximum market cap filter, denominated in USD.
isHideRiskTokenWhether to hide risk tokens. true=hide risk tokens (default), false=show all tokens including risk tokens.
limitMaximum number of trades to return. Effective only for trackerType=3 (custom address list); trackerType=1/2 ignore this and use the downstream public query fixed cap. Omit to use the downstream default.
Get Tracked Trades › Responses
Address tracker trades returned successfully.
codeBusiness status code. 0 indicates success.
msgTracker trade results.
timestampsuccess