Subaccount Balance
Retrieving crypto or fiat subaccount balances.
Retrieve the balance of an specific asset for a specific account or subaccount
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"message": "string",
"number_of_orders_associated": 0,
"total_asset": "string",
"total_amount": 0,
}{
"message": "string"
}curl -X 'GET' \
'https://live.betaapp.com/v1/balance?asset=BRL' \
-H 'accept: application/json' \
-H 'Authorization: Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6InJlaEF1NURPY...ctfx2I4g'Last updated