---
title: "Send defines a method for sending coins from one account to another account."
method: POST
path: "/cosmos.bank.v1beta1.Msg/Send"
tags: ["Msg"]
---

# Send defines a method for sending coins from one account to another account.

`POST /cosmos.bank.v1beta1.Msg/Send`

## Request body

- object — MsgSend represents a message to send coins from one account to another.
  - `from_address` string
  - `to_address` string
  - `amount` object[]
    - `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)
