-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make some API to provide the current optimize fee. #32
Comments
Something like below? |
Yes, something like that. |
Very true, in highly volatile points Johoe's data helps optimize. |
I arrived a bit late to the discussion but I totally agree with @wonbinbk, it would be great to have an API where we could request the best fee. The tools that exist now: ...are inaccurate. https://twitter.com/bitcoin_fees/ updates every four hours or so and https://bitcoinfees.earn.com is very inaccurate because it rounds to a multiple of ten (10,20,30,...). Like @wonbinbk mentioned https://bitcoinfees.earn.com seems to overestimate the fees. |
You can check also: https://github.com/scriptzteam/BitCoin-MemPool-Fees [LiVE] BitCoin MemPool Fees memfees.txt = Global MemPool Fees memfeeshight.txt = Highest Fees memfeeslow.txt = Lowest Fees And also: |
Hi!
Fantastic tool for a bitcoin user! I was using this site every time I need to transfer bitcoin.
As someone has said on another Issues thread, we should put the "Mempool size in fee" chart to the top.
And while you're at it, please create an API call to get the best fee at calling time (the fee that will fit in 1MB size). I think most of us is best interested in that information.
I was looking into the code and since I got almost zero knowledge about web and javascript programming, I got no clue how your website connect and get information from your mempool and how I can utilize that to create for example a Python script to get data from your mempool. I don't know if you'd allow that.
Cheers,
Thai
The text was updated successfully, but these errors were encountered: