You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m using 2 instructions to update an order price: CancelOrderByClientIdV2 and NewOrderV3 where Client Order ID is a constant. For some reason, sometimes I get the OrderNotFound error for the first instruction, and then, after trying to execute this transaction several times, it finally goes through. Does anybody know why it happens? Is it possible to prevent those errors somehow?
The text was updated successfully, but these errors were encountered:
I’m using 2 instructions to update an order price:
CancelOrderByClientIdV2
andNewOrderV3
where Client Order ID is a constant. For some reason, sometimes I get theOrderNotFound
error for the first instruction, and then, after trying to execute this transaction several times, it finally goes through. Does anybody know why it happens? Is it possible to prevent those errors somehow?The text was updated successfully, but these errors were encountered: