---
title: "Send coins (build -> sign -> send)"
method: POST
path: "/bank/accounts/{address}/transfers"
tags: ["ICS20"]
---

# Send coins (build -> sign -> send)

`POST /bank/accounts/{address}/transfers`

Send coins (build -> sign -> send)

## Path parameters

- `address` string, required

## Query parameters

- `simulate` boolean
- `generate_only` boolean

## Request body

- object
  - `base_req` BaseReq
    - `name` string
    - `password` string
    - `chain_id` string
    - `account_number` string
    - `sequence` string
    - `gas` string
    - `gas_adjustment` string
  - `amount` Coin[]
    - `denom` string
    - `amount` string

## Response `202`

Tx was send and will probably be added to the next block

- BroadcastTxCommitResult
  - `check_tx` CheckTxResult
    - `code` integer
    - `data` string
    - `gas_used` integer
    - `gas_wanted` integer
    - `info` string
    - `log` string
    - `tags` KVPair[]
      - `key` string
      - `value` string
  - `deliver_tx` DeliverTxResult
    - `code` integer
    - `data` string
    - `gas_used` integer
    - `gas_wanted` integer
    - `info` string
    - `log` string
    - `tags` KVPair[]
      - `key` string
      - `value` string
  - `hash` string
  - `height` integer

## Other responses

- `400` — Invalid request
- `401` — Key password is wrong
- `500` — Server internal error

---

[API](https://skmtc.net/bnb-chain/apis/gaia-lite-for-cosmos.md) · [All operations](https://skmtc.net/bnb-chain/apis/gaia-lite-for-cosmos/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bnb-chain/gaia-lite-for-cosmos/revisions/66846564e1ee/schema)
