Closed AlexShashkov closed 2 months ago
Turned out I cant open order with more than 500 USDT specifically for that symbol. Is there any way to check that in the future?
maxOrderQty
maxMktOrderQty
postOnlyMaxOrderQty
https://bybit-exchange.github.io/docs/v5/market/instrument
Stumbled upon strange exception while my bot was trading symbol ZKFUSDT on USDT perpetual, market price
It managed to open short on $13 out of given $750 (75 margin, lever 10, market price - 0.000930, amount - 13,940), but then immediately strarted throwing exceptions:
And Im very confused with it. I tried looking up about max_qty and what exactly happened, but couldnt find anything. Also tried to find how to get contract size to calculate if my current ZKFUSDT contract amounts are below limits, but failed too.