Files
solana/docs/i18n/zh/docusaurus-plugin-content-docs/current/cluster/rpc-endpoints.md
2021-05-14 16:20:39 -06:00

19 lines
756 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Solana 集群 RPC 端点
---
Solana 维护专用的 API 节点来完成 [JSON RPC](developing/clients/jsonrpc-api.md) 对每个公共集群的请求,第三方同样可以提供托管 API 节点服务。 以下为目前可用的公共 RPC 端点,推荐给每个公共集群:
## Devnet开发者网络
- `https://api.devnet.solana.com` - 单个 Solana 托管的 api 节点;限定频率
## Testnet测试网
- `https://api.testnet.solana.com` - 单个 Solana 托管的 api 节点;限定频率
## Mainnet Beta主网 Beta
- `https://api.mainnet-beta.solana.com` - Solana 托管的 api 节点集群,由负载平衡器支持;限定频率
- `https://solana-api.projectserum.com` - Project Serum 托管的 api 节点