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

## Other responses

- `default` — An unexpected error response.

---

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