English
1curl https://api.koywe.com/api/v1/organizations/organizationId/merchants/merchantId/accounts/balances \2 -H "Authorization: Bearer <token>"
1[2 {3 "id": "acc_6ead3cb5-e87f-4756-8389-8ad2f56757d0",4 "accountNumber": "012342134123",5 "currency": "USD",6 "balance": "1000.50",7 "balanceDate": "2024-07-01T22:40:22.003Z",8 "address": "0x123...",9 "network": "ethereum",10 "merchantId": "mrc_31352afb-ce3a-4b7f-963d-b2512c646400",11 "contactId": "con_31352afb-ce3a-4b7f-963d-b2512c646400"12 }13]
Bearer authentication of the form Bearer <token>, where token is your auth token.
Bearer <token>
format: "date-time"
Filter balances by currency symbol (e.g. USD, ARS, CLP)