Returns a paginated list of vaults with optional filtering and sorting.
Filter by EVM chain ID (e.g., 8453 for Base, 1 for Ethereum).
1 <= x <= 9007199254740991Filter by underlying token symbol or address (e.g., USDC).
1Filter by protocol name (e.g., morpho-v1, aave-v3).
1Minimum TVL in USD. Use this to filter out low-liquidity vaults (e.g., 1000000 for $1M+).
x >= 0Sort order for results. apy sorts by highest total APY first. tvl sorts by highest TVL first.
apy, tvl Pagination cursor from a previous response's nextCursor field. Omit to start from the beginning.
1Number of results per page. Defaults to 50.
1 <= x <= 100Paginated vault list
Array of vault objects matching the filters.
Total number of vaults matching the filters across all pages.
-9007199254740991 <= x <= 900719925474099147
Cursor to pass as the cursor parameter to fetch the next page. Absent when there are no more results.
"eyJpZCI6MTAwfQ"