This method retrieves detailed information about a specific vault.
const vault_id = 'YOUR_VAULT_ID' const vault = await sdk.Vaults.getVault(vault_id)
Last updated 7 months ago