Consulting Balance in Sandbox

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…


Parameters

ParameterDescriptionType
countryCountry of origin of the balanceString
amountBalance amountString
currencyBalance currencyString
last_update_dateDate of last balance update in Coordinated Universal Time (UTC)UTC DateTime

Example of a response

{
  "available": [
    {
      "country": "BR",
      "amount": "31521.18",
      "currency": "BRL",
      "last_update_date": "2024-10-01T00:00:00Z"
    }
  ],
  "investment": [
    {
      "country": "BR",
      "amount": "5000000.00",
      "currency": "BRL",
      "last_update_date": "2024-10-11T00:01:00Z"
    }
  ]
}

❗️

The balance values ​​shown in Sandbox are for simulation purposes only and are not real



Recipe



Headers
string
required
Defaults to application/json
string
required

Your Authorization header, calculated with your api-key and your secret-key. Please refer to the recipe above on how to generate it.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json