---
title: "Get latest delegators data"
method: GET
path: "/get-delegators"
tags: ["GET"]
---

# Get latest delegators data

`GET /get-delegators`

# 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`

## Query parameters

- `block_id` string, required

## Response `200`

Success

- GetDelegatorsResponse
  - `delegators` object[]
    - `player_id` string
    - `deposit` string
    - `delegatees` object
    - `reward` string
  - `player_details` object — Map of player_id to PlayerDetails

---

[API](https://skmtc.net/tig-foundation/apis/the-innovation-game-api.md) · [All operations](https://skmtc.net/tig-foundation/apis/the-innovation-game-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tig-foundation/the-innovation-game-api/versions/2af9c398c1d4/schema)
