# eth\_gasPrice

1. **Parameters-** This method does not accept any parameters

```bash
curl https://Krypc-End Point URL/ \
  -X POST \
  -H "Content-Type: application/json" \
  --data '{"method":"eth_gasPrice","params":[],"id":1,"jsonrpc":"2.0"}'

```

2. **Returns**
   1. Result: The hexadecimal value of the current gas price in wei
