Get user position timeseries for a specific vault
Returns historical value and ROI data for a single vault position. Default order is asc (oldest first, chart-friendly); pass ?order=desc for newest-first list views. Cursor-paginated — pass meta.next_cursor back as ?next= for the next page (cursor is bound to the order it was created with). Defaults to granularity=day (one UTC-midnight snapshot per day); week returns Monday 00:00 UTC snapshots, month returns first-of-month 00:00 UTC snapshots, and hour returns the raw hourly cadence. Default page size is 1000.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Ethereum wallet address
Vault identifier
Query Parameters
Window start: ISO 8601 date (2026-01-01, read as 00:00:00 UTC) or RFC 3339 timestamp (2026-01-01T00:00:00Z).
Window end: ISO 8601 date (2026-01-01, read as 00:00:00 UTC) or RFC 3339 timestamp (2026-01-01T00:00:00Z).
Opaque cursor from previous meta.next_cursor.
Page size (1–10000, default 1000).
Sort direction: asc (default) or desc.
Sampling granularity: day (default), hour, week, or month. Day/week/month buckets start at 00:00 UTC; weeks start Monday and months start on the 1st.