Hanzo
OpenapiPlan

Returns the blockchain RPC plan catalog: the tiers metered in monthly compute…

Returns the blockchain RPC plan catalog: the tiers metered in monthly compute units, with their prices, limits and overage terms.

GET /v1/plan/blockchain

Addresshttps://api.hanzo.ai/v1/plan/blockchain
MethodGET
Operationget_plan_blockchain
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the blockchain RPC plan catalog: the tiers metered in monthly compute units, with their prices, limits and overage terms. It is the canonical catalog for every caller — these plans carry no reseller overrides.

Request

GET /v1/plan/blockchain takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200planListok

200 body — 1 field.

FieldInTypeAlwaysDescription
plansbodyany[]Plans are the plans in this section, each an opaque object exactly as the @hanzo/plans catalog emits it — typically id, name, description, priceMonthly,…

Failure carries the platform error shape — see Errors.

Examples

hanzo plans blockchain

Plan API · All Hanzo APIs · Interactive reference

How is this guide?

On this page