---
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.countTotal` 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.
    - `description` string
    - `denomUnits` CosmosBankV1beta1DenomUnit[]
      - `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).
      - `aliases` string[]
    - `base` string — base represents the base denom (should be the DenomUnit with exponent = 0).
    - `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.
    - `uriHash` 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; }
    - `nextKey` 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.

---

[API](https://skmtc.net/haqq-network/apis/haqq-network-grpc-api.md) · [All operations](https://skmtc.net/haqq-network/apis/haqq-network-grpc-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/haqq-network/haqq-network-grpc-api/revisions/2d0419923f40/schema)
