List vault assets
Returns depositable and withdrawable assets for vaults. Filter by vault address, chain ID, or asset capabilities. Defaults: 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.
Filter string. Flags: withdrawable, depositable, vaultAddress, assetAddress, chainId. Optional.
"withdrawable=true AND chainId=1 AND assetAddress=0xabcdef1234567890abcdef1234567890abcdef12"
Response
List of vault assets
List of vault assets
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.