v1

latestOpenAPI 3.1.02026-07-24320172.9 KB

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

typestring
timeStampstring

Example response

{
  "balance": {
    "amount": 5501,
    "currency": "BRL"
  },
  "type": "Credit",
  "timeStamp": "2019-10-05T02:45:00Z"
}