List SVM detailed vaults
Retrieves a filtered list of SVM vaults with detailed information including address (vault account public key), name, protocol, TVL, and APY details. APY filter inputs use v2 decimal semantics; response APY values currently remain display percent values while this endpoint is beta.
Authorizations
Query Parameters
Page number (starting from 0)
x >= 0Number of items per page
0 < x <= 5000Include only vaults with an asset of provided symbol(ticker)
1Assets to be included by symbol(ticker).
1Assets to be excluded by symbol(ticker). The parameter is ignored if "allowedAssets" is specified.
1Protocols to be included by id or name.
1Protocols to be excluded by id or name. The parameter is ignored if "allowedProtocols" is specified.
1Asset SPL token mint account public keys to include.
^[1-9A-HJ-NP-Za-km-z]{32,44}$Asset SPL token mint account public keys to exclude. The parameter is ignored if "allowedAssetMints" is specified.
^[1-9A-HJ-NP-Za-km-z]{32,44}$Minimum TVL in USD of the vaults to be included
Maximum TVL in USD of the vaults to be included
Minimum APY in v2 decimal units. SVM response APY values currently remain display percent values while the endpoint is beta.
Maximum APY in v2 decimal units. SVM response APY values currently remain display percent values while the endpoint is beta.
Field to sort by
tvl, apy1day, apy7day, apy30day Sort order, either asc or desc. Ascending is default.
asc, desc 
