---
title: "SendEnabled queries for SendEnabled entries."
method: GET
path: "/cosmos/bank/v1beta1/send_enabled"
tags: ["Query"]
---

# SendEnabled queries for SendEnabled entries.

`GET /cosmos/bank/v1beta1/send_enabled`

This query only returns denominations that have specific SendEnabled settings.
Any denomination that does not have a specific setting will use the default
params.default_send_enabled, and will not be returned by this query.

## Query parameters

- `denoms` string[]
- `pagination.key` string, byte
- `pagination.offset` string, uint64
- `pagination.limit` string, uint64
- `pagination.countTotal` boolean
- `pagination.reverse` boolean

## Response `200`

A successful response.

- CosmosBankV1beta1QuerySendEnabledResponse — QuerySendEnabledResponse defines the RPC response of a SendEnable query.
  - `sendEnabled` CosmosBankV1beta1SendEnabled[]
    - `denom` string
    - `enabled` boolean
  - `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)
