I want to create limit orders with the API. Currently, everything works with USD-M Futures pairs.
Now I also want to use COIN-M, but run into problems: for example, for “BTCUSD_PERP” the quantityPrecision
is 0
and the LOT-filter has these values (from “/v1/exchangeInfo”):
{
stepSize: '1',
filterType: 'LOT_SIZE',
maxQty: '1000000',
minQty: '1'
},
minQty: '1'
cannot be correct, right?
I basically want this info I can see here in the UI:
How can I get this information from the API?