List Amplify vaults
Vaults
List Amplify vaults
Returns aggregated vault configuration grouped by vault name: chain deployments (contract addresses, KYT flag, deposit supply cap, minimum withdrawal order size, in-deprecation flag) with nested per-asset config (depositable/withdrawable flags, deposit/withdraw fees, withdrawal SLAs).
GET
List Amplify vaults
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.
Required range:
1 <= x <= 100Example:
25
Opaque token for the next page.
Filter string. Flags: chainId, inDeprecation, requiresKyt. Example: chainId=1 AND inDeprecation=false
Example:
"chainId=1 AND inDeprecation=false"