getBalance : 查询帐户余额
请求节点: 国际节点 https://api.yescaptcha.com
国内节点 https://cn.yescaptcha.com
请求地址: https://api.yescaptcha.com/getBalance
请求格式:POST
application/json
请求参数
参数 | 类型 | 必须 | 说明 |
---|---|---|---|
clientKey | string | 是 | 帐户密钥,可以在个人中心找到 |
请求示例:
{
"clientKey":"cc9c18d3e263515c2c072b36a7125eecc078618f"
}
响应数据
参数 | 类型 | 说明 |
---|
参数 | 类型 | 说明 |
---|---|---|
errorId | Integer | 错误提示: 0 - 没有错误,1 - 有错误 |
errorCode | string | 错误代码,点这里查看全部错误列表 |
errorDescription | string | 错误详细描述 |
balance | Decimal | 帐户余额(点数)1元1000点 验证码价格参考点这里全部验证码类型 |
softBalance | Decimal | 开发者分成余额 |
inviteBalance | Decimal | 邀请分成 |
inviteBy | string | 当前帐户被谁邀请 |
响应示例
{
"errorId": 0,
"balance": 1071810
"softBalance": 36.009800000000006,
"inviteBalance": 0,
"inviteBy": "3"
}