hirosystems / hirosystems/stacks-blockchain-api
Add average tx fee to blocks
Open
- Dominant language
- TypeScript
- Stars
- 193
- Forks
- 127
- Avg merge
- 16h 35m
- Merged PRs (30d)
- 46
Description
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:

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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.