getBizTokenPriceList
Batch query token prices and market data using chain code and token address pairs. Returns current price, 24h change, volume, market cap, liquidity, and holder count.
Instructions
Batch query token prices and market data by chain code + token address pairs. Returns current price, 24h price change, trading volume, market cap, liquidity, and holder count.
Use chainCode and tokenAddress from getBizTokenList, getAssetList, or user input.
Do NOT use this endpoint to discover new tokens — use getBizTokenList instead.
Do NOT use this to get token project info (description, links) — use getBizTokenDetails.
Agent hint: Use this endpoint to get token prices, 24h changes, volume, market cap, and other market data. Accepts chainCode + tokenAddress pairs — get these from getBizTokenList or getAssetList. Do NOT use this to discover tokens — use getBizTokenList.
Do NOT use this for project info — use getBizTokenDetails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tokenAddressInfo | Yes |