compose_movetoutxo
Compose a Bitcoin transaction to move a UTXO and any attached tokens to a new destination address, with configurable fee rate.
Instructions
Compose a transaction to move a UTXO (and any attached tokens) to a new output
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| utxo | Yes | UTXO identifier (txid:vout) | |
| destination | No | Destination Bitcoin address | |
| 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. |