I have the following question:
According to binance/binance-spot-api-docs/blob/master/rest-api.md#price_filter:
minPrice defines the minimum price/stopPrice allowed; disabled on minPrice == 0
Does the term “price/stopPrice” mean that the “price_filter” is for both, the limitPrice AND the stopPrice? So for example, when having a “stop-limit-order”, then the “price_filter” checks that both the limitPrice AND the stopPrice is higher than minPrice. And the term “price” is the same as the limitPrice. Am I right?