Documentation for the term "price/stopPrice" in Filter-Endpoints

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?

Correct

@aisling The https://github.com/binance/binance-spot-api-docs/blob/master/rest-api.md#percent_price only uses the price (= limitPrice) in its formula (and its description), so I guess hat for “percent_price” only the limitPrice (and not the stopPrice) is used, am I right?