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