Get tenant billing info
Returns the tenant’s blockchain activation limit and current usage. tenant_id is derived from the JWT token context.
GET
TypeScript
Response
OK
Maximum number of activated blockchains allowed for this tenant (0 = not purchased).
Example:
10
Number of blockchains currently in Activating, Activated, or Deactivating state for this tenant. Filter-independent (ignores list filters/pagination).
Example:
3
Previous
Get the test wallet addressReturns the Ethereum address derived from the configured external wallet private key, used by the UI for test transfers. tenant_id is derived from the JWT token context.
Next
TypeScript