Skip to main content
GET
List SVM detailed vaults

Authorizations

x-api-key
string
header
required

Query Parameters

page
integer
default:0

Page number (starting from 0)

Required range: x >= 0
perPage
integer
default:50

Number of items per page

Required range: 0 < x <= 5000
assetSymbol
string

Include only vaults with an asset of provided symbol(ticker)

Minimum string length: 1
allowedAssets
string[]

Assets to be included by symbol(ticker).

Minimum string length: 1
disallowedAssets
string[]

Assets to be excluded by symbol(ticker). The parameter is ignored if "allowedAssets" is specified.

Minimum string length: 1
allowedProtocols
string[]

Protocols to be included by protocol ID or name.

Minimum string length: 1
disallowedProtocols
string[]

Protocols to be excluded by protocol ID or name. The parameter is ignored if "allowedProtocols" is specified.

Minimum string length: 1
allowedAssetMints
string[]

Asset SPL token mint account public keys to include.

Pattern: ^[1-9A-HJ-NP-Za-km-z]{32,44}$
disallowedAssetMints
string[]

Asset SPL token mint account public keys to exclude. The parameter is ignored if "allowedAssetMints" is specified.

Pattern: ^[1-9A-HJ-NP-Za-km-z]{32,44}$
minTvl
integer
default:100000

Minimum TVL in USD of the vaults to be included

Required range: x >= 0
maxTvl
integer

Maximum TVL in USD of the vaults to be included

minApy
number

Minimum APY in v2 decimal units.

maxApy
number

Maximum APY in v2 decimal units.

sortBy
enum<string>

Field to sort by

Available options:
tvl,
apy1day,
apy7day,
apy30day
sortOrder
enum<string>
default:asc

Sort order, either asc or desc. Ascending is default.

Available options:
asc,
desc

Response

Default Response

itemsOnPage
integer
required

Number of items on the current page

data
object[]
required
nextPage
integer

Next page number