---
title: "getDelegatorsByValidator"
method: GET
path: "/v1/validators/{address}/delegators"
tags: ["Accounts"]
---

# getDelegatorsByValidator

`GET /v1/validators/{address}/delegators`

Get a list of all accounts that delegated Iota funds to the queried validator.

## Path parameters

- `address` string, required — Queried validator address digest (hash).

## Query parameters

- `page` integer, required
- `size` integer, required
- `orderBy` 'ASC' | 'DESC', required
- `sortBy` 'AMOUNT', required — Select sorting parameter.
- `stakingType` 'STAKING' | 'TIMELOCKED_STAKING' — Select the type by which Iota coins were staked.
- `searchStr` string

## Response `200`

OK

---

[API](https://skmtc.net/blockberry/apis/sui-mainnet-api.md) · [All operations](https://skmtc.net/blockberry/apis/sui-mainnet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockberry/sui-mainnet-api/versions/3e4cb73940b7/schema)
