API Reference

net_version(Alpha) - Scroll

Returns the current network id.

Parameters

none

Returns

String - The current network id.

  • "1": Ethereum Mainnet
  • "2": Morden Testnet (deprecated)
  • "3": Ropsten Testnet
  • "4": Rinkeby Testnet
  • "42": Kovan Testnet

Example

Request

curl https://scroll-prealpha.unifra.io/v1/your-api-key \ -X POST \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","method":"net_version","params":[],"id":67}'

Result

{
	"id": 67,
	"jsonrpc": "2.0",
	"result": "3"
}
Path Params
string
required
Body Params
string
Defaults to 2.0
string
Defaults to net_version
params
array of strings
params
int32
Defaults to 0
Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json