Vaults List
/vault/list
/vault/listaxios.get('https://api.xerberus.io/public/v1/vault/list', {
headers: {
'x-api-key': 'your-api-key',
'x-user-email': 'your-email'
}
})
.then(response => console.log(response.data))
.catch(error => console.error(error));
Last updated