eg: def on_ticks(ws,ticks):<br />#Pass the tick data to Queue using celery,rq,etc<br />#Using celery delay method here to call helper_method task<br />helper_method.delay(ticks)<b
@xameeramir Seems like issue is because Axios post request by default sends data as JSON payload but Kite API requires it to be `application/x-www-form-urlencoded`. You can check `axios.post` document