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

Authorizations

Authorization
string
header
required

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

Response

Token balance retrieved