💰Get Balance

Get Package balance

GET https://api.mrccaptcha.com/captcha/user/balance?apikey=YOUR_API_KEY

Query params

Name
Type
Description

apikey

string*

Your Package API-Key, you can get it here

Response

{
  "code": 0,
  "message": "Success",
  "KeyType": "MAIN",
  "Balance": 1000
}

Last updated

Was this helpful?