Skip to main content
GET
Returns the account’s total credit in the same shape as OpenAI’s /dashboard/billing/subscription, for existing credit-checking tools.
hard_limit_usd is the total credit (available balance + usage to date), not the remaining balance. For the remaining balance use Get balance, or subtract as shown below.

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.