wss://honeycluster.iopingTests connectivity to the server. The server should respond immediately. Useful for health checks and latency measurement.
{
"result": {},
"status": "success",
"type": "response",
"id": 1
}| Field | Type | Description |
|---|---|---|
commandrequired | string | WebSocket command name |
id | object | Client-supplied identifier to correlate requests with responses. |
api_version | object | API version for the response format. Version 2 is the default for rippled 2.0+. |
{
"command": "ping",
"id": 1
}| Field | Type | Description |
|---|---|---|
result | object | |
status | enum<string> | Available successerror |
type | string | |
id | stringnumber | Echo of the client-provided correlation ID |
{
"result": {},
"status": "success",
"type": "response",
"id": 1
}