Get data on single vault
get
Get a vault information given a specific address and network
Authorizations
x-api-keystringRequired
Path parameters
vaultAddressstringRequiredPattern:
Address of a vault
^0x[a-fA-F0-9]{40}$networkstring · enumRequiredPossible values:
Network name or caip
Responses
200
Object describing the vault
application/json
Object describing the vault
namestringRequired
Name of the vault
addressstringRequired
Address of a vault
networkstring · enumRequiredPossible values:
Network name on which vault exists
protocolstringRequired
Protocol name to which the vault belongs
numberOfHoldersnumber · nullableRequired
Number of holders of vault LP tokens
lendLinkstring · nullableRequired
Lend link of the vault
tagsstring[]Required
Array of tags present on vault
descriptionstring · nullableRequired
Description of the vault
additionalIncentivesstring · nullableRequired
Additional incentives of the vault
isTransactionalbooleanRequired
Boolean indicating if the vault is transactional
assetPriceInUsdnumberRequired
Price of the underlying vault asset in USD with 1e8 precision
holdersTotalBalancestringRequired
Total balance of all holders of vault LP tokens
get
/v1/vaults/{network}/{vaultAddress}/200
Object describing the vault