Get token balance

Retrieve the balance of a specific ERC-20 token for a vault on a blockchain network. Returns the balance in the token's smallest unit and optionally in human-readable form.

Request Body

FieldTypeRequiredDescription
vaultIdstringYesVault UUID
chainIdnumberYesBlockchain network identifier
tokenAddressstringYesERC-20 token contract address (0x...)

Use Cases

  • Check USDC/USDT balance before token transfers
  • Display vault token holdings
  • Validate balance before initiating transfers

Required Permission

assets:read