> For the complete documentation index, see [llms.txt](https://docs.clv.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clv.org/portal/technical-documentation/web3-compatibility/eth_gasprice.md).

# eth\_gasPrice

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

#### Returns

Number string of the current gas price in wei

#### Example

```
> web3.eth.getGasPrice().then(console.log)
> 1000000000
```
