---
title: "Wallet Rewards"
method: GET
path: "/v1/wallets/{walletId}/rewards"
tags: ["Rewards"]
---

# Wallet Rewards

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

Returns a wallet's earn positions (master-level), aggregated per strategy, with live balance, APY, deposited principal, and earnings (today / week / lifetime).

Provide `assetId` to return a single asset's position instead of the full list.

### Query Parameters

| Key | Required | Type | Description |
| --- | --- | --- | --- |
| addressId | false | string (UUID) | Scope to a sub-address. Omit to target the master wallet. |
| assetId | false | string (UUID) | Return only this asset's position. |

## Query parameters

- `addressId` string
- `assetId` string

## Response `200`

OK

- object

---

[API](https://skmtc.net/blockradar/apis/blockradar-documentation.md) · [All operations](https://skmtc.net/blockradar/apis/blockradar-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockradar/blockradar-documentation/versions/97f95b4cfc0d/schema)
