---
title: "getValidators"
method: GET
path: "/v1/validators"
tags: ["Accounts"]
---

# getValidators

`GET /v1/validators`

Get a list of all validators on the Mina Blockchain.

## Query parameters

- `page` integer, required
- `size` integer, required
- `orderBy` 'ASC' | 'DESC', required
- `sortBy` 'STAKE' | 'NEXT_EPOCH_STAKE' | 'DELEGATORS' | 'CANONICAL_BLOCKS' | 'ALL_BLOCKS' | 'STAKE' | 'NEXT_EPOCH_STAKE' | 'DELEGATORS' | 'CANONICAL_BLOCKS' | 'ALL_BLOCKS', required — Select sorting parameter.
- `searchStr` string — Enter part or full validator name or address to get the queried validator.
- `type` 'ALL' | 'ACTIVE' | 'INACTIVE' | 'ALL' | 'ACTIVE' | 'INACTIVE' — Select sorting parameter.
- `isNotAnonymousOnly` boolean
- `isWithFeeOnly` boolean
- `isVerifiedOnly` boolean

## Response `200`

OK

- CutPageValidatorDTO
  - `data` ValidatorDTO[]
    - `validatorAddress` string
    - `validatorName` string
    - `validatorFee` number, double
    - `delegatorsCount` integer
    - `terms` string
    - `additionalTerms` string
    - `stake` number, double
    - `nextEpochStake` number, double
    - `nextEpochDelegationsCount` integer
    - `epoch2Stake` number, double
    - `epoch2DelegationsCount` integer
    - `stakePercent` number, double
    - `networkShare` number, double
    - `canonicalBlocksCount` integer
    - `allBlocksCount` integer
    - `isVerified` boolean
    - `isActive` boolean
    - `diffStake` number, double
    - `diffDelegatorsCount` integer
    - `socialDiscord` string
    - `discordNicknames` string
    - `socialTelegram` string
    - `socialTwitter` string
    - `socialEmail` string
    - `socialGitHub` string
    - `website` string
    - `validatorImg` string
    - `description` string
    - `isStakingRewardsVerified` boolean
    - `stakingRewardsSlug` string
    - `scam` ScamDto
      - `scamId` integer
      - `objectType` string
      - `onchainId` string
      - `defaultSecurityMessage` string
      - `securityMessage` string
      - `scamType` string
  - `currentPage` integer
  - `size` integer
  - `totalItems` integer
  - `totalPages` integer
  - `totalCount` integer
  - `content` ValidatorDTO[]
    - `validatorAddress` string
    - `validatorName` string
    - `validatorFee` number, double
    - `delegatorsCount` integer
    - `terms` string
    - `additionalTerms` string
    - `stake` number, double
    - `nextEpochStake` number, double
    - `nextEpochDelegationsCount` integer
    - `epoch2Stake` number, double
    - `epoch2DelegationsCount` integer
    - `stakePercent` number, double
    - `networkShare` number, double
    - `canonicalBlocksCount` integer
    - `allBlocksCount` integer
    - `isVerified` boolean
    - `isActive` boolean
    - `diffStake` number, double
    - `diffDelegatorsCount` integer
    - `socialDiscord` string
    - `discordNicknames` string
    - `socialTelegram` string
    - `socialTwitter` string
    - `socialEmail` string
    - `socialGitHub` string
    - `website` string
    - `validatorImg` string
    - `description` string
    - `isStakingRewardsVerified` boolean
    - `stakingRewardsSlug` string
    - `scam` ScamDto
      - `scamId` integer
      - `objectType` string
      - `onchainId` string
      - `defaultSecurityMessage` string
      - `securityMessage` string
      - `scamType` string
  - `pageable` PageableObject
    - `pageNumber` integer
    - `pageSize` integer
    - `offset` integer
    - `sort` SortObject
      - `sorted` boolean
      - `empty` boolean
      - `unsorted` boolean
    - `paged` boolean
    - `unpaged` boolean
  - `last` boolean
  - `totalElements` integer
  - `number` integer
  - `sort` SortObject
    - `sorted` boolean
    - `empty` boolean
    - `unsorted` boolean
  - `first` boolean
  - `numberOfElements` integer
  - `empty` boolean

---

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