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

Legacy balance format

GET
/legacy/balance

Returns balance in the legacy format (manage.nocaptchaai.com/balance).

Authorization

ApiKeyHeader
apikey<token>

Your NoCaptchaAI API key (pass in apikey header)

In: header

Response Body

application/json

curl -X GET "https://example.com/legacy/balance"
{  "Balance": 0,  "Currency": "USD",  "Subscription": {    "plan": "string",    "status": "string",    "remaining": 0,    "dailyLimit": 0,    "used": 0  }}
Content-Length: 0