---
title: "DenomOwners queries for all account addresses that own a particular token denomination."
method: GET
path: "/cosmos/bank/v1beta1/denom_owners/{denom}"
tags: ["Query"]
---

# DenomOwners queries for all account addresses that own a particular token denomination.

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

When called from another module, this query might consume a high amount of
gas if the pagination field is incorrectly set.

## Path parameters

- `denom` string, required

## 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.

- CosmosBankV1beta1QueryDenomOwnersResponse — QueryDenomOwnersResponse defines the RPC response of a DenomOwners RPC query.
  - `denom_owners` CosmosBankV1beta1DenomOwner[]
    - `address` string — address defines the address that owns a particular denomination.
    - `balance` CosmosBaseV1beta1Coin — Coin defines a token with a denomination and an amount. NOTE: The amount field is an Int which implements the custom method signatures required by gogoproto.
      - `amount` string
      - `denom` string
  - `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_DenomOwners` removed and replaced with `EvidenceQuery_DenomOwners`
- **2025-05-09** `8dbfaa2bebb2` — 1 info
  - api operation id `CircuitQuery_DenomOwners` removed and replaced with `UpgradeQuery_DenomOwners`
- **2025-04-08** `21a675703a05` — 1 info
  - api operation id `AuthQuery_DenomOwners` removed and replaced with `CircuitQuery_DenomOwners`
- **2025-03-27** `4f349536c8f3` — 1 info
  - api operation id `FeegrantQuery_DenomOwners` removed and replaced with `AuthQuery_DenomOwners`
- **2025-02-24** `2ab9d24288c2` — 1 info
  - api operation id `CircuitQuery_DenomOwners` removed and replaced with `FeegrantQuery_DenomOwners`

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