Bulk Balance Query
The GET /balance method is used to query multiple balances simultaneously.
Example of querying balances in batch:
GET /balance?ids=[<balance ids>]Response example:
{
  "data": [
    {
      "id": "19720852-be40-489a-a3b3-985f51a0458c",
      "currency": "brl",
      "amount": 500,
      "seq_num": 15,
      "created_at": "2023-06-05T11:26:17.325Z"
    }
  ]
}Last updated
Was this helpful?