get_broadcast_timing
Determine if you should broadcast a Bitcoin transaction now or wait, using live mempool pressure and fee forecasts to show potential sat/vB savings.
Instructions
Best time to broadcast: given live mempool pressure and the fee forecast, whether to send a Bitcoin transaction now or wait, with the expected sat/vB savings (and total sats if you pass the tx vsize). Paid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vsize | No | Transaction virtual size in vB, to get total sats saved. | |
| target | No | Desired confirmation window in blocks (1–144, default 6). |