---
title: "Feature activation status"
method: GET
path: "/activation/status"
tags: ["activation"]
---

# Feature activation status

`GET /activation/status`

Activation statuses of [blockchain features](https://docs.waves.tech/en/waves-node/features/)

## Response `200`

successful operation

- object
  - `height` integer, required
  - `votingInterval` integer, required — Voting period length in blocks
  - `votingThreshold` integer, required — Number of blocks that support a feature to approve it
  - `nextCheck` integer, required — Next height to calculate feature statuses
  - `features` object[], required
    - `id` integer, required — Feature ID
    - `description` string, required
    - `blockchainStatus` 'VOTING' | 'APPROVED' | 'ACTIVATED', required — Feature status
    - `nodeStatus` 'NOT_IMPLEMENTED' | 'IMPLEMENTED' | 'VOTED', required — Support for the feature on the node
    - `activationHeight` integer
    - `supportingBlocks` integer — Number of blocks that support for the feature

## Changes

- **2021-10-29** `b7734edf6ea8` — 1 breaking, 1 info
  - the `height` response's property type/format changed from `integer`/`int32` to ``/`` for status `200`
  - added `#/components/schemas/Height` to the `height` response property `allOf` list for the response status `200`
- **2021-05-27** `c901f97e3a8d` — 1 breaking, 1 info
  - the `height` response's property type/format changed from ``/`` to `integer`/`int32` for status `200`
  - removed `#/components/schemas/Height` from the `height` response property `allOf` list for the response status `200`

[Change history](https://skmtc.dev/wavesplatform/apis/waves-full-node-chainid/changes/activation/status/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)
