Files
xrpl-dev-portal/docs/tutorials/public-servers.md
nickster4400 fb19802969 Update/add rpc public-servers.md
adding rpc ecosystem section + qn to rpc docs
2025-01-21 13:36:49 -06:00

3.5 KiB

html, parent, seo, labels
html parent seo labels
public-servers.html tutorials.html
description
Use these public servers to access the XRP Ledger without needing your own infrastructure.
Core Server

Public Servers

If you don't run your own rippled server, you can use the following public servers to submit transactions or read data from the ledger.

Mainnet

Operator Network JSON-RPC URL WebSocket URL Notes
XRP Ledger Foundation Mainnet https://xrplcluster.com/
https://xrpl.ws/ ²
wss://xrplcluster.com/
wss://xrpl.ws/ ²
Full history server cluster with CORS support.
Ripple¹ Mainnet https://s1.ripple.com:51234/ wss://s1.ripple.com/ General purpose server cluster
Ripple¹ Mainnet https://s2.ripple.com:51234/ wss://s2.ripple.com/ Full-history server cluster

Test Networks

Operator Network JSON-RPC URL WebSocket URL Notes
Ripple¹ Testnet https://s.altnet.rippletest.net:51234/ wss://s.altnet.rippletest.net:51233/ Testnet public server
XRPL Labs Testnet https://testnet.xrpl-labs.com/ wss://testnet.xrpl-labs.com/ Testnet public server with CORS support
Ripple¹ Testnet (Clio) https://clio.altnet.rippletest.net:51234/ wss://clio.altnet.rippletest.net:51233/ Testnet public server with Clio
Ripple¹ Devnet https://s.devnet.rippletest.net:51234/ wss://s.devnet.rippletest.net:51233/ Devnet public server
Ripple¹ Devnet (Clio) https://clio.devnet.rippletest.net:51234/ wss://clio.devnet.rippletest.net:51233/ Devnet public server with Clio
Ripple¹ Sidechain-Devnet https://sidechain-net2.devnet.rippletest.net:51234/ wss://sidechain-net2.devnet.rippletest.net:51233/ Sidechain Devnet to test cross-chain bridge features. Devnet serves as the locking chain while this sidechain serves as the issuing chain.
XRPL Labs Xahau Testnet https://xahau-test.net/ wss://xahau-test.net/ Hooks-enabled Xahau Testnet

RPC Ecosystem Providers

Operator [Networks] Notes
QuickNode Testnet/Mainnet QuickNode provides hosted XRPL RPC mainnet and testnet under their free and paid plans, granting flexible and reliable access to the network.

¹ Ripple's public servers are not for sustained or business use, and they may become unavailable at any time. For regular use, you should run your own rippled server or contract someone you trust to do so. Ripple includes Clio servers (the successor to [Reporting Mode][]) in its public clusters.

² xrpl.ws is an alias for xrplcluster.com. However, the .ws top-level domain's reliability may be unsuitable for production uses.

{% raw-partial file="/docs/_snippets/common-links.md" /%}