Nhảy đến nội dung chính

NEAR RPC API

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.


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.


APIMô ta
Các RPC EndpointLấy thông tin về các access key của một account.
Các RPC EndpointXem chi tiết về các account và contract giống như tiến hành các contract call.
Block / ChunkTruy vấn network và lấy thông tin chi tiết về các block hoặc chunk nhất định.
Giới thiệuLấy gas price cho một block hoặc hash nhất định.
ProtocolLấy thông tin của khối genesis hiện nay và protocol configuration.
NetworkTrả về thông tin trạng thái của các node và các validator.
Tổng quanSend các transaction và truy vấn trạng thái của chúng.
Maintenance WindowsQuery the maintenance windows in current epoch for a validator.
You can access the JSON RPC 2.0 endpoints using Postman, JavaScript, and HTTPie. :::
Was this page helpful?