core.ping ========= Respond to WebSocket ping frames with "pong". This endpoint can be used to keep connections alive as outlined in the WebSocket specification. It does not require authentication but is rate limited to prevent abuse. Returns: str: Always returns "pong" .. raw:: html
"pong"