Linea Rate Limits
Linea exposes three distinct API surfaces with independent rate limits. The public JSON-RPC endpoint (rpc.linea.build) is free but rate-limited per IP; exact limits are not published and vary with network load — production traffic should use private node providers (Infura, Alchemy). The Token REST API enforces a hard cap of 2 requests per second and 60 requests per minute per IP address. The Lineascan explorer API follows Etherscan V2 tier limits ranging from 3 calls/second on the Free tier up to 30 calls/second on Professional and unmetered on Enterprise. Throttled responses return HTTP 429.
Linea Rate Limits is the machine-readable rate-limit profile for Linea on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 10 rate-limit definitions, measuring requests_per_second, requests_per_minute, and requests_per_day.
The profile also includes 5 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include Blockchain, Layer 2, Ethereum, ZK-EVM, and Rate Limiting.