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

# Get balance

> POST /credits/balance

Read the current balance for an account.

```
POST https://api.heyaskr.ai/credits/balance
```

<ParamField body="credit_id" type="string" required>The account's credit id.</ParamField>

## Response

<ResponseField name="balance" type="number">Current balance in USD.</ResponseField>

```json theme={null}
{ "balance": 9.8412, "currency": "USD" }
```
