List staking rewards

get/api/staking/v1/enterprises/{enterpriseId}/wallets

Returns total rewards per staking wallet for an enterprise.

Path Parameters

  • enterpriseIdstringRequired
    The enterprise ID.

Query Parameters

  • coinstring or string
    The staking asset.
  • labelstring
    The label of the wallet where the staking request was created.
  • pageintegerDefault: 1
    The page number for pagination.
    Minimum: >= 1
  • pageSizeintegerDefault: 20
    The page size for pagination.
    Minimum: >= 1
    Maximum: <= 100

200 Response

stakingWallets array[object] required
An array of staking wallets.
enterpriseId string required
The ID of the enterprise where the the staking request was created.
walletId string required
The ID of the wallet where the staking request was created.
walletType string required
The type of wallet the staking request was created from, either cold, custodial, or hot.
label string required
The label of the wallet the staking request was created from.
coin string required
The staking asset.
delegated string required
The delegated staked amount in base units.
pendingUnstake string required
The amount that is actively being unstaked.
pendingStake string required
The amount that is actively being staked.
spendableAttributes object
Spendable attributes
rewards string required
The amount of rewards received in base units.
lockedRewards string required
The amout of locked rewards in base units.
apy string required
The reward accrual annual percentage rate. The rate is estimated yearly based on the last 7 days using the 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 the staking wallet was modified.
page integer required
The page number for paging purposes.
totalPages integer required
The total number of pages for paging purposes.
totalElements integer required
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

500 Response

error string
errorName string
reqId string
context object