List staking partnered validators

get/api/staking/v1/validators

Returns a list of staking partnered validators.

Query Parameters

  • coinstring
    Filter by coin.
    Example: eth
  • enterpriseIdstring
    The enterprise ID.
  • walletIdstring
    The wallet ID
    Example: 59cd72485007a239fb00282ed480da1f
  • onlyActivebooleanDefault: true
    True only if validators with active delegations are requested
  • defaultValidatorboolean
    True only if the default validator is requested
  • isOperatorboolean
    True only if the operators for restaking are requested (i.e Eigen layer restaking)
  • stakingTypestringDefault: STAKE
    The staking type.
  • pageintegerDefault: 1
    The page number for pagination.
    Minimum: >= 1
  • pageSizeintegerDefault: 20
    The page size for pagination.
    Minimum: >= 1
    Maximum: <= 100

200 Response

validators array[object]
Min items: >= 1 items
Max items: <= 500 items
delegationAddress string
The delegation address.
type string
The validator provider.
totalStaked string
The total staked amount in base units.
delegated string
The delegated amount in base units.
rewards string
The reward accrual amount in base units.
apy string
The annual percentage yield.
commission string
The fee charged by the validator as a percentage.
coin string
The staked coin.
rewardCoin string
The coin used for rewards.
avses array[string]
The validator's actively validated services (AVS) for restaking.
historicRatePerformance string
The validator's historical reward rate for the last 30 days.
pendingStake string
The amount pending staking.
pendingUnstake string
The amount pending unstaking.
enterpriseId string
The enterprise ID associated with the validator.
walletId string
The wallet ID associated with the validator.
lastRedelegationTimestamp string
The last redelegation timestamp.
permissionAttributes object
Permission attributes for the staking wallet.
spendableAttributes object
Spendable attributes for the staking wallet.
pendingClaimRewards string
Pending claimable rewards in base units.
activeRewards string
Active rewards in base units.
count string
The validator’s delegation count.
preferred boolean
Whether this validator is marked as preferred.
Default: false
restaking boolean
Whether this validator supports restaking.
rewardPairs array[object]
stakingType string
The staking type.
Default: STAKE
endTime string
The end time for validator participation (if applicable).
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.

400 Response

error string
errorName string
reqId string
context object

401 Response

error string
errorName string
reqId string
context object

403 Response

error string
errorName string
reqId string
context object

409 Response

error string
errorName string
reqId string
context object

500 Response

error string
errorName string
reqId string
context object