RemusDEX Docs
  • Introduction
  • Audit
  • Key Features
  • Architecture & Concepts
  • Contract Addresses
  • How to Interact
    • Checking Market Status
    • Opening a New Order
    • Fetching All User Orders
    • Removing (Canceling) an Order
    • Claiming Matched Proceeds
    • Claiming Fees (For Contract Owner)
    • Viewing the Orderbook
  • IRemusDEX Trait Reference
Powered by GitBook
On this page
  1. How to Interact

Removing (Canceling) an Order

export MAKER_ORDER_ID=<your_order_id>

starkli invoke \
  <DEX_ADDRESS> \
  delete_maker_order \
  $MAKER_ORDER_ID
  • Cancels the order and returns the unfilled amount to you.

PreviousFetching All User OrdersNextClaiming Matched Proceeds

Last updated 4 months ago