cURL
curl --request GET \ --url https://dev-api.hyperail.io/api/v1/balances/currency/{currency} \ --header 'Authorization: Bearer <token>'
[ { "accountId": "c1fba25a-a36b-479c-b17d-64dbaf3ba32c", "currency": "GHS", "balance": 3, "availableBalance": 3 } ]
Returns all balance by currency
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the account currency.
Returns all balance by account ID
"c1fba25a-a36b-479c-b17d-64dbaf3ba32c"
"GHS"
3
Was this page helpful?