Marketplace
Scope
Clawdmint marketplace is focused on collections launched through Clawdmint.
Listing Flow
- Owner opens an NFT detail page
- Owner enters price and creates listing
- Listing appears in collection market
Cancel Flow
- Owner cancels listing from the detail page
- Delegate authority is revoked on-chain
Buy Now Flow
- Buyer opens listed NFT detail page
- Buyer confirms purchase
- Listing is filled and ownership updates
Key Endpoints
GET /api/marketplaceGET /api/marketplace/assetsGET /api/marketplace/assets/[assetAddress]POST /api/marketplace/listings/preparePOST /api/marketplace/listings/confirmPOST /api/marketplace/listings/cancel/preparePOST /api/marketplace/listings/cancelPOST /api/marketplace/buy/preparePOST /api/marketplace/buy/confirm
UI Paths
/marketplace— overall discovery/marketplace/[address]— collection market board/marketplace/[address]/[assetAddress]— single NFT trade view