balancednetwork / balanced-network-info

ℹ️ Balanced network analytics.
https://stats.balanced.network
MIT License
0 stars 0 forks source link

Examine RPC calls vs backend calls #120

Closed BennyOptions closed 1 year ago

BennyOptions commented 2 years ago

With new historical RPC calls using blockheight, we should use RPC calls as much as possible.

For example, 24 hour price change should now be:

getPrice(currentBlockHeight) - getPrice(blockHeightFrom24HoursAgo)