Skip to main content

Pricing

Our pricing unit is the compute unit. All our plans offer free compute units.

To pick the best suited to your needs, visit our pricing page.

Compute Units

Our innovative load balancing solution combines Archive and Rolling Octez nodes at every location.

  • Tezos RPC request costs vary:
    • any request to a specific block identified by block hash or block number costs 2 compute units
    • any other request costs 1 compute unit.
  • requests to TzKT Indexer endpoints cost 10 compute units
  • testnet queries to RPC and Indexer are always free of charge.

Examples:

# HEAD block query costs one compute unit
curl https://tezosrpc.midl.dev/ak-g5yvzhd6bba7z8/chains/main/blocks/head

# Query version costs one compute unit
curl https://tezosrpc.midl.dev/ak-g5yvzhd6bba7z8/version

# Archive query (by level) costs 2 compute units
curl https://tezosrpc.midl.dev/ak-g5yvzhd6bba7z8/chains/main/blocks/999999/header

# Archive query (by block hash) costs 2 compute units
curl https://tezosrpc.midl.dev/ak-g5yvzhd6bba7z8/chains/main/blocks/BLh993Nn3BJPzFcnzuwW7ut4YxKCbFfBuZBm85bG7xRZL8jDXhb

# Ghostnet queries cost 0 compute units
curl https://ghostnet.tezosrpc.midl.dev/ak-g5yvzhd6bba7z8/chains/main/blocks/head/header

# Indexer Endpoint query costs 10 compute units
curl https://tezosindexer.midl.dev/ak-fmrejtjwdr91yu/v1/head