Public endpoints
| Provider | Mainnet | Testnet |
|---|---|---|
| NEAR (official) | https://rpc.mainnet.near.org | https://rpc.testnet.near.org |
| Pagoda | https://near-mainnet.api.pagoda.co/rpc/v1 | https://near-testnet.api.pagoda.co/rpc/v1 |
| dRPC | https://near.drpc.org | — |
| Lava Network | https://near.lava.build | — |
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.