Get supported protocol features
Retreives supported protocol features for producer node
Body
Responses
200
OK
application/json
Responsestring[]
Variant type, an array of strings with the supported protocol features
post
POST /v1/producer/get_supported_protocol_features HTTP/1.1
Host: eos.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 65
{
"params": {
"exclude_disabled": true,
"exclude_unactivatable": true
}
}
200
OK
[
"text"
]