List staking partnered validators

get/api/staking/v1/validators

Returns a list of staking partnered validators.

Query Parameters

  • coinstring
    The staking asset.
  • enterpriseIdstring
    The enterprise ID.
  • walletIdstring
    The wallet ID.
  • delegationStatusstring
    The delegation status.
  • onlyActiveboolean
    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)
  • stakingTypestring
    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.
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.
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.
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