v1
latestOpenAPI 3.0.02026-07-242444105.9 KBAccounts
Balance
Get the balance for an account
get/v4/accounts/balance/{accountId}
Path parameters
accountIdinteger required
Example:123
The account id
Response
The balance was retrieved successfully
Example response
{
"settled": "1234.12",
"available": "1234.12"
}