Skip to main content
All CollectionsLimit Orders
Can I cancel a limit order?
Can I cancel a limit order?

Limit orders can be canceled if the order has not been completely filled.

J
Written by James
Updated over a week ago

If you wish to cancel your limit order, you must head to the ‘Active Orders’ section to see your current Limit Orders. Afterward, you can select to cancel one or all of your open limit orders.


Limit Orders can also be canceled using the corresponding chain explorer, interacting directly with the Augustus RFQ smart contract. To do so, please follow these steps:

  1. Get your OrderHash from the following API endpoint:
    https://api.paraswap.io/ft/orders/[input CHAIN ID]/maker/[input your address]
    Tip: you can get the Chain ID from ChainList.org

  2. Head to the corresponding Augustus RFQ contract explorer, which you can get from the ParaSwap Developers Doc

  3. Go to the Contract -> Write Contract Tab and connect your Wallet to the Chain Explorer.

  4. Use the Method Cancel Order and input the OrderHash of the Limit Order you wish to cancel.

  5. Click the Write button, sign, and submit the transaction on-chain.

Please note that canceling a limit order implies submitting an on-chain transaction which incurs in paying gas transaction fees.

Did this answer your question?