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

Version 1 Next »

Method address: https://api.capmonster.cloud/getBalance
Request format: JSON POST

Request parameters:

Parameter

Type

Required

Purpose

clientKey

String

Yes

Unique key of your account

Response structure:

Parameter

Type

Purpose

errorId

Integer

Error identificator.
0 - no error, errorCode property missing
1 - error, information about it is in the errorCode property

errorCode

String

Error code. Check out errors list.

balance

Integer

The number of captchas available for recognition

Example:

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

  • No labels