Easiest way to get "fee estimates" JSON? #1063
Unanswered
MegalithicBTC
asked this question in
Q&A
Replies: 1 comment
-
Correct. If you need HTTP you may want to setup a proxy or use a fork. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, thanks for this great project.
I'm trying to get a list of fee estimates as JSON, compatible with this Esplora endpoint: https://github.com/Blockstream/esplora/blob/master/API.md#get-fee-estimates
I'm looking to produce a list of fees like this: https://mempool.space/api/fee-estimates
My understanding is that Electrs doesn't provide an HTTP api. (Am I wrong?)
I also don't see a way with Electrs to easily output a "compatible" set of fee estimates like this.
So to do this, would the best bet be to iterate with the
blockchain.estimatefee
command, like this?thanks
Beta Was this translation helpful? Give feedback.
All reactions