getBalance Max1

Retrieve your account balance.

Method address: https://captcha69.com/getBalance
Request format: JSON POST

Request Parameters

Parameter Type Required
clientKey String Required

clientKey

Your unique account API key.

Request Example

{
  "clientKey": "max1_YOUR_API_KEY"
}

Response Structure

Parameter Type Description
errorId Integer Error identifier. 0 - no error. 1 - error, see errorCode.
errorCode String Error code. See the error list for details.
balance Decimal Available account balance.

Response Example

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