> ## Documentation Index
> Fetch the complete documentation index at: https://developer.elliephant.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Credit Balance

> The data returned when retrieving your credit balance

The details returned as part of the [GET/api/credit-balance](/api-reference/endpoint/credit/getbalance) method.

| Field                      | Description                                                                                                                           |
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| `credit_balance`           | The base number value of credit remaining                                                                                             |
| `currency`                 | The currency the total is returned in. Sent in [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) format. eg Australian Dollar is AUD |
| `credit_balance_formatted` | Your credit balance formated                                                                                                          |
