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.