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

status

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)

buy 10000 sats at price 10 usdt
sell 10000 sats at price 10 usdt

Check Orders' Status

Show the status of all system orders of a specific token.

show all system orders of (token)

show all system orders of sats

show all system ('buy' or 'sell') orders of (token)

show all system buy orders of sats
show all system sell orders of sats

Show the status of all user's orders

show all my orders

show all my ('buy' or 'sell' or 'history') orders

show all my buy orders
show all my sell orders
show all my history orders

Take Order

Take a single order from current buy or sell listings on the Marketplace

take order (order id)

take order 11112

Take multiple orders

take order (order id); take order (order id)

take order 11113; take order 11115

Cancel Order

User can cancel their order that is currently still listed on the Marketplace.

cancel order (order id)

cancel order 11112

They can also cancel multiple orders

cancel order (order id); cancel order (order id)

cancel order 11113; cancel order 11114

Last updated