ccapi icon indicating copy to clipboard operation
ccapi copied to clipboard

binance updates

Open rkyleg opened this issue 2 years ago • 3 comments

add price precision field to binance market data change case for order type field check in binance execution management

rkyleg avatar Jul 11 '22 17:07 rkyleg

I think it is CCAPI_ORDER_PRICE_INCREMENT that you want.

cryptochassis avatar Jul 13 '22 05:07 cryptochassis

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.

rkyleg avatar Jul 23 '22 03:07 rkyleg

Based on my understanding of Binance's API, order prices should be round based on tick size rather than quoteAssetPrecision.

cryptochassis avatar Aug 08 '22 17:08 cryptochassis