ord
ord copied to clipboard
Add feerate_percentiles to blockinfo endpoint
Add feerate_percentiles to blockinfo
Why only the 10th percentile? We could consider allowing all of them.
Just out of interest, what are you building with this?
Why only the 10th percentile? We could consider allowing all of them.
Just out of interest, what are you building with this?
I am looking for the lowest fee that was included in a block and min_fee_rate seems unreliable. I will be using the low fee rate to trigger a dynamic inscription. I can add all 5 percentiles later today if you think it's worth doing all at once.
As part of the strict backwards compatibility requirements for recursive endpoints we can only add fields, never remove or change an existing one. So I think adding all of them into one field makes sense here.
@raphjaph ok I added feerate_percentiles, does this look correct to you?