---
title: "IncentivizedPackets returns all incentivized packets and their associated fees"
method: GET
path: "/ibc/apps/fee/v1/incentivized_packets"
tags: ["Query"]
---

# IncentivizedPackets returns all incentivized packets and their associated fees

`GET /ibc/apps/fee/v1/incentivized_packets`

## Query parameters

- `pagination.key` string, byte
- `pagination.offset` string, uint64
- `pagination.limit` string, uint64
- `pagination.count_total` boolean
- `pagination.reverse` boolean
- `query_height` string, uint64

## Response `200`

A successful response.

- IbcApplicationsFeeV1QueryIncentivizedPacketsResponse
  - `incentivized_packets` IbcApplicationsFeeV1IdentifiedPacketFees[]
    - `packet_fees` IbcApplicationsFeeV1PacketFee[]
      - `fee` IbcApplicationsFeeV1Fee
        - `ack_fee` CosmosBaseV1beta1Coin[]
          - `amount` string
          - `denom` string
        - `recv_fee` CosmosBaseV1beta1Coin[]
          - `amount` string
          - `denom` string
        - `timeout_fee` CosmosBaseV1beta1Coin[]
          - `amount` string
          - `denom` string
      - `refund_address` string
      - `relayers` string[]
    - `packet_id` IbcCoreChannelV1PacketId
      - `channel_id` string
      - `port_id` string
      - `sequence` string, uint64
  - `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-03-27** `4f349536c8f3` — 1 info
  - endpoint added
- **2025-02-24** `2ab9d24288c2` — 1 breaking
  - api path removed without deprecation
- **2024-08-14** `21c607e4fa20` — 1 info
  - endpoint added
- **2024-07-31** `19416a3f0cd1` — 1 breaking
  - api path removed without deprecation
- **2024-07-11** `ca7e84576c8e` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/pokt-network/apis/http-api-console/changes/ibc/apps/fee/v1/incentivized_packets/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)
