List vault rewards (net of fees)
Returns the time-series of rewards distributed to a vault. All yield values are net of management and performance fees. vaultAddress and chainId are required. Time range: when both startTime and endTime are omitted, defaults to (now - 14 days, now); pass both to override. Pagination: pageSize default 25 (max 100); omit pageToken for the first page.
Documentation Index
Fetch the complete documentation index at: https://developers.paxoslabs.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key in format: pxl_<public_id>_
Query Parameters
Max items per page. Default 25, max 100.
1 <= x <= 10025
Opaque cursor from a prior nextPageToken.
Vault contract address (0x + 40 hex chars).
"0x0000000000000000000000000000000000000001"
EVM chain ID.
1
Inclusive lower bound on the distribution snapshot timestamp. RFC 3339 UTC. When both startTime and endTime are omitted, defaults to (now - 14 days, now).
"2026-01-01T00:00:00Z"
Inclusive upper bound on the distribution snapshot timestamp. RFC 3339 UTC. When both startTime and endTime are omitted, defaults to (now - 14 days, now).
"2026-12-31T23:59:59Z"