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

# getBalance

The getBalance is used to get the balance of the api key\
\
**Endpoint:** [https://api.snakecaptcha.com/getBalance](https://api.hexcap.cc/getBalance)

**Method:** POST

**Content type:** application/json

| Name      | Type   | Description  |
| --------- | ------ | ------------ |
| clientKey | String | Your API key |

```text theme={null}
{
    "clientKey":"api key"
}
```

```text theme={null}
{"Balance": "0.00"}
```
