Account Balance
Get account balance
GET
{{BASE_URL}}/api/v1/account/balance
This endpoint allows you to get your account balance
Headers
Name
Type
Description
Authentication*
String
Authentication token
{
"status": 200,
"message": "Account balance successfully fetched",
"data": {
"amount": 5763
}
}
Last updated
Was this helpful?