Skip to content

Commit 8c736f5

Browse files
authored
Merge pull request #2962 from Dhali-org/add-dhali-public-server
Add Dhali public server to docs
2 parents 7ff0651 + 5bea9eb commit 8c736f5

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/tutorials/public-servers.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,22 @@ labels:
77
- Core Server
88
---
99
# Public Servers
10-
1110
If you don't [run your own `rippled` server](../infrastructure/installation/index.md), you can use the following public servers to submit transactions or read data from the ledger.
1211

13-
## Mainnet
14-
12+
## Non-Commercial
1513
| Operator | [Network][] | JSON-RPC URL | WebSocket URL | Notes |
1614
|:----------|:------------|:-------------|:--------------|:---------------------|
1715
| XRP Ledger Foundation | **Mainnet** | `https://xrplcluster.com/` <br> `https://xrpl.ws/` [²][] | `wss://xrplcluster.com/` <br> `wss://xrpl.ws/` [²][] | Full history server cluster with CORS support. |
1816
| Ripple[¹][] | **Mainnet** | `https://s1.ripple.com:51234/` | `wss://s1.ripple.com/` | General purpose server cluster |
1917
| Ripple[¹][] | **Mainnet** | `https://s2.ripple.com:51234/` | `wss://s2.ripple.com/` | [Full-history server](../concepts/networks-and-servers/ledger-history.md#full-history) cluster |
2018

19+
## Commercial
20+
| Operator | [Network][] | JSON-RPC | Notes |
21+
|:----------|:------------|:-------------|:---------------------|
22+
| XRP Ledger Foundation full history paid API via [Dhali](https://dhali.io/) | **Mainnet** | `https://run.api.dhali.io/199fd80b-1776-4708-b1a1-4b2bb386435d/` | You must [create a paid API key](https://pay.dhali.io/?uuids=199fd80b-1776-4708-b1a1-4b2bb386435d) and embed it in the request's `Payment-Claim` header. |
23+
| [QuickNode](https://www.quicknode.com/chains/xrpl) | Testnet/Mainnet | N/A | QuickNode provides hosted XRPL RPC mainnet and testnet under their free and paid plans, granting flexible and reliable access to the network.
24+
25+
2126
## Test Networks
2227

2328
| Operator | [Network][] | JSON-RPC URL | WebSocket URL | Notes |
@@ -30,11 +35,7 @@ If you don't [run your own `rippled` server](../infrastructure/installation/inde
3035
| 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. |
3136
| XRPL Labs | Xahau Testnet | `https://xahau-test.net/` | `wss://xahau-test.net/` | [Hooks-enabled](https://hooks.xrpl.org/) Xahau Testnet |
3237

33-
## RPC Ecosystem Providers
3438

35-
| Operator | [Networks] | Notes |
36-
|:----------|:------------|:-------------|:--------------|:---------------------|
37-
| [QuickNode](https://www.quicknode.com/chains/xrpl) | Testnet/Mainnet | QuickNode provides hosted XRPL RPC mainnet and testnet under their free and paid plans, granting flexible and reliable access to the network. |
3839

3940

4041
[Network]: ../concepts/networks-and-servers/parallel-networks.md

0 commit comments

Comments
 (0)