Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.truthlocks.com/llms.txt

Use this file to discover all available pages before exploring further.

GET /v1/billing/rates
Returns your tenant’s effective rate card, including per-use prices for minting and verification. If your organization has a custom rate card assigned by a platform admin, those rates are reflected here. Otherwise, the default rate card applies. Rates are automatically adjusted for your region based on your organization’s country.

Response

rate_card
object
The rate card metadata (ID, name, currency).
items
object[]
Rate card line items with per-use pricing.
is_default
boolean
true if the default rate card is in use, false if a custom card has been assigned.
regional_rates
object
Adjusted rates for your region.
For public pricing without authentication, use GET /v1/billing/public/rates. To estimate a monthly invoice, use the projected invoice endpoint.