Get Balance
Check your account's remaining credit balance.
POST/getBalanceRequest Body
| Parameter | Type | Required | Description |
|---|---|---|---|
clientKey | string | Yes | Your API key |
Example Request
curl -X POST https://api.regotcha.com/getBalance \
-H "Content-Type: application/json" \
-d '{
"clientKey": "YOUR_API_KEY"
}'Response
{
"errorId": 0,
"balance": 1250
}Response Fields
| Field | Type | Description |
|---|---|---|
errorId | number | 0 if successful, 1 if error |
balance | number | Remaining credits (1 credit = 1 solve) |
Usage Notes
- Each successful captcha solve costs 1 credit
- Failed solves do not consume credits
- Balance is shared across all API keys on your account
- New accounts receive 50 free credits to get started
Low Balance Warning: Set up monitoring to check your balance regularly. When balance reaches 0, new tasks will fail with ERROR_ZERO_BALANCE.
Purchasing Credits
Purchase additional credits from your dashboard:
- Starter: 1,000 credits - ₫25,000
- Growth: 10,000 credits - ₫225,000 (10% off)
- Scale: 100,000 credits - ₫1,750,000 (30% off)