---
title: "Get the gas price per token type"
method: GET
path: "/api/v1/gas-price/{token}"
---

# Get the gas price per token type

`GET /api/v1/gas-price/{token}`

## Path parameters

- `token` string, required

## Response `200`

Gas price table

- object[]
  - `token` string, required
  - `minDenomAmount` string, required

## Changes

- **2024-12-17** `6893b0238070` — 1 breaking, 1 info
  - the `items/token` response's property type changed from no type to `string` for status `200`
  - removed `#/components/schemas/NativeToken, #/components/schemas/IbcToken` from the `items/token` response property `oneOf` list for the response status `200`

[Change history](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api/changes/api/v1/gas-price/:token/get.md)

---

[API](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api.md) · [All operations](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api/llms.txt) · [OpenAPI document](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api/revisions/daeaaf0dd30c?raw)
