compose_dispense
Compose a Bitcoin transaction to buy from a dispenser by sending BTC to its address. Specify the source address, dispenser address, and quantity in satoshis.
Instructions
Compose a transaction to buy from a dispenser by sending BTC to it
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Source Bitcoin address (buyer) | |
| quantity | Yes | Amount of BTC to send in satoshis (1 BTC = 100000000) | |
| dispenser | Yes | Dispenser address to buy from | |
| inputs_set | No | Comma-separated UTXOs to use as inputs (txid:vout) | |
| sat_per_vbyte | No | Fee rate in satoshis per virtual byte (e.g. 1, 5.5, 0.15). Check get_fee_estimate for current market rates. |