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