---
title: "Transfer defines a rpc handler method for MsgTransfer."
method: POST
path: "/ibc.applications.transfer.v1.Msg/Transfer"
tags: ["Msg"]
---

# Transfer defines a rpc handler method for MsgTransfer.

`POST /ibc.applications.transfer.v1.Msg/Transfer`

## Request body

- object
  - `source_port` string
  - `source_channel` string
  - `token` object — Coin defines a token with a denomination and an amount. NOTE: The amount field is an Int which implements the custom method signatures required by gogoproto.
    - `denom` string
    - `amount` string
  - `sender` string
  - `receiver` string
  - `timeout_height` object — Timeout height relative to the current block height. The timeout is disabled when set to 0.
    - `revision_number` string, uint64
    - `revision_height` string, uint64
  - `timeout_timestamp` string, uint64 — Timeout timestamp in absolute nanoseconds since unix epoch. The timeout is disabled when set to 0.
  - `memo` string

## Response `200`

A successful response.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2024-02-23** `54713b4a9d25` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pokt-network/apis/http-api-console/changes/ibc.applications.transfer.v1.Msg/Transfer/post.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-service-production.skmtc.workers.dev/v1/apis/pokt-network/http-api-console/revisions/ca7e84576c8e/schema)
