GET
/
otc-exchanges
/
accounts
List eligible Pay-from EUR accounts
curl --request GET \
  --url https://api.balansas.com/functions/v1/customer-api/otc-exchanges/accounts \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "id": "550e8400-e29b-41d4-a716-446655440000",
      "currency": "EUR",
      "isMaster": true,
      "label": "My EUR Business Account",
      "balance": "10000.50"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Customer API key. Send as x-api-key: sk_... or Authorization: Bearer sk_.... Write operations also require an X-CSRF-Token header (64-char hex).

Response

Success

data
object[]
required