Retrieve the Account Balance
get/api/v2.0/accounts/{accountId}/balance
Path parameters
versionstring required
The current version of BaaSiC API
accountIdstring required
Target account identification
Query parameters
taxIdstring
Account owner's unique tax identification. Is different for each country
Headers
Authorizationstring required
The personal authentication token obtained by each user from the token authentication endpoint
Response
200
Example response
{
"balance": {
"amount": 5501,
"currency": "BRL"
},
"type": "Credit",
"timeStamp": "2019-10-05T02:45:00Z"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.