Checking Market Status
starkli call \
<DEX_ADDRESS> \
get_trading_status <MARKET_ID>
Returns
true
orfalse
if the market exists, orNone
if not found.
Last updated
starkli call \
<DEX_ADDRESS> \
get_trading_status <MARKET_ID>
Returns true
or false
if the market exists, or None
if not found.
Last updated