GET
Get latest delegators data
Notes
-
Query parameter <block_id> must be the latest block. Use /get-block endpoint
-
All players who have a deposit are included in the response
-
player_details is a map of <player_id> to PlayerDetails
get/get-delegators
Query parameters
block_idstring required
Response
Success
Example response
{
"delegators": [
{
"deposit": "123456789123456789",
"reward": "123456789123456789"
}
]
}