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.
Last updated
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.
Last updated