b75b478564cc
Org balance + recent transactions
Path parameters
Response
Balance
Usage cost not yet settled into a transaction: the current month, plus any recently ended month whose settlement debit has not been written yet (briefly higher than currentMonthUsageCents right after a month rollover).
Spendable balance = balanceCents − accruedUsageCents. This is what the deploy gate checks; it can be below balanceCents while usage is running, and slightly negative between auto-recharge ticks.
Raw ledger balance (deposits + credits − settled debits).
Usage cost accrued in the current calendar month only. Use this for "spend this month" displays; use accruedUsageCents for balance math.
Smallest deposit the org can make right now, in cents: the flat $10 floor, raised to the 3-day-runway requirement while the org has open usage burning, clamped to the org's per-deposit cap. This is the exact minimum the deposit endpoint enforces (INSUFFICIENT_RUNWAY on a lower amount), so clients should render it rather than re-derive it.
The org's monthly spend cap, or null if no limit is set. Drives the "used of limit" budget gauge in the dashboard.