✨ NoCaptcha v2 is here — fresh look, API v2 & agentic solving.Read the changelog →
Balance

Check balance & plan info

GET
/balance

Returns the current balance, plan type, limits, and usage for the API key. Useful before submitting tasks to confirm there is remaining quota.

Query Parameters

apiKey*string

Your NoCaptchaAI API key

Response Body

application/json

curl -X GET "https://example.com/balance?apiKey=string"
{  "status": "ok",  "balance": 4.25,  "username": "user",  "profile_id": "abc123",  "plan": {    "planType": "daily",    "active": 1,    "dailyLimit": 1000,    "dailyLimitUsed": 42  }}
Content-Length: 0