List vault TVLs
Returns historical and current TVL data for vaults. Time range: provide startTime+endTime, or lookback from now; if all omitted, lookback defaults to 30 days (2592000s). startTime/endTime take precedence over lookback when both are set. Defaults: interval=86400s (1 day); orderByTimestamp=asc; pageSize=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
Maximum items per page. Default: 25. Min: 1, max: 100.
1 <= x <= 10025
Opaque token for the next page. Omit for the first page.
Start of time range (RFC 3339 UTC). Optional; used with endTime. Takes precedence over lookback if set.
"2026-01-01T00:00:00Z"
End of time range (RFC 3339 UTC). Optional; used with startTime. Clamped to now if in the future.
"2026-01-21T00:00:00Z"
Duration between data points (e.g. 86400s). Default: 86400s (1 day).
"86400s"
Duration from now backward (e.g. 604800s for 7 days). Default when no startTime/endTime: 2592000s (30 days).
"604800s"
Deprecated: current on-chain TVL is now always included. Accepted for backward compatibility but has no effect.
false
Order by timestamp. Allowed: asc, desc. Default: asc.
asc, desc When true, TVL is summed across all chains for each vault and returned with chainId=0. Default: false.
false
Filter string. Flags: chainId, vaultAddress. Optional.
"chainId=1 AND vaultAddress=0x1234567890abcdef1234567890abcdef12345678"
Response
List of vault TVL data points
List of vault TVL data points
Token for the next page. null when there are no more results. Always present.
"eyJvZmZzZXQiOjI1fQ=="
Address metadata map keyed by lowercase token/address. Missing metadata is represented as null.