Items
View marketplace items and collections
Retrieves items from marketplace collections. Items are templates/blueprints for NFTs in collections (e.g., wearable designs, emote templates).
Filter capabilities:
Specific contract address and item ID
Category (wearable, emote)
Creator addresses (multiple allowed)
Sale and sold-out status
Text search by name or description
Price range filtering
Wearable filters: category, gender, head/accessory/smart types
Emote filters: category, play mode, sound, geometry
Network selection (Ethereum, Polygon)
URN and ID filtering
Pagination: Uses first and skip parameters (NOT limit/offset).
Authentication is optional but may provide personalized results including pick statistics.
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: 100)
100Example: 10Number of items to skip for pagination (default: 0)
0Example: 0Filter by NFT category
wearablePossible values: Filter by creator wallet address(es). Can be repeated for multiple creators.
["0x1234567890abcdef1234567890abcdef12345678"]Filter by sold out status
falseFilter by whether item is currently on sale
trueText search across item names and descriptions
cyberpunkFilter for head wearables only
Filter for accessory wearables only
Filter for smart wearables only
Filter by specific wearable category
upper_bodyPossible values: Filter by emote category
dancePossible values: Filter for emotes with geometry/props
Filter for emotes with sound
Filter by collection contract address(es). Can be repeated.
["0x1234567890abcdef1234567890abcdef12345678"]Filter by specific item ID within a collection
0Filter by blockchain network
MATICPossible values: Minimum price filter in ETH/MATIC (e.g., "0.1")
0.1Maximum price filter in ETH/MATIC (e.g., "100")
100Filter by item URN(s). Can be repeated.
Filter by item ID(s). Can be repeated.
List of items with total count
Bad request - invalid parameters
Last updated