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
First thing to note: For placing an order we use the wallet set on the API. For closing an order we use the wallet set on the order. Why can't we use the wallet set on the API for closing an order?
Right now, the process for finding and cancelling an order can be done in many ways. A rough example below:
ℹ Overview
Order Execution for placing an order:
Order execution for closing an order:
First thing to note: For placing an order we use the wallet set on the API. For closing an order we use the wallet set on the order. Why can't we use the wallet set on the API for closing an order?
Right now, the process for finding and cancelling an order can be done in many ways. A rough example below:
For easier to use canceling we should:
order.wallet
The text was updated successfully, but these errors were encountered: