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

## Changes

- **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-service-production.skmtc.workers.dev/v1/apis/pokt-network/http-api-console/revisions/ca7e84576c8e/schema)
