Get Balance API
Get Balance API
Retrieve your account balance and plan details with the following API request.
GET https://api.captchasonic.com/balance?
Host:
api.captchasonic.com
Content-Type:
application/json
Query Parameters
Parameter | Type | Value |
---|---|---|
apiKey | string | YOUR API KEY. |
Response Codes
Code | Description |
---|---|
200 OK | Successful request. Returns balance information. |
401 Unauthorized | Invalid or missing API key. |
403 Forbidden | Access denied due to insufficient permissions. |
429 Too Many Requests | Rate limit exceeded. |
500 Internal Server Error | An error occurred on the server. |
Captcha_sonic | For a valid API key, click on Captchasonic. |
Response Body
{ "status": "ok", "balance": 100, "username": "user", "plan": { "planId": "", "active": 0, "planType": "", "minLimit": 0, "minLimitUsed": 0, "type": "", "dailyLimit": 0, "dailyLimitUsed": 500, "start": 0, "end": 0, "planLimit": 0, "planLimitUsed": 0, "refill": 1734339963, "auto_renew": false, "shared": false }}