Linea zkEVM RPC by Consensys. Type 2 zkEVM with full Ethereum bytecode compatibility. Build on a ZK rollup that runs any existing Ethereum smart contract without modification.
<40ms
Avg latency
99.9%
Uptime SLA
5
Global regions
50K
Free requests/mo
eth_calleth_getBalanceeth_getLogslinea_getProofeth_subscribeFull method list available in the RPC documentation.
import { createPublicClient, http } from 'viem'
import { linea } from 'viem/chains'
const client = createPublicClient({
chain: linea,
transport: http('https://rpc.kubernodes.com/linea?apiKey=YOUR_KEY'),
})
const blockNumber = await client.getBlockNumber()
console.log('Latest block:', blockNumber)Get a free API key with 50,000 requests per month. No credit card required. Upgrade anytime as your project grows.