Analytics
Global analytics (public)
No auth required. Returns platform-wide aggregate metrics: total balance, transaction volume, cardholders, funded amount, account/card/transaction counts, interest stats, fees collected, and a daily time-series. Use ?metric= to select the graph series (balance, volume, cardholders, funded) and ?days= for the window (default 30, max 365).
Aggregated account metrics
Returns live balance, card count, transaction volume, funded total, interest accrual data, and daily time-series. Use ?days= to control history window (default 30, max 365) and ?metric= to select the series (balance, volume, funded). The interest object provides everything needed for a real-time ticker: accrued (lifetime settled interest), ratePerSecond (cents/sec at current balance & yield), and calculatedAt (snapshot timestamp). Frontend formula: displayed = accrued + ratePerSecond × secondsSince(calculatedAt).