Skip to main content
GET
Read the tenant balance

Authorizations

Authorization
string
header
required

Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth

Query Parameters

cursor
string

Token from next_cursor in the previous response. Omit it for the first page.

limit
string

Number of records to return. The default is 50. Valid values are 1 through 200.

Response

OK

GET /v1/tenants/me/billing — the wallet snapshot.

balance_nanos
integer<int64>
required

What remains, in nanos — one thousand-millionth of a dollar.

is_exhausted
boolean
required

Whether the balance has reached zero.

updated_at
integer<int64>
required

When the balance last moved.

exhausted_at
integer<int64> | null

When it did, or null while money remains — emitted either way, for the module's null rule.