Catalog
Browse and search marketplace catalog items
Retrieves the marketplace catalog with items available for browsing and purchase. Supports filtering by category, price range, and various item attributes. Authentication is optional but recommended for personalized results.
Note: Consider using /v2/catalog for enhanced features and performance.
Pagination: Uses first and skip parameters.
This endpoint shares all the same filter parameters as /v1/items, plus catalog-specific options.
Signed fetch authentication using decentraland-crypto-middleware with metadata validation (ADR-44l). Requires auth chain headers (x-identity, x-signature, x-timestamp) for signature validation. See http://adr.decentraland.org/adr/ADR-44l for details.
Maximum number of items to return (default: 20)
20Example: 10Number of items to skip for pagination (default: 0)
0Example: 0Sort results by specified criteria
cheapestPossible values: Sort direction
ascPossible values: Show only items with active listings
Show only items available for minting
Filter by NFT category
Filter by creator wallet address(es). Can be repeated.
Filter by sold out status
Filter by whether item is currently on sale
Text search across item names and descriptions
Filter for head wearables only
Filter for accessory wearables only
Filter for smart wearables only
Filter by specific wearable category
Filter by emote category
Filter for emotes with geometry/props
Filter for emotes with sound
Filter by collection contract address(es). Can be repeated.
Filter by specific item ID within a collection
Filter by blockchain network
Minimum price filter in ETH/MATIC
Maximum price filter in ETH/MATIC
Filter by item URN(s). Can be repeated.
Filter by item ID(s). Can be repeated.
Marketplace catalog
Bad request
Internal server error
Retrieves the marketplace catalog with enhanced filtering and sorting capabilities.
Supports comprehensive filtering by:
Categories (wearables, emotes)
Price ranges and sorting
Rarities and creator addresses
Wearable-specific filters (gender, category, accessories, smart wearables)
Emote-specific filters (category, play mode, sound, geometry)
Text search across item names and descriptions
Pagination: Uses first and skip parameters.
Authentication is optional but may provide personalized results and user-specific data.
This endpoint accepts all the same parameters as /v1/catalog.
Signed fetch authentication using decentraland-crypto-middleware with metadata validation (ADR-44l). Requires auth chain headers (x-identity, x-signature, x-timestamp) for signature validation. See http://adr.decentraland.org/adr/ADR-44l for details.
Maximum number of items to return (default: 20)
20Example: 10Number of items to skip for pagination (default: 0)
0Example: 0Sort results by specified criteria
cheapestPossible values: Sort direction
ascPossible values: Show only items with active listings
Show only items available for minting
Filter by NFT category
Filter by creator wallet address(es). Can be repeated.
Filter by sold out status
Filter by whether item is currently on sale
Text search across item names and descriptions
Filter for head wearables only
Filter for accessory wearables only
Filter for smart wearables only
Filter by specific wearable category
Filter by emote category
Filter for emotes with geometry/props
Filter for emotes with sound
Filter by collection contract address(es). Can be repeated.
Filter by specific item ID within a collection
Filter by blockchain network
Minimum price filter in ETH/MATIC
Maximum price filter in ETH/MATIC
Filter by item URN(s). Can be repeated.
Filter by item ID(s). Can be repeated.
Marketplace catalog v2
Bad request
Internal server error
Last updated