---
title: "Send siacoins"
method: POST
path: "/bus/wallet/send"
tags: ["bus"]
---

# Send siacoins

`POST /bus/wallet/send`

Sends the specified amount of siacoins to the specified address.

## Request body

- object
  - `address` string — The address to send the siacoins to
  - `amount` string — The amount of siacoins to send
  - `subtractMinerFee` boolean — Whether to subtract the miner fee from the amount
  - `useUnconfirmed` boolean — Whether to use unconfirmed outputs

## Response `200`

Successfully sent siacoins

- string — The ID of the transaction

## Other responses

- `400` — Malformed request
- `500` — Internal server error

---

[API](https://skmtc.net/siafoundation/apis/renterd-api.md) · [All operations](https://skmtc.net/siafoundation/apis/renterd-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/siafoundation/renterd-api/versions/184a3d5207da/schema)
