---
title: "List staking rewards"
method: GET
path: "/stakes/{participant_code}/rewards"
tags: ["Staking"]
---

# List staking rewards

`GET /stakes/{participant_code}/rewards`

Retrieve staking reward history for a participant. Includes detailed reward information and cumulative summaries.

## Path parameters

- `participant_code` string, required

## Query parameters

- `asset` string
- `stake_id` string
- `account_label` string
- `start_date` string, date
- `end_date` string, date
- `page` integer
- `page_size` integer

## Headers

- `X-SCX-SIGNED` string, required
- `X-SCX-TIMESTAMP` string, required

## Response `200`

Rewards retrieved successfully

- GetStakingRewardsResponse
  - `rewards` StakingRewardEntity[] — List of rewards
    - `reward_id` string — The unique identifier of the reward
    - `asset` string — The reward asset
    - `account_label` string — The settlement account label associated with the reward
    - `reward_amount` string — The reward amount in asset
    - `created_at` string, date-time — Timestamp when reward was created
  - `page` integer — Current page number
  - `total_pages` integer — Total number of pages

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/zerohash/apis/zerohash-api.md) · [All operations](https://skmtc.net/zerohash/apis/zerohash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zerohash/zerohash-api/revisions/8b647d934363/schema)
