From bbf53f90501cb25f4014c6c10e7c0be35cda9e17 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 2 Dec 2020 04:25:58 +0000 Subject: [PATCH] Add specific page for rpc endpoints (#13899) (#13910) (cherry picked from commit 0f76daaf7ae9754dc5e8b6475c7bdbcb99b9a541) Co-authored-by: Tyera Eulberg --- docs/sidebars.js | 1 + docs/src/cluster/rpc-endpoints.md | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 docs/src/cluster/rpc-endpoints.md diff --git a/docs/sidebars.js b/docs/sidebars.js index 5e2d6bb1d5..c55fe3b0e9 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -143,6 +143,7 @@ module.exports = { ], "Clusters": [ "clusters", + "cluster/rpc-endpoints", "cluster/bench-tps", "cluster/performance-metrics" ], diff --git a/docs/src/cluster/rpc-endpoints.md b/docs/src/cluster/rpc-endpoints.md new file mode 100644 index 0000000000..6c4bbd1dd4 --- /dev/null +++ b/docs/src/cluster/rpc-endpoints.md @@ -0,0 +1,20 @@ +--- +title: Solana Cluster RPC Endpoints +--- + +Solana maintains dedicated api nodes to fulfill [JSON-RPC](developing/clients/jsonrpc-api.md) +requests for each public cluster, and third parties may as well. Here are the +public RPC endpoints currently available and recommended for each public cluster: + +## Devnet + +- `https://devnet.solana.com` - single Solana-hosted api node; rate-limited + +## Testnet + +- `https://testnet.solana.com` - single Solana-hosted api node; rate-limited + +## Mainnet Beta + +- `https://api.mainnet-beta.solana.com` - Solana-hosted api node cluster, backed by a load balancer; rate-limited +- `https://solana-api.projectserum.com` - Project Serum-hosted api node