wharfkit / antelope

Core types, client interfaces, and other tools for working with Antelope-based blockchains.
Other
44 stars 23 forks source link

how to get latest ram price? #99

Closed dev-dantealighieri closed 8 months ago

dev-dantealighieri commented 8 months ago

how can i get latest Ram price on the chain using antelope api?

bonus: also is there a way to learn EOS PowerUp Model prices for cpu and net using antelope api?

thanks, dante

dev-dantealighieri commented 8 months ago

nevermind, i've found it here

https://github.com/EOSEssentials/EOSDrops/blob/master/services/EOSTools.js

dante