Tutorial: Closing Orders
Last updated
Last updated
To close an order from the order book, a user must be connected to the wallet that created the order.
Finding a Single Open Order to Cancel [JavaScript]
If you do not have the order that you want to cancel, you can find all open orders under your wallet address by calling the internal method below. From there, cancelling an order is as simple as finding the specific order you would like to cancel, attaching your wallet to the order under the wallet
property, and passing it into the closeOrder
function.
This process is demonstrated in the example below.
Cancelling All Existing Orders [JavaScript]