Skip to main content
NEAR Protocol provides multiple ways to interact with the network — from low-level JSON-RPC calls to visual explorers and wallets.

Tools

NEAR Explorer

Browse transactions, accounts, blocks, and contracts on mainnet and testnet.

NEAR Wallet

Create and manage NEAR accounts, send tokens, and interact with dApps.

RPC API

NEAR exposes a JSON-RPC 2.0 API for programmatic access to the network. Send requests with POST to the root of a provider endpoint and put the method name in the JSON request body.
See RPC Providers for the full list of public endpoints. When enabled by its operator, a recent nearcore node can also accept multiple read-only query calls in one request; see Query Batching for its scope and availability caveats.

Available Methods

Explore the full interactive reference in the sidebar, or start with RPC Providers to configure your endpoint.