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"
}
]
}Changes
Changed in 3 of the 34 revisions of this API.12
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 73 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲