Is it possible to subscribe to product information stream (tick size, qty increment etc) via the websocket API?
If not, how will we know when the product information has changed? We cannot keep making REST request every 5 seconds. Any orders sent between the 5 seconds could have wrong price/quantity.
Hello, sorry for the confusing past comment. What I meant is based on the available streams at the moment, you can see that that’s not retrievable via websocket.
Or you could catch error from Binance if the order fails because of filter failures (https://binance-docs.github.io/apidocs/spot/en/#filters) and do a new request to exchangeInfo endpoint to adapt to the new rules.