getAssetDetail
Query detailed holding information for a specific token by chain code and token address, returning quantity, USD value, unrealized PnL, cost price, and current market price.
Instructions
Query detailed holding information for a specific token by chain code and token address. Returns quantity, USD value, unrealized PnL, cost price, and current market price.
The result contains an assetList array with 0 or 1 element.
An empty assetList means the user does not hold this token or the token is not available.
Use chainCode and tokenAddress from getAssetList response or from getBizTokenList.
Do NOT use this endpoint to get general token market data — use getBizTokenPriceList instead.
Do NOT use this to get project info (description, links) — use getBizTokenDetails instead.
Agent hint: Use this endpoint to get detailed holding info for a specific token when user asks about a particular asset. Requires chainCode + tokenAddress — get these from getAssetList or getBizTokenList. Response has assetList array with 0 or 1 element. Empty means user doesn't hold this token. Do NOT use this for general market data — use getBizTokenPriceList. Do NOT use this for token project info — use getBizTokenDetails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chainCode | Yes | ||
| tokenAddress | Yes |