The new 'cancelReplace'
endpoint seems to produce strange results.
I keep getting the same HTML error message for all choices of parameters:
<html><body><h2>404 Not found</h2></body></html>
Any other endpoint error looks different like this:
{
code: -1102,
msg: "Param 'origClientOrderId' or 'orderId' must be sent, but both were empty/null!"
}
Does this indicate any bugs with the ‘cancelReplace’ endpoint?
Did anyone manage to use that endpoint successfully?