---
title: "List all delegators with stake amounts"
method: GET
path: "/api/solana/validator-delegators"
tags: ["Solana"]
---

# List all delegators with stake amounts

`GET /api/solana/validator-delegators`

Returns the current stake-account level delegator list for the ParaFi validator, along with aggregate totals such as active stake accounts and delegator count.

## 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 delegator data

---

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