Skip to main content

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.

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.

RPC Providers

FastNear maintains a comprehensive dashboard with response times for most of the available endpoints.

Mainnet

ProviderEndpointPublic EndpointArchival NodeFree TierPaid Plan
FASTNEARhttps://free.rpc.fastnear.comPaid Only
NEARhttps://archival-rpc.mainnet.near.orgSeverely rate limited
1RPChttps://1rpc.io/near
All That NodeN/A
Ankrhttps://rpc.ankr.com/near
BlockPI Networkhttps://near.blockpi.network/v1/rpc/public
dRPChttps://near.drpc.org
GetBlockhttps://go.getblock.io/{api-key}
Intear RPChttps://rpc.intea.rs
Lava NetworkN/A
Lavender.Five NodesN/A
NodeRealhttps://near-mainnet.nodereal.io/v1/{api-key}
NOWNodeshttps://near.nownodes.io/{api-key}
QuickNodeN/A
Shitzuhttps://rpc.shitzuapes.xyz
TatumN/A
ZANhttps://api.zan.top/node/v1/near/mainnet/
ZeeveN/A

Testnet

ProviderEndpointPublic EndpointArchival NodeFree TierPaid Plan
FASTNEARhttps://test.rpc.fastnear.comPaid Only
NEARhttps://archival-rpc.testnet.near.orgSeverely rate limited
All That NodeN/A
dRPChttps://near-testnet.drpc.org
Intear RPChttps://testnet-rpc.intea.rs
Lava NetworkN/A
QuickNodeN/A
TatumN/A
ZANhttps://api.zan.top/node/ws/v1/near/testnet
ZeeveN/A

Making requests

All endpoints accept JSON-RPC 2.0 POST requests. The NEAR RPC uses a non-standard format where the method name is encoded in the URL path rather than the request body.
curl -X POST https://rpc.mainnet.near.org/status \
  -H "Content-Type: application/json" \
  -d '{}'

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.