Skip to main content
1

Prerequisites

2

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
3

Review the response

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_type and value_type; a custodial address can hold multiple tokens across chains.
  • See Value Types and Transfer Types for supported combinations.