get_btc_fee_estimates
Retrieve current Bitcoin fee-rate recommendations in sat/vB for five confirmation targets, from next block to mempool floor.
Instructions
READ-ONLY — current Bitcoin fee-rate recommendations in sat/vB. Returns five labels: fastestFee (~next block), halfHourFee (~3 blocks), hourFee (~6 blocks), economyFee (~144 blocks / 1 day), and minimumFee (mempool floor). Sourced from mempool.space's /v1/fees/recommended endpoint when available; falls back to per-target estimates from the standard Esplora /fee-estimates for self-hosted indexers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||