Heartbeat message for Websocket connection?

Normally websocket connections require a heartbeat message to be sent by client every N seconds.

  • Does Fyers websocket also needs it?
  • What is the format of heartbeat message? Is it just the word “ping”?
  • How frequently should the client send the heartbeat message?
  • If heartbeat is needed, please update the documentation.

Hey @pritesh.mhatre.03485bjp

Please find the docs , the details regarding ping is mentioned

https://myapi.fyers.in/docsv3

Thanks, it seems I missed it in the docs.

It looks like the fyers api already does this ping pong.. no further coding required on client code. Can any one confirm this.