Layerstackpowered by SyncNode
← All chains
EVM L1

Avalanche RPC.

C-Chain with subnet support.

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

First call against Avalanche in 60 seconds.

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