Hi @akash_hingrajiya, The phpkiteconnect client doesn't offer websockets. You will have to use kiteconnectjs. You may also implement your own websocket client using the documentation. Please do note that the data is received in the binary format which needs to be parsed into the meaningful text.
The phpkiteconnect client doesn't offer websockets. You will have to use kiteconnectjs.
You may also implement your own websocket client using the documentation.
Please do note that the data is received in the binary format which needs to be parsed into the meaningful text.