getBalance method
Returns your account balance
API Endpoint: https://api.2captcha.com/getBalance
Method: POST
Content-Type: application/json
Request properties
Name | Type | Required | Description |
---|---|---|---|
clientKey | String | Yes | Your API key |
Request example
json
{ "clientKey": "YOUR_API_KEY" }
Response example
json
{ "errorId": 0, "balance": 0.93958 }