版本比较

密钥

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

Request node:

状态
colourGreen
titleInternational node
https://api.yescaptcha.com
状态
colourGreen
titleDomestic CHINA node
https://cn.yescaptcha.com

Request Method address: https://api.yescaptcha.com/getBalance

Request format:POST application/json

Request parameters:

ParametersParameter

Type

Required

DescriptionPurpose

clientKey

stringString

trueYes

The clientkey, which can be found in the personal center

Request Body example

代码块
languagejson
{
    "clientKey":"cc9c18d3e263515c2c072b36a7125eecc078618f"
}

Response datastructure:

ParametersParameter

Type

DescriptionPurpose

errorId

Integer

Error messageidentificator: 0 - No error, 1 - Error exists

errorCode

string

Error code, click here to see the complete list of errors.Check out errors list.

errorDescription

string

Error detailed 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.

...