Get billing usage
Billing
Get usage
Returns current billing cycle usage counters for the authenticated tenant.
GET
Get billing usage
Response
Returns an array of usage counter objects.string
The usage metric identifier (e.g.,
attestations.mint, verifications_monthly, storage_bytes).integer
Amount consumed in the current billing period.
integer
Maximum allowed for this metric under your plan. A value of
-1 means unlimited.string
Billing period for this counter:
monthly or total.string
Unit of measurement:
count or bytes.boolean
Whether the tenant is currently allowed to consume more of this metric. Returns
false when the limit has been reached. Only included when relevant.integer
Change in usage since the last query. Only included when the server tracks incremental updates.

