# eth\_chainId

```
web3.eth.getChainId([callback])
```

#### Returns

Returns chain ID.

#### Example

```
> web3.eth.getChainId().then(console.log);
> 1023
```
