---
title: "MultiSend defines a method for sending coins from some accounts to other accounts."
method: POST
path: "/cosmos.bank.v1beta1.Msg/MultiSend"
tags: ["Msg"]
---

# MultiSend defines a method for sending coins from some accounts to other accounts.

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

## Request body

- object — MsgMultiSend represents an arbitrary multi-in, multi-out send message.
  - `inputs` object[] — Inputs, despite being `repeated`, only allows one sender input. This is checked in MsgMultiSend's ValidateBasic.
    - `address` string
    - `coins` object[]
      - `denom` string
      - `amount` string
  - `outputs` object[]
    - `address` string
    - `coins` 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)
