---
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`

## Response `200`

A successful response.

- object
  - `incentivized_packets` object[]
    - `packet_id` object
      - `port_id` string
      - `channel_id` string
      - `sequence` string, uint64
    - `packet_fees` object[]
      - `fee` object
        - `recv_fee` object[]
          - `denom` string
          - `amount` string
        - `ack_fee` object[]
          - `denom` string
          - `amount` string
        - `timeout_fee` object[]
          - `denom` string
          - `amount` string
      - `refund_address` string
      - `relayers` string[]
  - `pagination` object — pagination defines the pagination in the response.
    - `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.

---

[API](https://skmtc.net/kiiglobal/apis/kiichain-pay-backend.md) · [All operations](https://skmtc.net/kiiglobal/apis/kiichain-pay-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kiiglobal/kiichain-pay-backend/versions/8951249f5b63/schema)
