---
title: "Params queries all parameters of the ibc-transfer module."
method: GET
path: "/ibc/apps/transfer/v1/params"
tags: ["Query"]
---

# Params queries all parameters of the ibc-transfer module.

`GET /ibc/apps/transfer/v1/params`

## Response `200`

A successful response.

- IbcApplicationsTransferV1QueryParamsResponse — QueryParamsResponse is the response type for the Query/Params RPC method.
  - `params` IbcApplicationsTransferV1Params — Params defines the set of IBC transfer parameters. NOTE: To prevent a single token from being transferred, set the TransfersEnabled parameter to true and then set the bank module's SendEnabled parameter for the denomination to false.
    - `receive_enabled` boolean — receive_enabled enables or disables all cross-chain token transfers to this chain.
    - `send_enabled` boolean — send_enabled enables or disables all cross-chain token transfers from this chain.

## 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
- **2025-02-05** `de0653d8a73d` — 1 info
  - api operation id `FeeQuery_ParamsMixin175` removed and replaced with `FeeQuery_ParamsMixin178`
- **2024-08-29** `29f6671190b2` — 1 info
  - api operation id `FeeQuery_ParamsMixin178` removed and replaced with `FeeQuery_ParamsMixin175`
- **2024-08-14** `21c607e4fa20` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/pokt-network/apis/http-api-console/changes/ibc/apps/transfer/v1/params/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/4f349536c8f3?raw)
