Get Staking Wallet Details

get/api/staking/v1/{coin}/wallets/{walletId}

Get staking wallet information including staking delegated balance, rewards accrued, and rewards accrual annual percentage rate.

Path Parameters

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

200 Response

enterpriseId string required
The id of the enterprise where the the staking request was created from
walletId string required
The id of the wallet where the staking request was created from
walletType string required
The type of wallet the staking request was created from (cold, custodial, hot)
label string required
The label of the wallet the staking request was created from
coin string required
The staking asset
delegated string required
Delegated staked amount in “base units”
pendingUnstake string required
Amount that is actively being unstaked
pendingStake string required
Amount that is actively being staked
spendableAttributes object
Spendable attributes
rewards string required
Rewards received amount in “base units”
lockedRewards string required
Rewards locked amount in "base units"
apy string required
Reward accrual annual percentage rate. Estimated yearly based on the last 7 days. Same methodology as leading beacon chain validator aggregators (e.g. https://beaconcha.in/validators)
createdDate string required
The date the staking request was created.
modifiedDate string required
The last date staking wallet was modified

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