stakingValidatorStakers
Get the full staker list for a specific validator.
Overview
Request
{
"type": "stakingValidatorStakers",
"validator": "0x000000000056f99d36b6f2e0c51fd41496bbacb8"
}Parameter
Type
Required
Description
Response
{
"timestamp_ms": 1776010486341,
"address": "0x000000000056f99d36b6f2e0c51fd41496bbacb8",
"name": "ValiDAO",
"description": "The People's Validator...",
"commission_bps": 400,
"total_delegated": "10057.57964234",
"effective_stake": "10057.57964234",
"staker_count": 1234,
"is_jailed": false,
"stakers": [
{
"address": "0xabc123...",
"amount": "5000.12345678"
}
]
}Response Fields
Field
Type
Description
Errors
Status
Condition
Last updated