list_asset
Look up any asset by name or synonym to get its trading venues, collateral tokens, and open interest per venue.
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. |