---
title: "POST /get_activated_protocol_features"
method: POST
path: "/get_activated_protocol_features"
---

# POST /get_activated_protocol_features

`POST /get_activated_protocol_features`

Retreives the activated protocol features for producer node

## Request body

- object
  - `lower_bound` integer — Lower bound
  - `upper_bound` integer — Upper bound
  - `limit` integer — The limit, default is 10
  - `search_by_block_num` boolean — Flag to indicate it is has to search by block number
  - `reverse` boolean — Flag to indicate it has to search in reverse

## Response `200`

OK

- object — Returns activated protocol features
  - `activated_protocol_features` string[], required — Variant type, an array of strings with the activated protocol features
  - `more` integer — In case there's more activated protocol features than the input parameter `limit` requested, returns the ordinal of the next activated protocol feature which was not returned, otherwise zero.

---

[API](https://skmtc.net/worldwide-asset-exchange/apis/chain-api.md) · [All operations](https://skmtc.net/worldwide-asset-exchange/apis/chain-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/worldwide-asset-exchange/chain-api/versions/5bfa22186461/schema)
