---
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.
    - `send_enabled` boolean — send_enabled enables or disables all cross-chain token transfers from this chain.
    - `receive_enabled` boolean — receive_enabled enables or disables all cross-chain token transfers to this chain.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2024-08-08** `785dbd465042` — 1 info
  - api operation id `GithubComCosmosIbcGoV7ModulesAppsTransferTypesParams` removed and replaced with `GithubComCosmosIbcGoV8ModulesAppsTransferTypesParams`
- **2024-01-18** `1eb4275008ab` — 1 info
  - endpoint added
- **2023-09-11** `aaa274f20b71` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/coreumfoundation/apis/title-goes-here/changes/ibc/apps/transfer/v1/params/get.md)

---

[API](https://skmtc.dev/coreumfoundation/apis/title-goes-here.md) · [All operations](https://skmtc.dev/coreumfoundation/apis/title-goes-here/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coreumfoundation/title-goes-here/revisions/2a2e5bc4593a/schema)
