---
title: snrd query delegation
description: Querying subcommands
---
## Usage
```shell
snrd query [flags]
```
```shell
snrd query [command]
```
## Available Commands
| Command | Description |
|---------|-------------|
| `auth` | Querying commands for the auth module |
| `authz` | Querying commands for the authz module |
| `bank` | Querying commands for the bank module |
| `block-results` | Query for a committed block's results by height |
| `blocks` | Query for paginated blocks that match a set of events |
| `circuit` | Querying commands for the circuit module |
| `comet-validator-set` | Get the full CometBFT validator set at given height |
| `consensus` | Querying commands for the consensus module |
| `dex` | Querying commands for the dex module |
| `did` | Querying commands for the did module |
| `distribution` | Querying commands for the distribution module |
| `dwn` | Querying commands for the dwn module |
| `erc20` | Querying commands for the erc20 module |
| `evidence` | Querying commands for the evidence module |
| `evm` | Querying commands for the evm module |
| `feegrant` | Querying commands for the feegrant module |
| `feemarket` | Querying commands for the fee market module |
| `gov` | Querying commands for the gov module |
| `group` | Querying commands for the group module |
| `ibc` | Querying commands for the IBC module |
| `ibc-fee` | IBC relayer incentivization query subcommands |
| `ibc-transfer` | IBC fungible token transfer query subcommands |
| `ibc-wasm` | IBC wasm manager module query subcommands |
| `interchain-accounts` | IBC interchain accounts query subcommands |
| `mint` | Querying commands for the mint module |
| `nft` | Querying commands for the nft module |
| `params` | Querying commands for the params module |
| `ratelimit` | Querying commands for the ratelimit module |
| `slashing` | Querying commands for the slashing module |
| `staking` | Querying commands for the staking module |
| `svc` | Querying commands for the svc module |
| `tokenfactory` | Querying commands for the tokenfactory module |
| `tx` | Query for a transaction by hash, "addr/seq" combination or comma-separated signatures in a committed block |
| `txs` | Query for paginated transactions that match a set of events |
| `upgrade` | Querying commands for the upgrade module |
| `wait-tx` | Wait for a transaction to be included in a block |
## Flags
## Global Flags
## Examples
### Basic query
```shell
snrd query delegation
```
## See Also
- [snrd query](./snrd_query) - Parent command