You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context: Grant-milestone-facing "asset rankings" endpoint, distinct from #33's 24h Top Movers -- this is a more general top-assets-by-holders-and-volume view.
Context: Grant-milestone-facing "asset rankings" endpoint, distinct from #33's 24h Top Movers -- this is a more general top-assets-by-holders-and-volume view.
Where:
src/api/rankings.rs(same file as Add /api/v1/rankings/top-movers endpoint: 24h percent change by holders/volume #33)What to do:
Suggested approach:
src/api/rankings.rs), a second endpoint alongside top-movers.Watch out for:
Definition of done:
GET /api/v1/rankings/assetsreturns assets sorted by holders and by volume (two sort modes or two lists)