Hello, Suppose I have placed Buy SL-M order with trigger some price. Now I want to place two sell order (i.e. Sell Limit Order, Sell SL-M order) when the above buy order is executed. So, how can I identify the order execution?
I have read the documentation related to the Post Back URL. Do you have any sample code in PHP to handle this? Exactly, I need the sample how can I get these values at POST back page.
Hi @sachinstlko09, We don't have PHP example. You can check out python example here. It is just an endpoint which will accept post request and expect data in the body.
You will get postbacks for every executed order. You can check out documentation.
I have read the documentation related to the Post Back URL. Do you have any sample code in PHP to handle this?
Exactly, I need the sample how can I get these values at POST back page.
We don't have PHP example.
You can check out python example here.
It is just an endpoint which will accept post request and expect data in the body.