From 0aecc6033afc5b4576cc38286bf372af92391aa1 Mon Sep 17 00:00:00 2001 From: joeaba <77398477+joeaba@users.noreply.github.com> Date: Wed, 28 Apr 2021 21:01:54 +0530 Subject: [PATCH] Update rpc-endpoints.md (#16910) --- docs/src/cluster/rpc-endpoints.md | 38 ++++++++++++++++++++++++++----- 1 file changed, 32 insertions(+), 6 deletions(-) diff --git a/docs/src/cluster/rpc-endpoints.md b/docs/src/cluster/rpc-endpoints.md index 6c4bbd1dd4..ac4e46ee74 100644 --- a/docs/src/cluster/rpc-endpoints.md +++ b/docs/src/cluster/rpc-endpoints.md @@ -1,20 +1,46 @@ ---- -title: Solana Cluster RPC Endpoints ---- +# 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: +Solana maintains dedicated api nodes to fulfill [JSON-RPC](https://docs.solana.com/developing/clients/jsonrpc-api) 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 with their specific rate limits: ## Devnet +#### Endpoint + - `https://devnet.solana.com` - single Solana-hosted api node; rate-limited +#### Rate Limits + +- Maximum number of requests per 10 seconds per IP: 100 +- Maximum number of requests per 10 seconds per IP for a single RPC: 40 +- Maximum current connections per IP: 40 +- Maximum connection rate per 10 seconds per IP: 40 +- Maximum amount of data per 30 second: 100 MB + ## Testnet +#### Endpoint + - `https://testnet.solana.com` - single Solana-hosted api node; rate-limited +#### Rate Limits + +- Maximum number of requests per 10 seconds per IP: 100 +- Maximum number of requests per 10 seconds per IP for a single RPC: 40 +- Maximum current connections per IP: 40\ +- Maximum connection rate per 10 seconds per IP: 40 +- Maximum amount of data per 30 second: 100 MB + ## Mainnet Beta +#### Endpoints + - `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 + +Rate Limits + +- Maximum number of requests per 10 seconds per IP: 100 +- Maximum number of requests per 10 seconds per IP for a single RPC: 40 +- Maximum current connections per IP: 40 +- Maximum connection rate per 10 seconds per IP: 40 +- Maximum amount of data per 30 second: 100 MB