Account & Usage
Get usage
OpenAI-compatible cumulative usage lookup
GET
Returns the account’s cumulative usage in the same shape as OpenAI’s
Get balance returns the remaining balance directly as
/dashboard/billing/usage, so existing credit-checking tools work against it unchanged.
Authorizations
string
required
Bearer YOUR_API_KEY.Response
string
Always
list.number
Usage to date, in cents. Divide by 100 for dollars — the
348.2914 above is $3.482914.Deriving the remaining balance
OpenAI’s tools compute what is left as total credit minus usage:total_available_usd, with no subtraction needed.