---
title: "Node Staking rewards"
method: GET
path: "/node_rewards"
---

# Node Staking rewards

`GET /node_rewards`

Get taking reward for a node operator for a given time

## Query parameters

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

## Response `200`

Responses for GET /node_rewards

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

---

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