v34

latestOpenAPI 3.0.0End User License Agreementraw.githubusercontent.com2026-08-01249654.9 KB
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

player_detailsobject

Map of player_id to PlayerDetails

Example response

{
  "delegators": [
    {
      "deposit": "123456789123456789",
      "reward": "123456789123456789"
    }
  ]
}