Merchant's Account Balance
This endpoint retrieves the balance amount of an specific Account or Sub Account when using Beta's Payments Product.
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,
"total_fees": 0
}{
"message": "string"
}curl -X 'GET' \
'https://live.betaapp.com/v1/balance?asset=BRL' \
-H 'accept: application/json' \
-H 'X-sub-account-id: 22376b76...3543083b' \
-H 'Authorization: Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6InJlaEF1NURPY...ctfx2I4g'Settlements


Last updated
