stacks-blockchain-api icon indicating copy to clipboard operation
stacks-blockchain-api copied to clipboard

Add average tx fee to blocks

Open He1DAr opened this issue 2 years ago • 0 comments

Hello team! I'm working on a new feature to add historical blocks information to tx page, we need to display the previous average fee for these blocks: image Currently, this is only possible through fetching txs for each block and iterating over them on the client, which requires multiple requests. A solution would be to add a new attribute average_fee to block response.

He1DAr avatar Jun 15 '22 22:06 He1DAr