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

Checking Market Status

starkli call \
  <DEX_ADDRESS> \
  get_trading_status <MARKET_ID>
  • Returns true or false if the market exists, or None if not found.

PreviousHow to InteractNextOpening a New Order

Last updated 4 months ago