JSON-RPC methods
Refer to the NEAR API documentation for the list of JSON RPC methods to interact with the NEAR blockchain.
NEAR also provides a JavaScript library to help create decentralized applications on the NEAR platform. It works in conjunction with the RPC endpoints to help you connect your application to the NEAR blockchain.
Infura specifically supports the following NEAR JSON RPC methods:
query
block
chunk
gas_price
network_info
validators
broadcast_tx_async
broadcast_tx_commit
tx
EXPERIMENTAL_changes
EXPERIMENTAL_changes_in_block
EXPERIMENTAL_genesis_config
EXPERIMENTAL_protocol_config
EXPERIMENTAL_tx_status
EXPERIMENTAL_receipt
Last modified 4mo ago