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.

Last updated