---
title: "Bridge relays Warden data via GMP."
method: POST
path: "/warden.gmp.Msg/Bridge"
tags: ["Msg"]
---

# Bridge relays Warden data via GMP.

`POST /warden.gmp.Msg/Bridge`

## Request body

- object — MsgBridge defines the Bridge message type.
  - `relayer` string — relayer is the address that signs the message.
  - `destination_chain` string — destination_chain defines the chain which this will be relayed to.
  - `warden_contract_address` string — warden_contract_address defines the warden contract that GMP is calling.
  - `destination_contract_address` string — destination_contract_address defines the destination contract that warden is calling.
  - `destination_contract_calldata` string, byte — destination_contract_calldata defines the command to call.
  - `token` object — token determines the IBC token that the user wants to relay via GMP.
    - `denom` string
    - `amount` string

## 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)
