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
| Field | Type | Required | Description |
|---|---|---|---|
vaultId | string | Yes | Vault UUID |
chainId | number | Yes | Blockchain network identifier |
tokenAddress | string | Yes | ERC-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
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
| Field | Type | Required | Description |
|---|---|---|---|
vaultId | string | Yes | Vault UUID |
chainId | number | Yes | Blockchain network identifier |
tokenAddress | string | Yes | ERC-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