API Reference

net_version

Returns the current network ID.

Request Parameters

None.

Response

Returns the current network ID.

Result Fields

  • NETWORK ID - a string representing the current network ID.

Examples

Example Responses
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": "137"
}
Language
Click Try It! to start a request and see the response here!