latestOpenAPI 3.0.32026-08-224982,0272.8 MB
e445c15e5bee
Staking State Information
List staking validators for a wallet
Returns a list of staking validators for a wallet, and includes the total delegated amount and the amount of accrued rewards.
get/api/staking/v1/{coin}/wallets/{walletId}/validators
Path parameters
coin'ADA' | 'APT' | 'ASI' | 'KAVACOSMOS' | 'ATOM' | 'AVAXC' | 'AVAXP' | 'BABY' | 'BERA' | 'BLD' | 'BSC' | 'BTC' | 'COREDAO' | 'COREUM' | 'CRONOS' | 'CSPR' | 'DOT' | 'EIGEN' | 'ETH' | 'FLRP' | 'HASH' | 'INJECTIVE' | 'MATIC' | 'NEAR' | 'OSMO' | 'POL' | 'POLYX' | 'RETH-ROCKET' | 'SEI' | 'SOMI' | 'SOL' | 'STORY' | 'STX' | 'SUI' | 'SUI:WAL' | 'TAO' | 'TIA' | 'TON' | 'TRX' | 'WETH' | 'WCT' | 'WFLR' | 'XDC' | 'ZETA' required
The staking asset.
The staking asset.
walletIdstring required
Example:59cd72485007a239fb00282ed480da1f
The wallet ID.
Query parameters
pageinteger nullable
The page number for pagination.
pageSizeinteger nullable
The page size for pagination.
statusDelegationStatus[]
Comma-separated list of delegation statuses to filter by. Defaults to ACTIVE,PENDING.
validatorAddressstring
Validator address to filter results by. Expect 1 item only.
subTypestring
The delegation staking sub type to filter by (e.g., LIDO, MARINADE, JITO for liquid staking variants).
Response
Successful Retrieving Staking Validators For A Wallet