---
title: "SetParams sets the parameters for the gmp module."
method: POST
path: "/warden.gmp.Msg/SetParams"
tags: ["Msg"]
---

# SetParams sets the parameters for the gmp module.

`POST /warden.gmp.Msg/SetParams`

## Request body

- object — MsgSetParams defines the SetParams message type.
  - `authority` string — address that controls the module (defaults to x/gov).
  - `params` object — params defines the gmp parameters to update.
    - `gmp_address` string — The axelar address that we'll send IBC transactions to.
    - `gmp_channel` string — The channel over which we communicate with axelar.
    - `gmp_timeout` string, int64 — The amount of time we'll wait for a response from axelar before timing out.
    - `fee_recipient` string — The axelar address of the fee recipient.

## Response `200`

A successful response.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.dev/wardenprotocol/apis/http-api-console.md) · [All operations](https://skmtc.dev/wardenprotocol/apis/http-api-console/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wardenprotocol/http-api-console/revisions/44399dd0ab35/schema)
