Hyperledger · Rate Limits

Hyperledger Rate Limits

Hyperledger projects are self-hosted open-source software; there are no foundation-imposed request quotas. Operational throughput is bounded by node configuration, consensus algorithm, and underlying network/storage rather than a vendor-imposed rate-limit policy. Each framework exposes operator-configurable throttling controls (Fabric endorsement policies, Besu --rpc-http-max-active-connections, Firefly orchestrator backpressure). Managed offerings sold by ecosystem vendors apply their own service-specific limits.

Hyperledger Rate Limits is the machine-readable rate-limit profile for Hyperledger on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 5 rate-limit definitions, measuring concurrent_connections, concurrent_streams, bytes_per_block, and tx_per_second.

The profile also includes 4 backoff/retry policies defined.

Tagged areas include Rate Limiting, Blockchain, and Open Source.

5 Limits
Rate LimitingBlockchainOpen Source

Limits

Hyperledger Besu - JSON-RPC HTTP active connections node
concurrent_connections
80
Default --rpc-http-max-active-connections; configurable per-node.
Hyperledger Besu - JSON-RPC WebSocket active connections node
concurrent_connections
80
Default --rpc-ws-max-active-connections; configurable per-node.
Hyperledger Fabric - peer concurrent gRPC streams peer
concurrent_streams
operator-configured
Configured via core.yaml peer.keepalive and peer.maxRecvMsgSize parameters; no foundation-imposed ceiling.
Hyperledger Fabric - block size ordering-service
bytes_per_block
10485760
Default PreferredMaxBytes 512KB / AbsoluteMaxBytes 10MB at the orderer; configurable per channel.
Hyperledger Firefly - orchestration throughput node
tx_per_second
implementation-dependent
Bounded by underlying blockchain protocol throughput and Firefly node sizing.

Policies

Self-Hosted Throttling
Operators set rate limits at the ingress layer (NGINX, Envoy, API gateway) since Hyperledger frameworks rarely ship with built-in per-client RPM throttling.
Consensus Backpressure
Throughput is gated by consensus mechanism (Raft, IBFT 2.0, QBFT, BFT). Excessive load causes block-time degradation rather than 429-style throttling.
Vendor Service Limits
Managed offerings (IBM Blockchain, AWS Managed Blockchain, Kaleido) impose their own rate limits, request quotas, and SLAs. Consult vendor docs for those specifics; the foundation itself does not.
Endorsement Policy
In Fabric, endorsement policies and concurrency are controlled at the chaincode and channel level rather than via API rate limits.

Sources

Work with this as data

Every rate limit here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for rate limits

4 MCP tools reach this
  • find_rate_limitsBrowse and filter every rate limit in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This rate limit
curl "https://apis.io/api/v1/rate-limits/hyperledger-rate-limits"
All rate limits
curl "https://apis.io/api/v1/rate-limits?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.