Prerequisites
- Get your
account_id: How to get your account_id - Get a custodial
address_id: list addresses and choose one withtype=internal:
Call the balance endpoint
Use your
account_id and an internal address_id. Balances require both transfer_type and value_type.GET /accounts/{account_id}/addresses/{address_id}/balance| Parameter | Description | Example |
|---|---|---|
transfer_type | Blockchain network | solana, base, ethereum |
value_type | Token symbol (case-sensitive) | SBC, USDC, PYUSD |
Balances are only available for
type=internal custodial addresses managed by Brale.Notes
- Works only for internal custodial addresses (
type=internal). - Always send both
transfer_typeandvalue_type; a custodial address can hold multiple tokens across chains. - See Value Types and Transfer Types for supported combinations.