版本比较

密钥

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

请求节点: Request node:

状态
colourGreen
title国际节点International node
https://api.yescaptcha.com
状态
colourGreen
title国内节点Domestic 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

Request example

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

响应数据Response data

参数Parameters

类型Type

说明Description

errorId

Integer

错误提示: Error message: 0 - 没有错误,1 - 有错误No error, 1 - Error exists

errorCode

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

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

errorDescription

string错误详细描述

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

代码块
languagejson
{
    "errorId": 0,
    "balance": 1071810
}

...