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 if only validators with active delegations are requested
  • defaultValidatorboolean
    True if only the default validator is requested
  • pageintegerDefault: 1
    Page number for pagination
  • pageSizeintegerDefault: 20
    Page size for pagination

200 Response

validators array[object]
Min items: >= 1 items
Max items: <= 500 items
delegationAddress string
The delegation Address.
type string
Validator provider.
totalStaked string
Total staked amount in “base units”.
rewards string
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.
page integer
Page number for paging purposes
totalPages integer
Total number of pages for paging purposes
totalElements integer
Number of elements per page used for paging purposes

400 Response

One of
code string
message string
status integer

401 Response

code string
message string
status integer

403 Response

code string
message string
status integer

409 Response

code string
message string
status integer

500 Response

code string
message string
status integer