Indexer
What the indexer is responsible for.
- Historical series: Stockpile value, claim value, supply, revenue
- Activity feed with filtering by type and wallet
- Aggregations: 24h inflow, total acquisitions, revenue by source
- Holder counts and distribution
Frontend contract
ts
getSeries(id: string): Promise<Series>
getActivity(query?: ActivityQuery): Promise<ActivityPage>
// Both currently resolve to:
{ points: { available: false, reason: "AWAITING_INDEXER" } }