---
title: "Staking rewards for a wallet"
method: GET
path: "/wallets/{walletId}/staking/rewards"
tags: ["Wallets"]
---

# Staking rewards for a wallet

`GET /wallets/{walletId}/staking/rewards`

Permissions required: **Read vault activity**


Get wallet rewards details for the specified `walletId`.

## Path parameters

- `walletId` string, required

## Query parameters

- `startDate` string, date
- `endDate` string, date
- `afterId` string
- `limit` integer

## Response `200`

Wallet rewards info for the specified wallet

- WalletRewardsResponse
  - `data` WalletRewardsDetails[], required
    - `assetType` string, required — A string representing a type of crypto-asset, which usually corresponds to the crypto asset's ticker symbol. Use `/asset-types` to list all of the supported asset types for your organization.
    - `referenceDate` string, date, required — The reference date of the reward
    - `rewardAmount` string, required — The numeric value of this amount, excluding units
    - `rewardType` 'UNCLAIMED' | 'CLAIMED', required — The numeric value of this amount, excluding units
  - `page` Page, required — Pagination info
    - `next` string, nullable — URL to use to query for the next page or null if no additional results are available

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference.md) · [All operations](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anchorage/anchorage-digital-api-reference/versions/166864b1ec6d/schema)
