Pagoda RPC API
Please be advised that these tools and services will be discontinued and stop serving traffic on December 9th, 2024.
Overview​
The Pagoda RPC provides you with instant access to maintenance free, scalable NEAR infrastructure, powering you on the fastest path from ideas to launch.
Developers can interact with on-chain data and send different types of transactions to the network by utilizing the RPC endpoints.
In addition to the powerful node infrastructure, we also created the Pagoda RPC Stats page so that you can have visibility into your RPC usage and performances and take control of your project from the infrastructure level. What’s more? You can subscribe to the alerts from our Status page so that you can follow the health of Pagoda RPC real time. All accessible via Pagoda Console.
Setup​
API Keys​
Tools​
- Postman setup
- Command-line (CLI) setup
- JavaScript setup
- Rust setup
RPC Endpoints - 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. |
You can access the JSON RPC 2.0 endpoints using Postman, JavaScript, Rust, and CLI.