Balance
Check balance & plan info
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 }}