版本比较

密钥

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

Request node: 请求节点:

状态
colourGreen
titleInternational node国际节点
https://api.yescaptcha.com
状态
colourGreen
titleDomestic node国内节点
https://cn.yescaptcha.com

Request address: 请求地址: https://api.yescaptcha.com/getBalance

Request format:请求格式:POST application/json

 

Request parameters请求参数

Parameters

参数

Type

类型

Required

必须

Description

说明

clientKey

string

true

The clientkey, which can be found in the personal center

...

帐户密钥,可以在个人中心找到

 

请求示例

language
代码块
json
{
    "clientKey":"cc9c18d3e263515c2c072b36a7125eecc078618f"
}

Response data

...

Parameters

...

Type

...

 

响应数据

参数

类型

说明

参数

类型

说明

errorId

Integer

Error message:

错误提示: 0 -

No error, 1 - Error exists

没有错误,1 - 有错误

errorCode

string

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

错误代码,点这里查看全部错误列表

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.

Response example

...

帐户余额(点数)1元1000点

验证码价格参考点这里全部验证码类型

softBalance

Decimal

开发者分成余额

inviteBalance

Decimal

邀请分成

inviteBy

string

当前帐户被谁邀请

 

响应示例

代码块
{
    "errorId": 0,
    "balance": 1071810
    "softBalance": 36.009800000000006,
    "inviteBalance": 0,
    "inviteBy": "3"
}