---
title: "DenomsMetadata queries the client metadata for all registered coin denominations."
method: GET
path: "/cosmos/bank/v1beta1/denoms_metadata"
tags: ["Query"]
---

# DenomsMetadata queries the client metadata for all registered coin denominations.

`GET /cosmos/bank/v1beta1/denoms_metadata`

## Query parameters

- `pagination.key` string, byte
- `pagination.offset` string, uint64
- `pagination.limit` string, uint64
- `pagination.count_total` boolean
- `pagination.reverse` boolean

## Response `200`

A successful response.

- CosmosBankV1beta1QueryDenomsMetadataResponse — QueryDenomsMetadataResponse is the response type for the Query/DenomsMetadata RPC method.
  - `metadatas` CosmosBankV1beta1Metadata[] — metadata provides the client information for all the registered tokens.
    - `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.
  - `pagination` CosmosBaseQueryV1beta1PageResponse — PageResponse is to be embedded in gRPC response messages where the corresponding request message has used PageRequest. message SomeResponse { repeated Bar results = 1; PageResponse page = 2; }
    - `next_key` string, byte — next_key is the key to be passed to PageRequest.key to query the next page most efficiently. It will be empty if there are no more results.
    - `total` string, uint64

## Other responses

- `default` — An unexpected error response.

## Changes

- **2025-05-21** `3874a03b0e7b` — 1 info
  - api operation id `UpgradeQuery_DenomsMetadata` removed and replaced with `EvidenceQuery_DenomsMetadata`
- **2025-05-09** `8dbfaa2bebb2` — 1 info
  - api operation id `CircuitQuery_DenomsMetadata` removed and replaced with `UpgradeQuery_DenomsMetadata`
- **2025-04-08** `21a675703a05` — 1 info
  - api operation id `AuthQuery_DenomsMetadata` removed and replaced with `CircuitQuery_DenomsMetadata`
- **2025-03-27** `4f349536c8f3` — 1 info
  - api operation id `FeegrantQuery_DenomsMetadata` removed and replaced with `AuthQuery_DenomsMetadata`
- **2025-02-24** `2ab9d24288c2` — 1 info
  - api operation id `CircuitQuery_DenomsMetadata` removed and replaced with `FeegrantQuery_DenomsMetadata`

[Full history](https://skmtc.dev/pokt-network/apis/http-api-console/changes/cosmos/bank/v1beta1/denoms_metadata/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)
