---
title: "FeeEnabledChannels returns a list of all fee enabled channels"
method: GET
path: "/ibc/apps/fee/v1/fee_enabled"
tags: ["Query"]
---

# FeeEnabledChannels returns a list of all fee enabled channels

`GET /ibc/apps/fee/v1/fee_enabled`

## Query parameters

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

## Response `200`

A successful response.

- IbcApplicationsFeeV1QueryFeeEnabledChannelsResponse
  - `feeEnabledChannels` IbcApplicationsFeeV1FeeEnabledChannel[]
    - `portId` string
    - `channelId` 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; }
    - `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.

## Changes

- **2026-07-17** `2d0419923f40` — 1 info
  - endpoint added
- **2025-06-26** `4d2f0cb0a49d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/haqq-network/apis/haqq-network-grpc-api/changes/ibc/apps/fee/v1/fee_enabled/get.md)

---

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