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

Claiming Matched Proceeds

export TOKEN_ADDRESS=<token_to_claim>
export AMOUNT_TO_CLAIM=<amount_in_wei>

starkli invoke \
  <DEX_ADDRESS> \
  claim \
  $TOKEN_ADDRESS \
  $AMOUNT_TO_CLAIM
  • Withdraw proceeds from filled orders. You can pass a large number to claim the maximum.

PreviousRemoving (Canceling) an OrderNextClaiming Fees (For Contract Owner)

Last updated 4 months ago