> For the complete documentation index, see [llms.txt](https://docs.bwarelabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bwarelabs.com/api-docs/polkadot-api/rpc/system_chaintype.md).

# 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
}
```
