---
title: "Delegated staking rewards"
method: GET
path: "/rewards"
---

# Delegated staking rewards

`GET /rewards`

Get delegated staking reward for a user for a given time

## Query parameters

- `user` string, required
- `from` string, required
- `to` string, required
- `offset` integer

## Response `200`

Responses for GET /rewards

- object
  - `events` object[]
    - `nodeid` string
    - `delegatorid` string
    - `block_height` integer
    - `amount` integer
    - `address` string, string
    - `timestamp` string, date-string

## Changes

- **2023-12-14** `6679e66f8f6e` — 1 info
  - endpoint added
- **2023-10-20** `15aa25d6cb5c` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/findonflow/apis/findlabs-historical-api/changes/rewards/get.md)

---

[API](https://skmtc.dev/findonflow/apis/findlabs-historical-api.md) · [All operations](https://skmtc.dev/findonflow/apis/findlabs-historical-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/findonflow/findlabs-historical-api/revisions/a61498518a44/schema)
