Get token info
Retrieve metadata for an ERC-20 token by its contract address. Returns symbol, decimals, name, and other token properties fetched from the blockchain.
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
chainId | number | Yes | Blockchain network identifier |
tokenAddress | string | Yes | ERC-20 token contract address (0x...) |
Use Cases
- Display token symbol and decimals in UI
- Convert between human-readable and wei amounts
- Validate token address before adding to vault
Required Permission
assets:read
Get token info
Retrieve metadata for an ERC-20 token by its contract address. Returns symbol, decimals, name, and other token properties fetched from the blockchain.
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
chainId | number | Yes | Blockchain network identifier |
tokenAddress | string | Yes | ERC-20 token contract address (0x...) |
Use Cases
- Display token symbol and decimals in UI
- Convert between human-readable and wei amounts
- Validate token address before adding to vault
Required Permission
assets:read