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

# Balance

> The Balance API returns your total balance and balance information from your wallet, such as currency.

## Introduction

**Request Type:** `https://BASE_URL/api/get-balance?api_key=YourAPIKey`

**Request Type:** `GET`

**Body params:**

| Options | Required                                                                                          |
| ------- | ------------------------------------------------------------------------------------------------- |
| type    | *string* <br /> Your API key (It can be found on your [Termii dashboard](https://app.termii.com)) |

```
{
      "user": "Tayo Joel",
      "balance": 0,
      "currency": "NGN"
}
```
