/
getBalance: query account balance
getBalance: query account balance
Request node: International node https://api.yescaptcha.com
CHINA node https://cn.yescaptcha.com
Method address: https://api.yescaptcha.com/getBalance
Request format:POST
application/json
Request parameters:
Parameter | Type | Required | Purpose |
---|---|---|---|
clientKey | String | Yes | Unique key of your account |
Request example:
{
"clientKey":"cc9c18d3e263515c2c072b36a7125eecc078618f"
}
Response structure:
Parameter | Type | Purpose |
---|---|---|
errorId | Integer | Error identificator: 0 - No error, 1 - Error |
errorCode | string | Error code.Check out errors list. |
errorDescription | string | Error description |
balance | Decimal | Account balance (points), 1 yuan equals 1000 points. For reference on the price of verification codes, please click here to see all types of verification codes. |
Response example
{
"errorId": 0,
"balance": 1071810
}
, multiple selections available,
Related content
getBalance : 查询帐户余额
getBalance : 查询帐户余额
More like this
getSoftID: retrieve SoftID and account balance
getSoftID: retrieve SoftID and account balance
More like this
getSoftID : 查询开发者ID和金额
getSoftID : 查询开发者ID和金额
More like this
getTaskResult : request task result
getTaskResult : request task result
More like this
CloudFlareTask: CloudFlare5S
CloudFlareTask: CloudFlare5S
More like this
TurnstileTaskProxyless: Cloudflare Turnstile protocol interface
TurnstileTaskProxyless: Cloudflare Turnstile protocol interface
More like this