Skip to main content
GET
Get user position timeseries for a specific vault

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

wallet_address
string
required

Ethereum wallet address

vault_id
string
required

Vault identifier

Query Parameters

start
string

Window start: ISO 8601 date (2026-01-01, read as 00:00:00 UTC) or RFC 3339 timestamp (2026-01-01T00:00:00Z).

end
string

Window end: ISO 8601 date (2026-01-01, read as 00:00:00 UTC) or RFC 3339 timestamp (2026-01-01T00:00:00Z).

next
string

Opaque cursor from previous meta.next_cursor.

limit
integer<int64>

Page size (1–10000, default 1000).

order
string

Sort direction: asc (default) or desc.

granularity
string

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.

Response

Position timeseries

data
object[]
required
meta
object
required