Get user position timeseries for a specific vault
Users
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). Default page size is 1000.
GET
Get user position timeseries for a specific vault
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Ethereum wallet address
Vault identifier
Query Parameters
Start timestamp (ISO 8601)
End timestamp (ISO 8601)
Opaque cursor from previous meta.next_cursor.
Page size (1–10000, default 1000).
Sort direction: asc (default) or desc.