v1

latestOpenAPI 3.0.02026-08-04134348905.1 KB
Wallets

Staking rewards for a wallet

Permissions required: Read vault activity

Get wallet rewards details for the specified walletId.

get/wallets/{walletId}/staking/rewards

Path parameters

walletIdstring required

An ID uniquely identifying an Anchorage Digital wallet

Query parameters

startDatestring date

The start date (inclusive) in YYYY-MM-DD format. The earliest valid start date is '2017-01-01`. Dates are always in UTC RFC 3339 'full-date'.

endDatestring date

The end date (inclusive) in YYYY-MM-DD format. The latest valid end date is the current date. Dates are always in UTC RFC 3339 'full-date'.

afterIdstring

When paginating this is used to provide the starting point for the page to fetch (retrieved from the previous response body)

limitinteger

Maximum number of results to return per query

Response

Wallet rewards info for the specified wallet

Example response

{
  "data": [
    {
      "assetType": "ETH",
      "rewardAmount": "0.021",
      "rewardType": "UNCLAIMED",
      "referenceDate": "2024-08-10"
    }
  ],
  "page": {
    "next": "<next page url>"
  }
}