Skip to main content
GET
/
v1
/
user
/
balance
Query User Balance
curl --request GET \
  --url https://apiif.com/v1/user/balance \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "remain_balance": 100,
  "used_balance": 25.5,
  "unlimited_quota": false
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

User balance retrieved