-
Notifications
You must be signed in to change notification settings - Fork 31
order conclude Command Guide
Enrico Rubboli edited this page Apr 10, 2026
·
1 revision
Conclude an order, withdrawing the accumulated "asked" amount and any remaining "given" amount.
The conclude key for the order must be owned by the selected account.
order-conclude <ORDER_ID> [OUTPUT_ADDRESS]
-
<ORDER_ID>: The id of the order to conclude. -
[OUTPUT_ADDRESS]: (Optional) The address to receive the accumulated asked amount and any remaining given amount. If not specified, a new receive address is generated automatically.
If the order is being actively filled, concluding may fail due to transaction conflicts. In that case, freeze the order first with order-freeze, wait for the freeze to confirm, then conclude.
-
order-freeze: Freeze an order before concluding if it is actively being filled. -
order-create: Create an order. -
order-list-own: List orders whose conclude key you own.
- Home
- Installing Mintlayer
- Upgrade Mintlayer
- Node
- Addresses
- Wallet CLI
- Wallet RPC
- API
- Advanced Tools
- Guides
- CHANGELOG