Token Registry: list known tokens (mainnet/testnet)
getTokenRegistryProvide access to the curated VeChain token registry, returning official token metadata and bridge provenance. Supports optional filtering by symbol or contract address.
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 |