如何禁用Binance Spot API价格过滤器?

2024-05-14 01:15:11 发布

您现在位置:Python中文网/ 问答频道 /正文

我正在使用Python开发Binance SPOT API。关于资产的符号/价格过滤器,它在文档here中说:

The PRICE_FILTER defines the price rules for a symbol. There are 3 parts:

minPrice defines the minimum price/stopPrice allowed; disabled on minPrice == 0. maxPrice defines the maximum price/stopPrice allowed; disabled on maxPrice == 0. tickSize defines the intervals that a price/stop...; disabled on tickSize == 0.

Any of the above variables can be set to 0, which disables that rule in the price filter.

我找不到有关如何将这些筛选器设置为“0”以禁用的信息。有人知道怎么做吗

最好的


Tags: theapithatonbinance资产priceallowed