get_fee_estimate
Get current Bitcoin fee rates in sat/vB with automatic fallback to mempool.space. Use returned values directly as sat_per_vbyte for transaction composition.
Instructions
Get current Bitcoin fee rates in sat/vB. Queries the Counterparty node first, falls back to mempool.space. Use the returned values directly as sat_per_vbyte in compose tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conf_target | No | Confirmation target in blocks (default 3). Only used for Counterparty node estimate. |