---
title: "GET /recent-gas-prices"
method: GET
path: "/recent-gas-prices"
tags: ["external", "transaction"]
---

# GET /recent-gas-prices

`GET /recent-gas-prices`

Get minimum gas prices in recent blocks

## Response `200`

Successful operation

- object[]
  - `min_gas_price` integer, required
  - `utilization` integer — Percent of available gas used
  - `minutes` integer, required

## Other responses

- `400` — Not enough/Invalid data for statistics
- `503` — The node is temporarily unable to handle the request: either its request queues are saturated (overload protection) or it has not yet reached a stable mode. Overload protection is applied to every endpoint, so this response can be returned by any operation. The Retry-After header tells the client how long to back off before retrying.

---

[API](https://skmtc.net/aeternity/apis/aeternity-node.md) · [All operations](https://skmtc.net/aeternity/apis/aeternity-node/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aeternity/aeternity-node/revisions/597a254980b2/schema)
