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.

Last updated