Create_limit_order of liquid always raised exceptions like "quantity": ["less_than_order_size"], but other exchanges works well. I did not change my code, so I guess something went wrong in CCXT ...
I'm trying to create a stoplimit trailing buy order on phemex. My goal is to make my bot create this order .05 below current bid. phemex.create_order(symbol = 'ETH/USD', type = 'StopLimit', side = ...