Layerstackpowered by SyncNode
← All chains
EVM L2

Arbitrum RPC.

Nitro-optimized L2 access.

Endpoint
https://api.layerstack.tech/v1/rpc/arbitrum?key=$YOUR_KEY
Latency p95
<100ms
Archive
WebSocket
Live in console
quickstart

First call against Arbitrum in 60 seconds.

curl https://api.layerstack.tech/v1/rpc/arbitrum?key=$LAYERSTACK_KEY \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'