PUB wss://ws.aevo.xyz
Sends a ping to the server.
REQUEST
RESPONSE
|
|
Example
{
"id": 1,
"op": "ping"
}
RESPONSE
|
data.success boolean required True if ping is successful. |
data.timestamp string required
Timestamp in UNIX timestamp in nanoseconds. Eg. |
Example
{
"id": 1,
"data": {
"success": true,
"timestamp": "1673436052887313432"
}
}