Request node: 请求节点:
状态 | ||||
---|---|---|---|---|
|
https://api.yescaptcha.com
状态 | ||||
---|---|---|---|---|
|
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
...
是 | 帐户密钥,可以在个人中心找到 |
请求示例:
代码块 | |
---|---|
json | { "clientKey":"cc9c18d3e263515c2c072b36a7125eecc078618f" } |
Response data
...
Parameters
...
Type
...
响应数据
参数 | 类型 | 说明 |
---|
参数 | 类型 | 说明 |
---|---|---|
errorId | Integer |
错误提示: 0 - |
没有错误,1 - 有错误 | |
errorCode | string |
错误代码,点这里查看全部错误列表 | |
errorDescription | string |
错误详细描述 | |
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"
} |