Balances

Request

POST /api/v3/balances
POST /api/v3/balances HTTP/1.1
Content-Type: application/json
Accept: application/json; charset=utf-8
Authorization: {apiKey}
{}

Response

The response object will contain an array of objects structured as follows:

RESPONSE
HTTP/1.1 200 OK
Content-Type: application/json
{
"data": [
{
# Three-letter ISO currency code, in lowercase
"currency": "brl",
# Available amount
"amount": "10000"
},
{
"currency": "mxn",
"amount": "150"
}
],
"error": null
}

Are there any inquiries still outstanding?

Our team of experts is available 24/7 to answer all your questions. Feel free to reach out to us at any time, and we will be happy to help you address any inquiries or issues. Your comfort and satisfaction are our priority.
Need help?Contact support

Powered by LA FRAMBUESA & Markdoc