Skip to content

Keep-alive (ping/pong)#

WS wss://api.pro.anboto.xyz/api/v2/ws

Keep-alive channel for maintaining WebSocket connection

Authenticate the connection with a listenKey — see WebSocket.

Responses#

pong Reply to every server ping; idle 5 min → close 1001
{
  "topic": "ping"
}
{
  "topic": "pong"
}