Balance Query

The balances using the GET /balance/{id} method.

Example of querying a balance:

GET /balance/19720852-be40-489a-a3b3-985f51a0458c

Response example:

{
   "currency": "brl",
   "amount": 159660,
   "created_at": "2023-06-05T11:26:17.325Z",
   "seq_num": 56
}

Last updated