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.
WWhYB2qrsx
(Inactive Member)
2
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.
HY38iLH06K
(Inactive Member)
4
It looks like the fyers api already does this ping pong.. no further coding required on client code. Can any one confirm this.