---
title: "eth_gasPrice"
method: POST
path: "/eth_gasPrice"
tags: ["Ethereum API"]
---

# eth_gasPrice

`POST /eth_gasPrice`

Returns the current gas price in wei

## Request body

- object
  - `jsonrpc` string, required — JSON-RPC version
  - `method` string, required — The method to call
  - `params` unknown[] — No parameters
    - unknown
  - `id` integer, required — Request identifier

## Response `200`

Returns the current gas price

- object
  - `jsonrpc` string
  - `id` integer
  - `result` string — The current gas price in wei

---

[API](https://skmtc.net/abs/apis/abstract-json-rpc-api.md) · [All operations](https://skmtc.net/abs/apis/abstract-json-rpc-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/abs/abstract-json-rpc-api/versions/65e951da6380/schema)
