No NEAR support
Chainstack deprecated support for NEAR nodes. This page here is for legacy and in case you may find it useful.NEAR CLI
- Install the NEAR CLI.
- Use the
--node_url
flag to operate through your NEAR node:
- COMMAND — a supported NEAR CLI command
- NEAR_ENDPOINT — your node HTTPS or WSS endpoint.
JSON-RPC API
Interact with your NEAR node using JSON-RPC API. Use curl or Postman. Example to get the latest block:near-api-js
- Install near-api-js.
- Use
JsonRpcProvider
to connect to your NEAR node.