Public APIs
Public APIs offer ready-to-use endpoints for accessing and interacting with the XRPL EVM network without needing to run your own node. They enable developers, wallets, and services to read blockchain data, send transactions, and query network status in real time.
Mainnet Official Public APIs
| Type | URL |
|---|---|
| Ethereum JSON RPC | https://rpc.xrplevm.org |
| Ethereum JSON WS | https://ws.xrplevm.org |
| Tendermint RPC | https://cosmos-rpc.xrplevm.org |
| Cosmos gRPC | https://cosmos-grpc.xrplevm.org |
| Cosmos API | https://cosmos-api.xrplevm.org |
Grove as Main Service Provider
Grove is the main service provider for XRPL EVM via its Build In The Shade portal.
They offer enterprise-grade infrastructure with guaranteed uptime, global edge network, and developer-first tooling for both Mainnet and Testnet.
With Grove, you can access:
- Ethereum JSON-RPC over HTTPS and WebSockets
- CometBFT (Tendermint) RPC via REST endpoints
- Cosmos SDK REST APIs for modules like
bank,staking, etc. - Batching support and enhanced error handling for JSON-RPC calls
Grove provides public endpoints for quick integration and testing, with support for authenticated requests for production use.
👉 Check the full Grove documentation and endpoints here:
https://buildintheshade.com/docs
Mainnet Endpoints
| Interface | Endpoint | Notes |
|---|---|---|
| Ethereum JSON RPC (HTTPS) | https://xrplevm.buildintheshade.com | Send JSON-RPC 2.0 requests. Standard Ethereum JSON-RPC API for EVM interactions. |
| Ethereum JSON WS (WSS) | wss://xrplevm.buildintheshade.com | Use for eth_subscribe (e.g., newHeads). Real-time event subscriptions and monitoring. |
| Cosmos Chain ID | xrplevm_1440000-1 | Cosmos Chain ID for XRPL EVM Sidechain Mainnet. |
| Block Explorer | XRPL EVM Explorer | Official block explorer for XRPL EVM Mainnet. |
Additional Endpoints
| Provider/Validator | RPC Endpoint URL |
|---|---|
| Peersyst | https://rpc.xrplevm.org |
| Pocket Network | https://api.pocket.network/docs/xrplevm |
| Cumulo | https://json-rpc.xrpl.cumulo.org.es |
| Imperator | https://rpc_evm-xrp.imperator.co/ |
| Enigma | https://xrp-evm-rpc.enigma-validator.com/ |
| Stakeme | https://xrpl-evm-rpc.stakeme.pro/ |