Token Registry: list known tokens (mainnet/testnet)
getTokenRegistryFetch the official VeChain token registry for the current network, with optional filtering by symbol or contract address to identify token metadata, decimals, and bridge provenance.
Instructions
Fetch the VeChain token registry curated list for the current network (VECHAIN_NETWORK=mainnet|testnet). Use this to identify official tokens, metadata (decimals, symbol, website), and bridge provenance. Supports optional filtering by symbol or contract address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | Optional: filter by token symbol (case-insensitive exact match) | |
| address | No | Optional: filter by token contract address (0x...) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | List of official tokens for the active VeChain network (mainnet/testnet) | |
| error | No | ||
| network | Yes |