v1

latestOpenAPI 3.1.02026-07-13143194365.4 KB
leaderboard

Get funds deposited day-over-day

Get daily aggregated funds for time-series charts (public, no auth).

  • Returns daily totals of funds deposited into Grove accounts.
  • Useful for charts showing deposit trends over time.
  • Data points are ordered by date ascending (oldest first).
  • window examples:
    • 24h: funds deposited in the last 24 hours (1 day)
    • 7d: funds deposited in the last 7 days
    • 30d: funds deposited in the last 30 days
    • all: all-time data
get/v1/leaderboard/funds/timeseries

Query parameters

tokenstring

Token symbol to filter by.

Token symbol to filter by.

window'24h' | '7d' | '30d' | 'all'

Time window: '24h', '7d', '30d', or 'all' (all time).

Time window: '24h', '7d', '30d', or 'all' (all time).

Response

Successful Response

tokenstring required
windowstring required