Ethereum
/risk/ethereum
/risk/ethereumaxios.get('https://api.xerberus.io/public/v1/risk/ethereum', {
headers: {
'x-api-key': 'your-api-key',
'x-user-email': 'your-email'
}
})
.then(response => console.log(response.data))
.catch(error => console.error(error));{
"status": "success",
"data": [
{
"ticker": "MATIC",
"fingerprint": "0x7d1afa7b718fb893db30a3abc0cfc608aacfebb0",
"risk_rating": "AAA"
},
{
"ticker": "LINK",
"fingerprint": "0x514910771af9ca656af840dff83e8264ecf986ca",
"risk_rating": "AA"
},
{
"ticker": "UNI",
"fingerprint": "0x1f9840a85d5af5bf1d1762f925bdaddc4201f984",
"risk_rating": "AA"
},
]
} Rating
Explanation
Last updated