/vaults

get

Get a list of vaults given a specific filters

Authorizations
Query parameters
tagsstring[]Optional

List of tags to filter by all of the tags must be present on the vault to be included in the results

tokenstring · min: 1Optional

Name or symbol of the token to filter by

networkstring · enumOptional

Network name or caip to filter by

Possible values:
tvl_minnumberOptional

Minimum TVL in USD to filter by

tvl_maxnumberOptional

Maximum TVL in USD to filter by

transactionalOnlystring · enumOptional

Return only vaults that support transactional endpoints

Possible values:
transactionalFeaturedOnlystring · enumOptional

Return only vaults that support transactional endpoints and are featured in app.vaults.fyi

Possible values:
Responses
200
Array of vaults addresses and their networks
application/json
get
GET //v1/vaults HTTP/1.1
Host: api.vaults.fyi
x-api-key: YOUR_API_KEY
Accept: */*
200

Array of vaults addresses and their networks

[
  {
    "address": "text",
    "network": "mainnet"
  }
]

Last updated