---
title: "Get estimated gas price"
method: GET
path: "/gas/price"
tags: ["gas"]
---

# Get estimated gas price

`GET /gas/price`

Returns estimated gas prices (slow, median, fast) derived from recent transaction history. Useful for setting the gas price when submitting new transactions.

## Response `200`

OK

- ResponsesGasPrice
  - `fast` string, string
  - `median` string, string
  - `slow` string, string

---

[API](https://skmtc.dev/celenium-io/apis/celenium-api.md) · [All operations](https://skmtc.dev/celenium-io/apis/celenium-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/celenium-io/celenium-api/revisions/117307f84924/schema)
