Add specific page for rpc endpoints (#13899)

This commit is contained in:
Tyera Eulberg 2020-12-01 21:19:15 -07:00 committed by GitHub
parent 10c81a2448
commit 0f76daaf7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 0 deletions

View File

@ -143,6 +143,7 @@ module.exports = {
],
"Clusters": [
"clusters",
"cluster/rpc-endpoints",
"cluster/bench-tps",
"cluster/performance-metrics"
],

View File

@ -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