请求节点: Request node:
状态 | ||||
---|---|---|---|---|
|
https://api.yescaptcha.com
状态 | ||||
---|---|---|---|---|
|
https://cn.yescaptcha.com
请求地址: Method address: https://api.yescaptcha.com/getBalance
请求格式:Request format:POST
application/json
请求参数Request parameters:
参数Parameter | 类型Type | 必须Required | 说明Purpose |
---|---|---|---|
clientKey | stringString | 是 | 帐户密钥,可以在个人中心找到 |
...
Yes | Unique key of your account |
Request example:
代码块 | ||
---|---|---|
| ||
{ "clientKey":"cc9c18d3e263515c2c072b36a7125eecc078618f" } |
响应数据Response structure:
参数Parameter | 类型Type | 说明Purpose |
---|---|---|
errorId | Integer | 错误提示: Error identificator: 0 - 没有错误,1 - 有错误No error, 1 - Error |
errorCode | string错误代码,点这里查看全部错误列表 | Error code.Check out errors list. |
errorDescription | string错误详细描述 | Error description |
balance | Decimal | 帐户余额(点数)1元1000点 验证码价格参考点这里全部验证码类型 |
...
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 } |
...