> ## 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.

# Get Account Balance

> Retrieve the current account balance and credit information

<ResponseExample>
  ```json 200 - Success theme={null}
  {
    "success": true,
    "data": {
      "balance": 1500.00,
      "credits": 7500,
      "currency": "GHS"
    }
  }
  ```
</ResponseExample>
