Account Balance
Get account balance info
get
Body
βOptional
Responses
200Success
application/json
balancenumberRequiredExample:
The total credits associated with the provided API key.
10000000lowBalancebooleanRequiredExample:
True if the balance is below the threshold.
falselowBalanceThresholdnumberRequiredExample:
Threshold for switching to low balance status.
10000lastUpdatedstring Β· date-timeRequiredExample:
The date of the request β i.e., the current date.
2025-11-25T17:45:00ZautoDebitStatusstringRequiredExample:
Indicates whether auto top-up is enabled for the plan.
disabledstatusstringRequiredExample:
The status of the plan associated with the provided API key.
currentstatusExplanationstringRequiredExample:
A more detailed explanation of the plan status.
Balance is current and up to dateget/v1/billing/balance
200Success
Get balance info
get
Body
βOptional
Responses
200Success
application/json
current_balancenumberRequiredExample:
current user balance in USD.
123.45currencystringRequiredExample:
balance currency (always USD)
USDget/v2/billing
200Success
Get detailed billing info
get
Body
βOptional
Responses
200Success
application/json
user_idnumberOptionalExample:
User ID.
111emailstringOptionalExample:
User email.
user@example.comcurrent_balancenumberOptionalExample:
Current balance in USD.
100.5currencystringOptionalExample:
Currency (always USD).
USDget/v2/billing/detail
200Success
Last updated
Was this helpful?