Retrieve your account balance.
https://captcha69.com/getBalanceJSON POST
| Parameter | Type | Required |
|---|---|---|
clientKey |
String | Required |
clientKeyYour unique account API key.
{
"clientKey": "max1_YOUR_API_KEY"
}
| Parameter | Type | Description |
|---|---|---|
errorId |
Integer | Error identifier. 0 - no error. 1 - error, see errorCode. |
errorCode |
String | Error code. See the error list for details. |
balance |
Decimal | Available account balance. |
{
"errorId": 0,
"balance": 345.678
}