**Context:** Data plumbing for #42, depends on Stellar-Insightss/backend#33. **Where:** - `src/services/api.ts` - New hook alongside `useDashboardScreen.ts` **What to do:** - Add a typed fetch for Stellar-Insightss/backend#33's endpoint and wire it into `TopMoversCard`. **Suggested approach:** 1. Backed by `Stellar-Insightss/backend#33`. **Watch out for:** - New assets with no 24h baseline need explicit handling on the client side too, matching backend #33's edge-case work (#38 there) -- don't assume the backend fully shields you from bad values. **Definition of done:** - [ ] `TopMoversCard` renders real ranking data
Context: Data plumbing for #42, depends on Stellar-Insightss/backend#33.
Where:
src/services/api.tsuseDashboardScreen.tsWhat to do:
TopMoversCard.Suggested approach:
Stellar-Insightss/backend#33.Watch out for:
Definition of done:
TopMoversCardrenders real ranking data