compose_dividend
Compose a transaction to distribute dividends to all holders of an asset. Set the source address, asset, dividend asset, and quantity per unit.
Instructions
Compose a transaction to distribute dividends to all holders of an asset
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | Yes | Asset whose holders will receive dividends | |
| address | Yes | Source Bitcoin address | |
| 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. | |
| dividend_asset | Yes | Asset to distribute as dividend | |
| quantity_per_unit | Yes | Raw integer amount of dividend asset per unit held. For divisible: human amount * 10^8. |