compose_detach
Compose a transaction to detach Counterparty tokens from a UTXO to a destination Bitcoin address, specifying fee rate.
Instructions
Compose a transaction to detach Counterparty tokens from a UTXO back to an address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| utxo | Yes | UTXO identifier (txid:vout) | |
| destination | Yes | 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. |