Skip to main content
GET
/
user
/
balance
Get Account Balance
curl --request GET \
  --url https://api.example.com/user/balance
{
  "success": true,
  "data": {
    "balance": 1500.00,
    "credits": 7500,
    "currency": "GHS"
  }
}

Documentation Index

Fetch the complete documentation index at: https://developers.sendazi.com/llms.txt

Use this file to discover all available pages before exploring further.

{
  "success": true,
  "data": {
    "balance": 1500.00,
    "credits": 7500,
    "currency": "GHS"
  }
}