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. All requests arePOST to a provider endpoint, with the method name encoded in the URL path.
Available Methods
| Category | Methods |
|---|---|
| Transactions | send_tx, tx, broadcast_tx_async, broadcast_tx_commit |
| Blocks & Chunks | block, chunk, block_effects, changes |
| Accounts & Keys | query (view account, code, state, access keys, call function) |
| Network | status, health, network_info, validators |
| Gas & Config | gas_price, genesis_config, EXPERIMENTAL_protocol_config |
| Light Client | light_client_proof, next_light_client_block |