Marketplace Commands
Following are the Chat-to-Trade commands for users to use Marketplace on any Nostr frontend clients (eg. Damus, Amethyst, Plebstr & Primal)
Check the Status of the Marketplace
Users can check the summary of all orders on the Marketplace
statusPlace Limit Orders
Users can create new buy or sell listings on the Marketplace for a base token at a specified price.
('buy' or 'sell') (quantity) (base token) at price (quote token)
buy 10000 sats at price 10 usdt
sell 10000 sats at price 10 usdtCheck Orders' Status
Show the status of all system orders of a specific token.
show all system orders of (token)
show all system orders of satsshow all system ('buy' or 'sell') orders of (token)
show all system buy orders of satsshow all system sell orders of satsShow the status of all user's orders
show all my ordersshow all my ('buy' or 'sell' or 'history') orders
show all my buy ordersshow all my sell ordersshow all my history ordersTake Order
Take a single order from current buy or sell listings on the Marketplace
take order (order id)
take order 11112Take multiple orders
take order (order id); take order (order id)
take order 11113; take order 11115Cancel Order
User can cancel their order that is currently still listed on the Marketplace.
cancel order (order id)
cancel order 11112They can also cancel multiple orders
cancel order (order id); cancel order (order id)
cancel order 11113; cancel order 11114Last updated