Marketplace Commands
Following are the Chat-to-Trade commands for users to use Marketplace on any Nostr frontend clients (eg. Damus, Amethyst, Plebstr & Primal)
Developers have the flexibility to build upon Nostr Assets Daemon for their own customized Marketplaces, which includes creating their own set of commands for users.
Check the Status of the Marketplace
Users can check the summary of all orders on the Marketplace
Place 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)
Check Orders' Status
Show the status of all system orders of a specific token.
show all system orders of (token)
show all system ('buy' or 'sell') orders of (token)
Show the status of all user's orders
show all my ('buy' or 'sell' or 'history') orders
Take Order
Take a single order from current buy or sell listings on the Marketplace
take order (order id)
Take multiple orders
take order (order id); take order (order id)
Cancel Order
User can cancel their order that is currently still listed on the Marketplace.
cancel order (order id)
They can also cancel multiple orders
cancel order (order id); cancel order (order id)
Last updated