net_version - Merlin

Returns the current network id.

Parameters

none


Returns

String - The current network id.

  • "4200": Merlin Mainnet

Example

Request

curl --request POST \
     --url https://merlin-mainnet.unifra.io/v1/{your-api-key} \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '
{
  "jsonrpc": "2.0",
  "method": "net_version",
  "id": 67
}
'

Result

{
  "jsonrpc": "2.0",
  "id": 67,
  "result": "4200"
}
Language
Click Try It! to start a request and see the response here!