Hi Taymur - I noticed MempoolTV is already using mempool.space's precise fee endpoint here:
https://mempool.space/api/v1/fees/precise
I work on Satoshi API, the Bitcoin fee API at bitcoinsapi.com. We expose the same precise-fee bucket shape, including ?min=1 support:
https://bitcoinsapi.com/api/v1/compat/mempool/fees/precise?min=1
Would a configurable fee API URL be useful for this app, mostly as a development/test fallback? I would not suggest changing your default away from mempool.space. The small version would be something like keeping the current URL as the default and optionally allowing an override for people who want to test another precise-fees-compatible source.
Happy to send a tiny PR if that fits the direction of the app.
Hi Taymur - I noticed MempoolTV is already using mempool.space's precise fee endpoint here:
https://mempool.space/api/v1/fees/preciseI work on Satoshi API, the Bitcoin fee API at bitcoinsapi.com. We expose the same precise-fee bucket shape, including
?min=1support:https://bitcoinsapi.com/api/v1/compat/mempool/fees/precise?min=1Would a configurable fee API URL be useful for this app, mostly as a development/test fallback? I would not suggest changing your default away from mempool.space. The small version would be something like keeping the current URL as the default and optionally allowing an override for people who want to test another precise-fees-compatible source.
Happy to send a tiny PR if that fits the direction of the app.