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

- CosmosBankV1beta1MsgMultiSend — MsgMultiSend represents an arbitrary multi-in, multi-out send message.
  - `inputs` CosmosBankV1beta1Input[] — Inputs, despite being `repeated`, only allows one sender input. This is checked in MsgMultiSend's ValidateBasic.
    - `address` string
    - `coins` CosmosBaseV1beta1Coin[]
      - `amount` string
      - `denom` string
  - `outputs` CosmosBankV1beta1Output[]
    - `address` string
    - `coins` CosmosBaseV1beta1Coin[]
      - `amount` string
      - `denom` string

## Response `200`

A successful response.

- CosmosBankV1beta1MsgMultiSendResponse — MsgMultiSendResponse defines the Msg/MultiSend response type.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2024-08-14** `21c607e4fa20` — 1 info
  - api operation id `CosmosBankV1Beta1Msg_MultiSend` removed and replaced with `EvidenceMsg_MultiSend`
- **2024-02-23** `54713b4a9d25` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pokt-network/apis/http-api-console/changes/cosmos.bank.v1beta1.Msg/MultiSend/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.dev/pokt-network/apis/http-api-console/revisions/21c607e4fa20?raw)
