Account Balance Enquiry
Check account balance
GET
/check-balance
This endpoint allows users to quickly check their account balance
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Response
{
"status": 200,
"success": true,
"data": [
{
"balance": 200,
"currency": "NGN"
}
]
}
Last updated