CorebanqCorebanq Developer Docs
Accountsv1

Get accounts balance

POST/v1/accounts/balance

Request 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" \  -H "Content-Type: application/json" \  -d '{    "customer_id": "160c0c4b-9966-4dc1-a916-8407eb10d74e",    "currency": "str"  }'
{
  "balance": 0,
  "currency": "string"
}