status - NEAR Protocol
Example code for the status json-rpc method. Сomplete guide on how to use status json-rpc in GetBlock.io Web3 documentation.
Supported Networks
Parameters
Request Example
https://go.getblock.io/<ACCESS_TOKEN>curl -X POST https://go.getblock.io/<ACCESS_TOKEN> \
-H "Content-Type: application/json" \
-d '{"jsonrpc": "2.0",
"method": "status",
"params": [],
"id": "getblock.io"
}'Response Example
Response Parameters Definition
Use Cases
Code Example
Error Handling
Integration with Web3
Last updated
Was this helpful?