# system\_chainType

### **Parameters**

None

&#x20;**Returns**

&#x20;The type of the current chain

### **Example**

```bash
// 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
}
```
