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

  • coinstringRequired
    The staking asset.
  • walletIdstringRequired
    The wallet id
    Example: "59cd72485007a239fb00282ed480da1f"

Query Parameters

  • 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.
coin string
The staked coin.
delegated string
Total delegated amount in “base units”.
rewards string
Reward accrual amount in “base units”.
apy string
The annual percentage yield.
type string
Validator provider used for staking.
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

404 Response

code string
message string
status integer

409 Response

code string
message string
status integer

500 Response

code string
message string
status integer