API referenceWallet & Usage
Get credit balance
Returns your current prepaid credit balance. (GET /v1/wallet)
GET
/v1/wallet- Auth
- Bearer API key
- Billing
- free (0 credits).
Returns your current prepaid credit balance. Free.
Example request
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. |
Last updated