ccapi
ccapi copied to clipboard
binance updates
add price precision field to binance market data change case for order type field check in binance execution management
I think it is CCAPI_ORDER_PRICE_INCREMENT that you want.
CCAPI_ORDER_PRICE_INCREMENT seems to be related more to tick size rather than decimal precision of the order price. if i dont round my order prices according to the quoteAssetPrecision returned in the get instruments call, i get the error: Precision is over the maximum defined for this asset.
Based on my understanding of Binance's API, order prices should be round based on tick size rather than quoteAssetPrecision.