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



Language
Click Try It! to start a request and see the response here!