T. Todua
T. Todua
PR ready, unrelated failures
we are also going to make an important upgrade in ccxt in near future, namely for native subscriptions/unsubscriptions. you can watch ccxt announcements channel: https://discord.com/channels/690203284119617602/1057748769690619984 or in telegram https://t.me/ccxt_announcements
as mentioned here: https://docs.ccxt.com/#/README?id=canceling-orders it returns an array (where the failed orders would have .status = failed/rejected etc).
old topic, but still relevant issue. so, i'll post a comment: even though that would be good to be fixed, unfortunately, I think this might be wontfix, because different exchanges...
@kroitor I think it's ready for your review. Notes: - createOrder, cancelAllOrders & withdraw functionalities need STARK involvement, so I've not enabled 'true' for those functions, even though I've did...
I'm adding a temporary comment, for them who want to use `dydx` at this moment. As the PR is not merged (because of the below issues), I'll list the steps...
> Should [this PR](https://github.com/ccxt/ccxt/pull/9295) be closed? yes, but i think it will be closed together with this one, idk. @kroitor ?
@nomad5am @trahn you should ping @sc0Vu as he has almost completed the work.
> Could add support for the `stopPrice` param in `createOrder` or add these to has > > ``` > "createStopOrder": false, > "createStopLimitOrder": false, > "createStopMarketOrder": false, > ``` yeah,...
related: https://github.com/ccxt/ccxt/pull/8239