getBizTokenDetails
Get detailed information about an on-chain token—project description, social links, risk status, and order limits—by providing chainCode and tokenAddress.
Instructions
Query detailed information for a specific on-chain token. Returns project description, social links (Twitter, website, whitepaper), risk flag, order quantity limits, and token status.
AI agent should call this when user asks about a specific token's details, project info, or risk status.
Use chainCode and tokenAddress from getBizTokenList or getAssetList response.
When showMessage=1, display the content notification to the user. If linkName and linkAddress
are provided, include the link in the notification.
Do NOT use this endpoint to get token prices — use getBizTokenPriceList instead.
Do NOT use this to browse available tokens — use getBizTokenList.
Agent hint: Use this endpoint to get detailed token info including description, website, Twitter, whitepaper, and risk flags. Requires chainCode + tokenAddress — get these from getBizTokenList or getAssetList. When showMessage=1, display the content notification to the user. Do NOT use this for token prices — use getBizTokenPriceList. Do NOT use this to browse tokens — use getBizTokenList.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chainCode | Yes | ||
| tokenAddress | Yes |