RPC 제공자
선택할 수 있는 여러 RPC 공급자가 있습니다. 이러한 공급자는 NEAR 네트워크와 상호 작용하는 데 도움이 되는 중개자 역할을 합니다. 이중화(redundancy) 및 균형 조정을 위해 잠재적으로 여러 공급자를 사용할 수 있습니다. You'll experience different latency levels depending on the provider's location.
팁
If you want to use a custom RPC provider with NEAR Wallet Selector, check this example.
Mainnet
공급자 | 엔드포인트 루트 |
---|---|
NEAR | https://rpc.mainnet.near.org |
Pagoda | https://rpc.mainnet.pagoda.co |
1RPC | https://1rpc.io/near |
All That Node | https://near-mainnet-rpc.allthatnode.com:3030 |
ankr.com | https://rpc.ankr.com/near |
BlockPi | https://public-rpc.blockpi.io/http/near |
dRPC | https://near.drpc.org |
fast-near web4 | https://rpc.web4.near.page |
FASTNEAR | https://free.rpc.fastnear.com |
Gateway.fm | https://rpc.near.gateway.fm/ |
GetBlock | https://getblock.io/nodes/near/ |
Lava Network | https://near.lava.build |
Lavender.Five Nodes | https://near.lavenderfive.com/ |
NodeReal | https://nodereal.io/api-marketplace/near-rpc |
NOWNodes | https://near.nownodes.io/ |
OMNIA | https://endpoints.omniatech.io/v1/near/mainnet/public |
QuickNode | - |
Seracle | https://api.seracle.com/saas/baas/rpc/near/mainnet/public/ |
Zeeve | - |
Testnet
Provider | Endpoint Root |
---|---|
NEAR | https://rpc.testnet.near.org |
Pagoda | https://rpc.testnet.pagoda.co |
FASTNEAR | https://test.rpc.fastnear.com |
RPC Failover
In near-api-js
you can use FailoverRpcProvider
to automatically switch RPC providers when one provider is experiencing downtime, or implement an RPC selection widget that allows users to add their own RPC provider.
As a user, if a dApp or wallet doesn't support RPC failover and the primary provider is down, you can use an RPC Selector browser extension to redirect all requests to an RPC provider of your choice.