Accountsv1
Get accounts balance by currency
POST
/v1/accounts/balance/currencyRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/v1/accounts/balance/currency" \ -H "Content-Type: application/json" \ -d '{ "customer_id": "160c0c4b-9966-4dc1-a916-8407eb10d74e", "currency": "str" }'{
"balance": 0,
"currency": "string"
}