The RPC API allows you to communicate directly with the NEAR network. For example, tools such as near-api-js are just abstractions making RPC calls.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/near/docs/llms.txt
Use this file to discover all available pages before exploring further.
RPC Providers
There are multiple RPC providers which you can choose from. These providers will work as intermediaries to help you interact with the NEAR network.Node Snapshots
If you’re looking for node snapshots in order to set up a validator node or RPC, you can download the latest NEAR blockchain state from:NEAR RPC - Quick Links
| API | Description |
|---|---|
| Access Keys | Retrieve information about an account’s access keys. |
| Accounts / Contracts | View details about accounts and contracts as well as perform contract calls. |
| Block / Chunk | Query the network and get details about specific blocks or chunks. |
| Gas | Get gas price for a specific block or hash. |
| Protocol | Retrieve current genesis and protocol configuration. |
| Network | Return status information for nodes and validators. |
| Transactions | Send transactions and query their status. |