Retrieves the chain type
None
Returns
The type of the current chain
// Request curl -H "Content-Type: application/json" -d '{"id":1, "jsonrpc":"2.0", "method": "system_chainType"}' https://polkadot-api.bwarelabs.com/<your-endpoint-id> // Response { "jsonrpc":"2.0", "result":"Live", "id":1 }
Last updated 2 years ago