Polygon
/risk/polygon
/risk/polygonaxios.get('https://api.xerberus.io/public/v1/risk/polygon', {
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": [
{
"token_address": "0xcc1b9517460d8ae86fe576f614d091fca65a28fc",
"ticker": "VIS",
"asset_id": 168,
"risk_rating": "D"
},
{
"token_address": "0x08e175a1eac9744a0f1ccaeb8f669af6a2bda3ce",
"ticker": "E8",
"asset_id": 169,
"risk_rating": "D"
},
{
"token_address": "0x1599fe55cda767b1f631ee7d414b41f5d6de393d",
"ticker": "MILK",
"asset_id": 170,
"risk_rating": "D"
}
etc...]
} Rating
Explanation
Last updated