Accounts — Reference
Auth: X-API-Key.
GET /v1/participants/:participantId/accounts
Returns ledger-backed accounts with live balances read from the platform ledger (the source of truth — never computed from application tables).
curl "$BASE_URL/v1/participants/$PARTICIPANT_ID/accounts" \
-H "X-API-Key: $THIQWAVE_API_KEY"
Response (representative):
[
{ "id": "acc_…", "asset": "AED", "balance_minor": "150000", "status": "ACTIVE" }
]
The path participant must belong to your partner. Errors: 404 CNT_0001, 403.