You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For interpeting the fee_histogram, I believe this is a distribution of the sat/byte, and total vsize at that level. Indeed, summing the second argument of each array'd element totals to vsize.
Note that single snapshot calls are not enough to draw the histogram graph over time, so may want to periodically capture and retain in memory to draw that out or find some other way to represent. The benefit of the time graph is to visualize the trending change over time. If doing calls over time, recommend adding a timescale on the X axis that makes it clear how often the data is polled (default is 5 minutes for this panel)
The text was updated successfully, but these errors were encountered:
See this REST endpoint
https://mempool.space/docs/api/rest#get-mempool
Sample results
For interpeting the fee_histogram, I believe this is a distribution of the sat/byte, and total vsize at that level. Indeed, summing the second argument of each array'd element totals to vsize.
Note that single snapshot calls are not enough to draw the histogram graph over time, so may want to periodically capture and retain in memory to draw that out or find some other way to represent. The benefit of the time graph is to visualize the trending change over time. If doing calls over time, recommend adding a timescale on the X axis that makes it clear how often the data is polled (default is 5 minutes for this panel)
The text was updated successfully, but these errors were encountered: