1
Completed

Use caching to make the “Get Tx fee” return very quickly, even at scale

For users who want to see/verify the transaction (Tx) fee before sending, we must ensure that this process returns very quickly. Since the Tx fee will not change more often than each minute, we can process this on the API server, every few seconds, and have the app simply pull from a cached value.