Cardano
/risk/scores
/risk/scoresaxios.get('https://api.xerberus.io/public/v1/risk/scores', {
headers: {
'x-api-key': 'your-api-key',
'x-user-email': 'your-email'
}
})
.then(response => console.log(response.data))
.catch(error => console.error(error));Rating
Explanation
Last updated