radiant_estimate_fee
Estimate the transaction fee needed for confirmation within a target number of blocks, using the higher of the ElectrumX estimate and the network's minimum relay floor.
Instructions
Estimate transaction fee for confirmation within N blocks. Returns both the ElectrumX estimate (RXD/kB) and the network's min-relay policy floor (photons/byte) — pay max(estimate, floor).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blocks | No | Target confirmation blocks (default: 6) |