Open arboleya opened 2 years ago
@Torres-ssf Do you see any complications regarding this issue?
@arboleya I reckon these props should be optional, I'm almost sure not all exchanges are providing this info
In this case, we'll need also to start handling the related errors when placing orders:
minTradeAmount
maxTradeAmount
cc @nosleepfilipe
Other errors that should ideally be handled on the place order:
INVALID_ORDER_QTY
INVALID_LEAVES_QTY
We need to add to new properties on the market schema:
minTradeAmount
(*)maxTradeAmount
These properties will require minor parsing adjustments on the market parser for all exchanges:
The ongoing PRs for
OKX
andHuobi
must also implement this.