Get Balance
Balance
Get Balance
Return the credit balance for the authenticated caller.
Accepts either a dashboard session token (JWT) or an rsk_ API key. With an
org context the org owner's balance is returned — all members of an org share
the same billing pool; a caller with no org gets their own balance. The
response also reports how much of the balance is reserved by in-flight
operations (`reserved_usd`, plus a per-category `reserved_breakdown`) and the
spendable remainder (`available_usd`).
Auth: Authorization: Bearer <user JWT | rsk_ key>
GET
Get Balance
Authorizations
Enter your MeshAPI key (rsk_...) — sent as Authorization: Bearer <key>.
Response
200 - application/json
Successful Response
Total credit balance in USD.
Spendable balance: balance_usd minus reserved_usd.
Funds currently held by in-flight operations and not spendable.
Reserved totals per category (realtime / async / video); omits categories holding nothing. Sums to reserved_usd.
Last balance update (ISO 8601).