Retreives the activated protocol features for producer node
Defines the filters to retreive the protocol features by
Returns activated protocol features
POST /v1/chain/get_activated_protocol_features HTTP/1.1 Host: eos.nownodes.io Content-Type: application/json Accept: */* Content-Length: 96 { "params": { "lower_bound": 1, "upper_bound": 1, "limit": 1, "search_by_block_num": true, "reverse": true } }
OK
{ "activated_protocol_features": [ "text" ], "more": 1 }