Skip to main content
GET
/
v1
/
billing
/
rates
Get billing rates
curl --request GET \
  --url https://api.truthlocks.com/v1/billing/rates \
  --header 'X-API-Key: <api-key>'
{
  "rates": {}
}
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.

Authorizations

X-API-Key
string
header
required

API key for machine-to-machine authentication

Response

Rates

rates
object