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

  • coinstring or stringRequired
    The staking asset.
  • walletIdstringRequired
    The wallet ID.
    Example: 59cd72485007a239fb00282ed480da1f

Query Parameters

  • 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.
coin string
The staked coin.
delegated string
The total delegated amount in base units.
rewards string
The reward accrual amount in base units.
apy string
The annual percentage yield.
type string
The validator provider used for staking.
rewardCoin string
The coin in which rewards will be received.
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

404 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