Hi , Suppose I have placed a buy limit order If there is no seller or best sell price is present in the market for placed buy price then what will happened ?
Would placed order be in pending state ? If yes then how will application get the trade response after price meet .
If a LIMIT order is not executed or partially executed then the status will be OPEN and once there is a trade on the order, you will receive an update on Websockets API and postbacks. You can use that as an event and fetch orderbook to check the latest status and filled quantity.
As i can see mentioned document - For individual developers, Postbacks over WebSocket is recommended, where, orders placed for a particular user anywhere, for instance, web, mobile, or desktop platforms, are sent.
For individual developers, Postbacks over WebSocket is recommended, where, orders placed for a particular user anywhere, for instance, web, mobile, or desktop platforms, are sent. As mentioned in document , With the implementation of Ticker only i can get the postbacks update right ?
You can use that as an event and fetch orderbook to check the latest status and filled quantity.
Please send me any docs or link .
For individual developers, Postbacks over WebSocket is recommended, where, orders placed for a particular user anywhere, for instance, web, mobile, or desktop platforms, are sent.
but no info about web socket url connection