---
title: "List staking validators for a wallet"
method: GET
path: "/api/staking/v1/{coin}/wallets/{walletId}/validators"
tags: ["Staking State Information"]
---

# List staking validators for a wallet

`GET /api/staking/v1/{coin}/wallets/{walletId}/validators`

Returns a list of staking validators for a wallet, and includes the total delegated amount and the amount of accrued rewards.

## Path parameters

- `coin` 'ADA' | 'APT' | 'ASI' | 'KAVACOSMOS' | 'ATOM' | 'AVAXC' | 'AVAXP' | 'BABY' | 'BERA' | 'BLD' | 'BSC' | 'BTC' | 'COREDAO' | 'COREUM' | 'CRONOS' | 'CSPR' | 'DOT' | 'EIGEN' | 'ETH' | 'FLRP' | 'HASH' | 'INJECTIVE' | 'MATIC' | 'NEAR' | 'OSMO' | 'POL' | 'POLYX' | 'RETH-ROCKET' | 'SEI' | 'SOMI' | 'SOL' | 'STORY' | 'STX' | 'SUI' | 'SUI:WAL' | 'TAO' | 'TIA' | 'TON' | 'TRX' | 'WETH' | 'WCT' | 'WFLR' | 'XDC' | 'ZETA', required — The staking asset.
- `walletId` string, required

## Query parameters

- `page` integer, nullable
- `pageSize` integer, nullable
- `status` DelegationStatus[]
- `validatorAddress` string
- `subType` string

## Response `200`

Successful Retrieving Staking Validators For A Wallet

- StakingValidatorsResponse
  - `validators` object[]
    - `delegationAddress` string — The delegation address.
    - `coin` string — The staked coin.
    - `delegated` string — The total delegated amount in base units.
    - `totalStaked` string — The total staked amount in base units.
    - `rewards` string — The reward accrual amount in base units.
    - `activeRewards` string — The amount of active rewards in base units.
    - `pendingClaimRewards` string — The amount of rewards pending claim in base units.
    - `apy` string — The annual percentage yield.
    - `historicRatePerformance` string — The historical APY/return performance of the validator.
    - `commission` string — The validator commission rate.
    - `type` string — The validator provider display used for staking.
    - `provider` string — The validator provider enum used for staking.
    - `rewardCoin` string — The coin in which rewards will be received.
    - `endTime` string — The timestamp when the staking position expires, at which point it will either be unstaked automatically or become available for manual unstaking.
    - `pendingStake` string — The amount currently pending stake.
    - `pendingUnstake` string — The amount currently pending unstake.
    - `enterpriseId` string — The enterprise ID of the wallet.
    - `walletId` string — The wallet ID.
    - `lastRedelegationTimestamp` string — The timestamp of the last redelegation.
    - `permissionAttributes` WalletStakingPermissionAttributes — Permission attributes for the staking wallet.
      - `staking` StakingPermissionAttributes1 — Base attributes for all permission types.
        - `enabled` boolean, required — True if the permission is enabled.
        - `disabledReason` string, nullable — Reason why the permission is disabled, if applicable.
      - `unstaking` UnstakingPermissionAttributes1 — Base attributes for all permission types.
        - `enabled` boolean, required — True if the permission is enabled.
        - `disabledReason` string, nullable — Reason why the permission is disabled, if applicable.
      - `claimRewards` ClaimRewardsPermissionAttributes — Base attributes for all permission types.
        - `enabled` boolean, required — True if the permission is enabled.
        - `disabledReason` string, nullable — Reason why the permission is disabled, if applicable.
      - `switchValidator` SwitchValidatorPermissionAttributes — Base attributes for all permission types.
        - `enabled` boolean, required — True if the permission is enabled.
        - `disabledReason` string, nullable — Reason why the permission is disabled, if applicable.
      - `wallet` WalletPermissionAttributes1 — Permission attributes specific to the wallet.
        - `hasEnoughAdmins` boolean — True, if the wallet has enough admins to create a staking request.
        - `numberOfRequiredAdmins` integer — The number of admins required to create a hot staking request.
        - `useValidatorList` boolean — Boolean flag to control whether to show dropdown list of validators or not.
        - `skipAddressValidation` boolean — Boolean flag to control whether to perform validator address validation or not.
        - `showValidatorAddress` boolean — Boolean flag to control whether to display the validator address in the UI even when skipAddressValidation is true.
        - `allowPartialUnstake` boolean — True if the wallet allows partial unstaking.
        - `validatorNotNeededForStake` boolean — True if a validator is not required when staking.
        - `validatorCoin` string, nullable — Optional coin used for validator-specific staking.
    - `spendableAttributes` WalletStakingSpendableAttributes — Spendable attributes available for a wallet’s staking operations.
      - `staking` StakingSpendableAttributes1
        - `max` string — The maximum spendable amount.
        - `min` string — The minimum spendable amount.
        - `multiplier` string — The multiplier amount to be staked. Default to 1, but for coins like where the amount to stake is a multiple of 32 ETH, this is 32 in base unit, to allow validation.
        - `fee` string — The blockchain fee to submit the transactions.
      - `unstaking` UnStakingSpendableAttributes1
        - `max` string — The maximum spendable amount.
        - `min` string — The minimum spendable amount.
        - `multiplier` string — The multiplier amount to be staked. Default to 1, but for coins like where the amount to stake is a multiple of 32 ETH, this is 32 in base unit, to allow validation.
        - `fee` string — The blockchain fee to submit the transactions.
      - `claimRewards` ClaimRewardsSpendableAttributes
        - `max` string — The maximum spendable amount.
        - `min` string — The minimum spendable amount.
        - `multiplier` string — The multiplier amount to be staked. Default to 1, but for coins like where the amount to stake is a multiple of 32 ETH, this is 32 in base unit, to allow validation.
        - `fee` string — The blockchain fee to submit the transactions.
      - `switchValidator` SwitchValidatorSpendableAttributes
        - `max` string — The maximum spendable amount.
        - `min` string — The minimum spendable amount.
        - `multiplier` string — The multiplier amount to be staked. Default to 1, but for coins like where the amount to stake is a multiple of 32 ETH, this is 32 in base unit, to allow validation.
        - `fee` string — The blockchain fee to submit the transactions.
    - `count` string — The number of delegations for this validator.
    - `avses` string[] — List of AVSEs associated with the validator.
    - `preferred` boolean — Whether this validator is preferred.
    - `rewardPairs` RewardPairs[] — List of reward pairs.
      - `tokenAddress` string, nullable — The optional token address.
      - `amount` string, required — The total amount of the reward pair in base units.
      - `activeAmount` string, required — The currently active amount in base units.
      - `coin` string, nullable — The optional coin for this reward pair.
    - `stakingType` string — The staking type, e.g., STAKE.
  - `page` integer — The page number for paging purposes.
  - `totalPages` integer — The total number of pages for paging purposes.
  - `totalElements` integer — The number of elements per page used for paging purposes.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `500` — Server Error - Transient error please try again

---

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