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

# Send Siacoins

`POST /wallet/send`

Sends Siacoins to the specified address and returns the transaction ID.

## Request body

- WalletSendSiacoinsRequest
  - `address` string, required — Human-readable Sia address.
  - `amount` string, required — Hastings (1 Siacoin = 10^24 Hastings).
  - `subtractMinerFee` boolean — If true, the estimated miner fee is subtracted from the amount instead of added on top.

## Response `200`

Transaction broadcasted.

- string — 256-bit blake2b hash.

---

[API](https://skmtc.dev/siafoundation/apis/hostd-api.md) · [All operations](https://skmtc.dev/siafoundation/apis/hostd-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/siafoundation/hostd-api/revisions/08ff756929fc/schema)
