/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 · enumOptionalPossible values:
Network name or caip to filter by
tvl_minnumberOptional
Minimum TVL in USD to filter by
tvl_maxnumberOptional
Maximum TVL in USD to filter by
transactionalOnlystring · enumOptionalPossible values:
Return only vaults that support transactional endpoints
transactionalFeaturedOnlystring · enumOptionalPossible values:
Return only vaults that support transactional endpoints and are featured in app.vaults.fyi
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