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

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

InterfaceEndpointNotes
Ethereum JSON RPC (HTTPS)https://xrplevm.buildintheshade.comSend JSON-RPC 2.0 requests. Standard Ethereum JSON-RPC API for EVM interactions.
Ethereum JSON WS (WSS)wss://xrplevm.buildintheshade.comUse for eth_subscribe (e.g., newHeads). Real-time event subscriptions and monitoring.
Cosmos Chain IDxrplevm_1440000-1Cosmos Chain ID for XRPL EVM Sidechain Mainnet.
Block ExplorerXRPL EVM ExplorerOfficial block explorer for XRPL EVM Mainnet.

Additional Endpoints