Kucoin / kucoin-python-sdk

MIT License
40 stars 11 forks source link

Margin order cannot add remarks #88

Open jaythequant opened 1 year ago

jaythequant commented 1 year ago

When placing a margin order using the POST /api/v1/margin/order, the remark argument does not have any effect. I have found this to be true in a library I am developing, CCXT, this SDK and several other wrappers. As such, I believe remarks are simply not supported by the current margin order endpoint on KuCoin's server side. Remarks are listed as a parameter option in the official documentation and remarks do work for spot trade orders.

Can your team confirm whether remarks are intended to be supported? If remarks are not supported for margin trading, is there any intention to add them? Remarks substantially simplify my algorithm's order flow and reduce significantly REST API calls required.

Thank you.

SirBricksALot commented 1 year ago

Same issue here for a long time but glad I found your post. Was able to add remarks for Trade account at least. Hope they fix this for margin someday :/

quantokenizer commented 7 months ago

I can confirm this is still an issue with margin orders. The remark feature works for stop orders at least.