compose_fairmint
Compose a Bitcoin transaction to mint tokens from an active fair minter, specifying the source address and asset, with optional quantity and fee rate.
Instructions
Compose a transaction to mint tokens from an active fair minter
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | Yes | Asset to mint | |
| address | Yes | Source Bitcoin address | |
| quantity | No | Raw integer amount to mint. For divisible: human amount * 10^8. If omitted, mints max allowed. | |
| 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. |