get deprecatedhttps://api.kiln.fi/v1/eth/eigenlayer/native/points
Get restaked points of your EigenPod
Log in to see full request history
Responses
400Invalid parameters
401Unauthorized
500Internal server error
Get restaked points of your EigenPod
400Invalid parameters
401Unauthorized
500Internal server error
xxxxxxxxxx
curl --request GET \
--url https://api.kiln.fi/v1/eth/eigenlayer/native/points \
--header 'accept: application/json; charset=utf-8'
xxxxxxxxxx
11{
"data": {
"total": 1321313.12313,
"breakdown": [
{
"validator_address": "0x800390da57b384873178a7db4e0b80bc1ed6528510713bcef75f46d339a7bd4957f54159c375d7dc811e52122ad9b604",
"points": 16234.9066666
}
]
}
}