Asset Lookup
list_assetResolve an asset by canonical name or synonym to get its trading venues, collateral tokens, open interest, and aliases. Use when a specific asset is mentioned and venue availability is needed.
Instructions
Lookup one asset by canonical name or synonym. Returns every venue it trades on, collateral tokens, open interest per venue, and synonyms list. Accepts both canonical names (GOLD, BTC) and synonyms (PAXG, XAUT) — the server resolves them. Use when the user mentions a specific asset and you need its venue availability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| canonical | Yes | Canonical asset name or synonym. Examples: 'GOLD', 'PAXG', 'BTC', 'SILVER', 'HYPE'. The server resolves synonyms to canonical. | |
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. |