/
getBalance: Balance
getBalance: Balance
Request api: https://api.ez-captcha.com/getBalance
Request format: POST
application/json
Request Parameters
Parameters | Type | Required | Description |
---|---|---|---|
clientKey | string | true | Account client key, which can be found in the personal center |
Request Example
{
"clientKey":"cc9c18d3e263515c2c072b36a7125eecc078618f"
}
Response Data
Parameters | Type | Description |
---|---|---|
errorId | Integer | Error message: 0: no error, 1: error |
balance | Decimal | Account balance (points) 1 USD = 10000 points |
Response Example
{
"errorId": 0,
"balance": 1071810
}
, multiple selections available,
Related content
Obtain Service Status
Obtain Service Status
More like this
FunCaptcha
FunCaptcha
More like this
获取服务状态
获取服务状态
More like this
EzCaptcha API Docs (English)
EzCaptcha API Docs (English)
More like this
createTask:Create Task
createTask:Create Task
More like this
getTaskResult : Task Result
getTaskResult : Task Result
More like this