Account & Usage
Get subscription
OpenAI-compatible credit limit lookup
GET
Returns the account’s total credit in the same shape as OpenAI’s
/dashboard/billing/subscription, for existing credit-checking tools.
Authorizations
string
required
Bearer YOUR_API_KEY.Response
string
Always
billing_subscription.number
Total credit in dollars = available balance + usage to date.
number
Same as
hard_limit_usd. A wallet has no separate soft limit; the field is kept for compatibility.number
Same as
hard_limit_usd, kept for compatibility.boolean
Always
true, kept for compatibility.integer
Always
0 — a wallet has no expiry date. Credit lasts until it is spent; it does not lapse with time.Deriving the remaining balance
usage.total_usage comes from Get usage and is in cents.
Get balance returns the remaining balance in a single request.