Rust pop-quiz
Q: glancing at this order book, you can see what the 24h-volume is, right?
That's not the Q:. The Q: is:
Q1: At a glance, what the volumes for any given order book?
Q2: What are the top-5 order books by volume?
Qbonus: report those, forever
Hint 1
Use this API to get order books, base token, and base token $USD-value, and number of tokens traded (24h): https://api.kujira.app/api/coingecko/tickers
Hint 2
Compare $-to-$-volume (not token-to-token volume) when computing the top-5 order books.
Explain why you use the former for hint 2
- (answer)
No comments:
Post a Comment