/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

Available options:
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

Available options:
transactionalFeaturedOnlystring · enumoptional

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

Available options:
Responses
get
curl -L \
  --url 'https://api.vaults.fyi//v1/vaults' \
  --header 'x-api-key: YOUR_API_KEY'
[
  {
    "address": "text",
    "network": "mainnet"
  }
]

Last updated