NEAR Protocol
NEAR Protocol provides blockchain infrastructure with JSON-RPC 2.0 and REST APIs for querying accounts, transactions, tokens, NFTs, and staking data on the NEAR network. Developers can interact with the NEAR blockchain through the official RPC endpoints, the FASTNEAR indexed REST API, and the NearBlocks explorer API.
APIs
NEAR RPC API
The NEAR JSON-RPC 2.0 API provides programmatic access to the NEAR blockchain network. All requests are POST to a provider endpoint with the method name encoded in the URL path....
FASTNEAR Indexed REST API
FASTNEAR provides indexed REST endpoints for account-centric reads on the NEAR blockchain. Offers low-latency access to account state, fungible token balances, NFT holdings, sta...
NearBlocks Explorer API
NearBlocks provides a REST API derived from the NearBlocks NEAR Protocol block explorer. Supports querying accounts, transactions, blocks, tokens, NFTs, and staking data with ti...