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

## Changes

- **2026-02-03** `4c20b89cfdc4` — 1 info
  - added the optional property `player_details` to the response with the `200` status
- **2025-02-13** `f379c149170e` — 1 info
  - endpoint added
- **2024-05-31** `5523952546dd` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/tig-foundation/apis/the-innovation-game-api/changes/get-delegators/get.md)

---

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