▸ getVaultDetails(vaults
): Promise
<VaultDetails
[]>
Provides information regarding vault details such as TVL, APY, description, logo, and the balance of the connected customer in that vault
Name | Type | Description |
---|---|---|
vaults |
Hex [] |
An array of vault addresses to query the details for |
Promise
<VaultDetails
[]>
A promise that resolves to an array of vault details corresponding to the given vaults
See
Fetching Vault Details for more information