- Precision is over the maximum defined for this asset!
Why can’t i open position with more precision? Binance site allow it but with api, i think there are some restrictions. Is there any way to avoid this?
params = {
'symbol': 'BTCUSDT',
'side': 'BUY',
'type': 'LIMIT',
'timeInForce': 'GTC',
'quantity': 0.0156,
'price': 66217
}
response = client.new_order(**params)