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

# Balance

## Request

<CodeGroup>
  ```bash cURL theme={null}
  curl --location 'https://api.znapai.com/v1/balance' \
  --header 'Authorization: Bearer $ZnapAI_API_KEY'
  ```
</CodeGroup>

## Response

```json theme={null}
{
    "code": 200,
    "msg": "success",
    "data": 99.999578
}
```
