🪙Balance
Hướng dẫn lấy số dư
Import
Create task
POST /getBalance
endpoint: https://api.captcha-vip.io.vn/getBalanceTạo Task mới
Headers
Name
Value
Content-Type
application/json
Body
{
"clientKey": "67b6bcbb1a728ea8d563de6d169a2057"
}Name
Type
Description
clientKey
string
api key lấy tại đây
Response
{
"errorId": 0,
"balance": 125325
}Last updated