Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url wss://api.ondoperps.xyz/ws \ --header 'Content-Type: application/json' \ --data '{ "op": "ping" }'
{ "type": "pong" }
Send {"op": "ping"} to keep the connection alive. The server responds with {"type": "pong"}.
{"op": "ping"}
{"type": "pong"}
Operation type.
ping
"ping"
Pong response
pong