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

- **2025-05-21** `3874a03b0e7b` — 1 info
  - api operation id `UpgradeMsg_MultiSend` removed and replaced with `EvidenceMsg_MultiSend`
- **2025-05-09** `8dbfaa2bebb2` — 1 info
  - api operation id `CircuitMsg_MultiSend` removed and replaced with `UpgradeMsg_MultiSend`
- **2025-04-08** `21a675703a05` — 1 info
  - api operation id `AuthMsg_MultiSend` removed and replaced with `CircuitMsg_MultiSend`
- **2025-03-27** `4f349536c8f3` — 1 info
  - api operation id `FeegrantMsg_MultiSend` removed and replaced with `AuthMsg_MultiSend`
- **2025-02-24** `2ab9d24288c2` — 1 info
  - api operation id `CircuitMsg_MultiSend` removed and replaced with `FeegrantMsg_MultiSend`

[Full 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/671fab54b729?raw)
