Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Request api: https://api.ez-captcha.com/getBalance

Optimization China region Request api: https://47.115.166.118:15000/getBalance

Request format: POST application/json

Request Parameters

Parameters

Type

Required

Description

clientKey

string

true

Account client key, 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

balance

Decimal

Account balance (points) 1 USD = 10000 points

Response Example

{
    "errorId": 0,
    "balance": 1071810
}

  • No labels