Postback API vs Websockets

MW5790
If my use case is to purely act upon execution of an order (position entry) should I use the Postback API or use websockets ?
can someone please explain with small example
  • rakeshr
    @MW5790
    Yeah, you can use Websocket postback APIs to get order update status(including order completed).
    Ex. You can execute the required use case post receiving COMPLETED order status from postback.
Sign In or Register to comment.