PATCH/v2/orders/{order_id}

Is it possible to use PATCH/v2/orders/{order_id} to change the type from “limit” to “market” ?
Thank you
Frank

1 Like

this would be nice. i need it right now and just discovered i cannot completely replace an order.

id suggest a “replace” order type where you simply share an existing orderid and then the details/parameters of the new order that completely replace it.

this is needed and will save api calls. patch feels like it is currently half-implemented as you can only update a limited amount of things if the types are the same.