---
title: "All delegators with stake amounts and account details"
method: GET
path: "/api/solana/delegators"
tags: ["Solana"]
---

# All delegators with stake amounts and account details

`GET /api/solana/delegators`

## Query parameters

- `force` boolean

## Response `200`

Successful response

- DelegatorsData
  - `delegators` object[], required
  - `totalStake` integer, required
  - `totalStakeInSol` number
  - `totalStakeAccounts` integer
  - `activeStakeAccounts` integer
  - `delegatorCount` integer, required
  - `lastUpdated` string, date-time, required
  - `cacheSource` 'redis' | 'fresh'
  - `isStale` boolean

## Other responses

- `500` — Failed to fetch delegators

---

[API](https://skmtc.net/parafi/apis/parafi-tech-api.md) · [All operations](https://skmtc.net/parafi/apis/parafi-tech-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/parafi/parafi-tech-api/revisions/3bd66feb516b/schema)
