Hanzo
OpenapiPricing

Returns the blockchain access plans — the RPC and node tiers, each with its…

Returns the blockchain access plans — the RPC and node tiers, each with its monthly price, compute-unit allowance and feature list.

GET /v1/pricing/blockchain

Addresshttps://api.hanzo.ai/v1/pricing/blockchain
MethodGET
Operationget_pricing_blockchain
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the blockchain access plans — the RPC and node tiers, each with its monthly price, compute-unit allowance and feature list.

Request

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

Response

StatusBodyMeaning
200pricingPlanListok

200 body — 2 fields.

FieldInTypeAlwaysDescription
plansbodyobject[]Plans are the plans in this section, each an opaque object exactly as the pricing source emits it — typically id, name, description, price and a feature list.
plans[].*bodyobject

Failure carries the platform error shape — see Errors.

Examples

hanzo pricing blockchain

Pricing API · All Hanzo APIs · Interactive reference

How is this guide?

On this page