GET
/v1/creditsCheck your available credit balance and usage statistics.
Credits
0 (free)
Response Time
< 100ms
Rate Limit
10/min
Request
cURL
curl https://api.rocketverifier.com/v1/credits \
-H "Authorization: Bearer YOUR_API_KEY"Response
200 OK
{
"credits": 10000,
"used_today": 150,
"used_this_month": 2500
}Response Fields
| Field | Type | Description |
|---|---|---|
| credits | integer | Available credit balance |
| used_today | integer | Credits used today |
| used_this_month | integer | Credits used this billing cycle |
