Closed BennyOptions closed 1 year 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)
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)