Balances
Request
POST /api/v3/balances
POST /api/v3/balances HTTP/1.1Content-Type: application/jsonAccept: application/json; charset=utf-8Authorization: {apiKey}{}
Response
The response object will contain an array of objects structured as follows:
RESPONSE
HTTP/1.1 200 OKContent-Type: application/json{"data": [{# Three-letter ISO currency code, in lowercase"currency": "brl",# Available amount"amount": "10000"},{"currency": "mxn","amount": "150"}],"error": null}