Skip to content

Retrieve balance

Return the current pay-as-you-go balance.

Request

curl --request GET \
  --url https://api.uncaptcha.io/v1/balance/get \
  --header "X-Api-Key: $UNCAPTCHA_API_KEY"

Response

{
  "success": true,
  "data": {
    "balance": 5
  }
}

data.balance is a JSON number containing the account’s current pay-as-you-go balance.

Navigation

Type to search…

↑↓ navigate↵ selectEsc close