---
title: "Current reward status"
method: GET
path: "/blockchain/rewards"
tags: ["blockchain"]
---

# Current reward status

`GET /blockchain/rewards`

Get current status of block reward

## Response `200`

successful operation

- RewardStatus
  - `height` integer, required
  - `totalWavesAmount` integer, required
  - `currentReward` integer, required
  - `minIncrement` integer, required
  - `term` integer, required
  - `nextCheck` integer, required
  - `votingIntervalStart` integer, required
  - `votingInterval` integer, required
  - `votingThreshold` integer, required
  - `votes` object, required
    - `increase` integer, required
    - `decrease` integer, required
  - `daoAddress` string
  - `xtnBuybackAddress` string

## Changes

> 36 revisions in range; 1 could not be searched.

- **2023-06-07** `20422bf4ff5a` — 4 info
  - added the optional property `daoAddress` to the response with the `200` status (media type: application/json)
  - added the optional property `daoAddress` to the response with the `200` status (media type: application/json;large-significand-format=string)
  - added the optional property `xtnBuybackAddress` to the response with the `200` status (media type: application/json)
  - added the optional property `xtnBuybackAddress` to the response with the `200` status (media type: application/json;large-significand-format=string)
- **2023-03-23** `26c5120a809c` — 1 info
  - added the media type `application/json;large-significand-format=string` for the response with the status `200`
- **2021-05-27** `c901f97e3a8d` — 1 breaking, 2 warning
  - removed the media type `application/json;large-significand-format=string` for the response with the status `200`
  - removed the optional property `daoAddress` from the response with the `200` status
  - removed the optional property `xtnBuybackAddress` from the response with the `200` status

[Change history](https://skmtc.dev/wavesplatform/apis/waves-full-node-chainid/changes/blockchain/rewards/get.md)

---

[API](https://skmtc.dev/wavesplatform/apis/waves-full-node-chainid.md) · [All operations](https://skmtc.dev/wavesplatform/apis/waves-full-node-chainid/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wavesplatform/waves-full-node-chainid/revisions/09465bcdf6ce/schema)
