Node providers
Private RPC endpoints
Provider | Linea API methods* | WebSocket |
---|---|---|
Alchemy | ✅ | ✅ |
ANKR | ❌ | ✅ |
BLAST API | ✅ | ✅ |
Blockpi | ✅ | ✅ |
Chainstack | ✅ | ✅ |
DRPC | ✅ | ✅ |
GetBlock | ✅ | ✅ |
Infura | ✅ | ✅ |
Moralis | ❌ | ❌ |
NOWNodes | ✅ | ❌ |
QuickNode | ❌ | ✅ |
Unifra | ❌ | ✅ |
* "Linea API methods" indicates endpoints that support custom features beyond standard Ethereum functionality, such as the
linea_estimateGas
API method, or features that require a specific implementation to work on Linea, such as use of thefinalized
tag.
Run your own node
View our node running guides to find out how to run a node locally.
You can also run nodes with the following providers:
Use RPC proxy and caching
Public RPC endpoints
Public endpoints are rate limited, and not meant for production systems.
* "Linea API methods" indicates endpoints that support custom features beyond standard Ethereum functionality, such as the
linea_estimateGas
API method, or features that require a specific implementation to work on Linea, such as use of thefinalized
tag.
If you're an RPC endpoint provider and would like to be added to the list, reach out to our team, or make a PR to the docs.