---
title: "DenomMetadata queries the client metadata of a given coin denomination."
method: GET
path: "/cosmos/bank/v1beta1/denoms_metadata/{denom}"
tags: ["Query"]
---

# DenomMetadata queries the client metadata of a given coin denomination.

`GET /cosmos/bank/v1beta1/denoms_metadata/{denom}`

## Path parameters

- `denom` string, required

## Response `200`

A successful response.

- CosmosBankV1beta1QueryDenomMetadataResponse — QueryDenomMetadataResponse is the response type for the Query/DenomMetadata RPC method.
  - `metadata` CosmosBankV1beta1Metadata — Metadata represents a struct that describes a basic token.
    - `base` string — base represents the base denom (should be the DenomUnit with exponent = 0).
    - `denom_units` CosmosBankV1beta1DenomUnit[]
      - `aliases` string[]
      - `denom` string — denom represents the string name of the given denom unit (e.g uatom).
      - `exponent` integer — exponent represents power of 10 exponent that one must raise the base_denom to in order to equal the given DenomUnit's denom 1 denom = 10^exponent base_denom (e.g. with a base_denom of uatom, one can create a DenomUnit of 'atom' with exponent = 6, thus: 1 atom = 10^6 uatom).
    - `description` string
    - `display` string — display indicates the suggested denom that should be displayed in clients.
    - `name` string
    - `symbol` string — symbol is the token symbol usually shown on exchanges (eg: ATOM). This can be the same as the display.
    - `uri` string — URI to a document (on or off-chain) that contains additional information. Optional.
    - `uri_hash` string — URIHash is a sha256 hash of a document pointed by URI. It's used to verify that the document didn't change. Optional.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2025-05-21** `3874a03b0e7b` — 1 info
  - api operation id `UpgradeQuery_DenomMetadata` removed and replaced with `EvidenceQuery_DenomMetadata`
- **2025-05-09** `8dbfaa2bebb2` — 1 info
  - api operation id `CircuitQuery_DenomMetadata` removed and replaced with `UpgradeQuery_DenomMetadata`
- **2025-04-08** `21a675703a05` — 1 info
  - api operation id `AuthQuery_DenomMetadata` removed and replaced with `CircuitQuery_DenomMetadata`
- **2025-03-27** `4f349536c8f3` — 1 info
  - api operation id `FeegrantQuery_DenomMetadata` removed and replaced with `AuthQuery_DenomMetadata`
- **2025-02-24** `2ab9d24288c2` — 1 info
  - api operation id `CircuitQuery_DenomMetadata` removed and replaced with `FeegrantQuery_DenomMetadata`

[Full history](https://skmtc.dev/pokt-network/apis/http-api-console/changes/cosmos/bank/v1beta1/denoms_metadata/:denom/get.md)

---

[API](https://skmtc.dev/pokt-network/apis/http-api-console.md) · [All operations](https://skmtc.dev/pokt-network/apis/http-api-console/llms.txt) · [OpenAPI document](https://skmtc.dev/pokt-network/apis/http-api-console/revisions/671fab54b729?raw)
