cURL
curl --request GET \ --url https://api.useglyde.co/v1/check-balance \ --header 'Authorization: Bearer <token>'
{ "status": "success", "data": { "balance": 150000, "currency": "NGN" } }
Retrieve the current balance of your business wallet.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
"success"
Show child attributes
Was this page helpful?