Skip to main content
GET
/
v1
/
check-balance
Check Wallet Balance
curl --request GET \
  --url https://api.useglyde.co/v1/check-balance \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "data": {
    "balance": 150000,
    "currency": "NGN"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Success

status
string
Example:

"success"

data
object