转至元数据结尾
转至元数据起始

正在查看旧版本。 查看 当前版本.

与当前比较 查看页面历史

« 上一页 版本 4 下一步 »

Request node: INTERNATIONAL NODE https://api.yescaptcha.com 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

{
    "clientKey":"cc9c18d3e263515c2c072b36a7125eecc078618f"
}

Response data

Parameters

Type

Description

errorId

Integer

Error message: 0 - 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

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
}

  • 无标签