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
{
"clientKey": "YOUR_API_KEY"
}
Response example
{
"errorId": 0,
"balance": 0.93958
}