# Get credit balance

> Returns your current prepaid credit balance. (GET /v1/wallet)

Source: https://sightradar.com/docs/api/wallet-and-usage/get-credit-balance

Returns your current prepaid credit balance. Free.

### Example request

```bash
curl -X GET "https://api.sightradar.com/v1/wallet" \
  -H "Authorization: Bearer $SR_API_KEY"
```

### Response body

| Field             | Type      | Description |
| ----------------- | --------- | ----------- |
| `balance_credits` | `integer` |             |

### Status codes

| Status | Meaning                     |
| ------ | --------------------------- |
| `200`  | Balance.                    |
| `401`  | Missing or invalid API key. |
