system_chainType
Retrieves the chain type
Installation Guide
$ sudo npm install -g wscat Connect using the Bware Generated Endpoint
$ wscat -c wss://polkadot-api.bwarelabs.com/ws/<your-endpoint-id>
Connected (press CTRL+C to quit)
> Simple Request Example
Connected (press CTRL+C to quit)
//Request
> {"id":1, "jsonrpc":"2.0", "method": "system_chainType"}
//Response
< {"jsonrpc":"2.0","result":"Live","id":1}Last updated