List withdrawal volumes
Returns historical withdrawal volume aggregated by time interval. startTime, endTime, and vaultAddress are required. Optionally filter by chainId and wantAssetAddress using the filter parameter. Defaults: orderByTimestamp=asc; pageSize=25 (max 100); omit pageToken for the first page. interval is optional.
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). Required.
"2026-01-01T00:00:00Z"
End of time range (RFC 3339 UTC). Required.
"2026-01-21T00:00:00Z"
Vault address to filter by (hex address). Required.
"0x1234567890abcdef1234567890abcdef12345678"
Duration between data points (e.g. 86400s). Optional.
"86400s"
Order by timestamp. Allowed: asc, desc. Default: asc.
asc, desc Filter string. Flags: chainId, wantAssetAddress. Optional.
"chainId=1 AND wantAssetAddress=0xabcdef1234567890abcdef1234567890abcdef12"
Response
List of withdrawal volume data points
List of withdrawal volume 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.