NEAR Protocol exposes a JSON-RPC API for interacting with the network. You can use any of the providers below or run your own node.Documentation Index
Fetch the complete documentation index at: https://docs.near.org/llms.txt
Use this file to discover all available pages before exploring further.
RPC Providers
FastNear maintains a comprehensive dashboard with response times for most of the available endpoints.Mainnet
| Provider | Endpoint | Public Endpoint | Archival Node | Free Tier | Paid Plan |
|---|---|---|---|---|---|
| FASTNEAR | https://free.rpc.fastnear.com | ✅ | Paid Only | ✅ | ✅ |
| NEAR | https://archival-rpc.mainnet.near.org | ✅ | ✅ | Severely rate limited | ❌ |
| 1RPC | https://1rpc.io/near | ✅ | ❌ | ✅ | ✅ |
| All That Node | N/A | ❌ | ✅ | ✅ | ✅ |
| Ankr | https://rpc.ankr.com/near | ❌ | ❌ | ✅ | ✅ |
| BlockPI Network | https://near.blockpi.network/v1/rpc/public | ✅ | ❌ | ✅ | ✅ |
| dRPC | https://near.drpc.org | ✅ | ❌ | ✅ | ✅ |
| GetBlock | https://go.getblock.io/{api-key} | ❌ | ❌ | ✅ | ✅ |
| Intear RPC | https://rpc.intea.rs | ✅ | ❌ | ✅ | ❌ |
| Lava Network | N/A | ❌ | ✅ | ❌ | ✅ |
| Lavender.Five Nodes | N/A | ❌ | ❌ | ✅ | ✅ |
| NodeReal | https://near-mainnet.nodereal.io/v1/{api-key} | ❌ | ❌ | ✅ | ✅ |
| NOWNodes | https://near.nownodes.io/{api-key} | ❌ | ❌ | ✅ | ✅ |
| QuickNode | N/A | ❌ | ✅ | ✅ | ✅ |
| Shitzu | https://rpc.shitzuapes.xyz | ✅ | ❌ | ✅ | ❌ |
| Tatum | N/A | ❌ | ❌ | ✅ | ✅ |
| ZAN | https://api.zan.top/node/v1/near/mainnet/ | ✅ | ❌ | ✅ | ✅ |
| Zeeve | N/A | ❌ | ✅ | ❌ | ✅ |
Testnet
| Provider | Endpoint | Public Endpoint | Archival Node | Free Tier | Paid Plan |
|---|---|---|---|---|---|
| FASTNEAR | https://test.rpc.fastnear.com | ✅ | Paid Only | ✅ | ✅ |
| NEAR | https://archival-rpc.testnet.near.org | ✅ | ✅ | Severely rate limited | ❌ |
| All That Node | N/A | ❌ | ✅ | ✅ | ✅ |
| dRPC | https://near-testnet.drpc.org | ✅ | ❌ | ✅ | ✅ |
| Intear RPC | https://testnet-rpc.intea.rs | ✅ | ❌ | ✅ | ❌ |
| Lava Network | N/A | ❌ | ✅ | ❌ | ✅ |
| QuickNode | N/A | ❌ | ✅ | ✅ | ✅ |
| Tatum | N/A | ❌ | ❌ | ✅ | ✅ |
| ZAN | https://api.zan.top/node/ws/v1/near/testnet | ❌ | ❌ | ✅ | ✅ |
| Zeeve | N/A | ❌ | ❌ | ❌ | ✅ |
Making requests
All endpoints accept JSON-RPC 2.0POST requests. The NEAR RPC uses a non-standard format where the method name is encoded in the URL path rather than the request body.
Run your own node
To run a local RPC node, follow the NEAR node documentation.Testnet tokens have no real value and can be obtained from the NEAR Faucet.