JSON-RPC API
Linea uses the Ethereum JSON-RPC API. This is because the zkEVM is EVM-equivalent, meaning that the developer experience is identical to building on Ethereum itself.
Check out Infura's documentation of the Ethereum API here.
⚠️ At the moment we do not support the
eth_newFilter
andeth_newBlockFilter
RPC calls.