wss://honeycluster.iofeatureReturns information about amendments (protocol features), including whether they are enabled, supported, or vetoed.
{
"result": {
"features": {
"42426C4D4F1009EE67080A9B7965B44656D7714D104A72F9B4369F97ABF044EE": {
"enabled": true,
"name": "FeeEscalation",
"supported": true,
"vetoed": false
}
}
},
"status": "success",
"type": "response",
"id": 1
}| Field | Type | Description |
|---|---|---|
commandrequired | string | WebSocket command name |
id | object | Client-supplied identifier to correlate requests with responses. |
feature | string | The 256-bit amendment hash to look up. If omitted, returns all known amendments. |
api_version | object | API version for the response format. Version 2 is the default for rippled 2.0+. |
{
"command": "feature",
"id": 1
}| Field | Type | Description |
|---|---|---|
result | object | |
status | enum<string> | Available successerror |
type | string | |
id | stringnumber | Echo of the client-provided correlation ID |
{
"result": {
"features": {
"42426C4D4F1009EE67080A9B7965B44656D7714D104A72F9B4369F97ABF044EE": {
"enabled": true,
"name": "FeeEscalation",
"supported": true,
"vetoed": false
}
}
},
"status": "success",
"type": "response",
"id": 1
}