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

FieldTypeRequiredDescription
chainIdnumberYesBlockchain network identifier
tokenAddressstringYesERC-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