# eth\_gasPrice

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

#### Returns

Number string of the current gas price in wei

#### Example

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