NFTs
Query and manage NFTs including wearables, emotes, and LAND
Retrieves NFTs from the Decentraland marketplace with comprehensive filtering capabilities.
Supports multiple NFT types:
Wearables (clothing, accessories)
LAND parcels and Estates
ENS names
Emotes
Advanced filtering options:
Ownership and sale/rental status
Categories and search text
Price ranges (min/max)
LAND-specific: distance to plaza, adjacent to roads, estate size
Rental status and rental days for LAND parcels
Wearable filters: category, gender, head/accessory/smart types
Emote filters: category, play mode, sound, geometry
Network selection (Ethereum mainnet, Polygon)
Sort by: name, newest, recently listed/sold, cheapest, rental metrics
Pagination: Uses first and skip parameters (NOT limit/offset).
Authentication is optional but provides access to user-specific data like favorites.
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 NFTs to return (default: 100)
100Example: 10Number of NFTs to skip for pagination (default: 0)
0Example: 0Sort results by specified criteria
newestPossible values: Filter by NFT category
wearablePossible values: Filter by owner wallet address
0x1234567890abcdef1234567890abcdef12345678Filter by whether NFT is currently on sale
trueFilter by whether NFT (LAND) is available for rent
Text search across NFT names and descriptions
genesisFilter for LAND parcels and estates only
Filter 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.
Filter by creator wallet address(es). Can be repeated.
Filter by specific token ID
Filter by specific item ID within a collection
Filter by blockchain network
MATICPossible values: Filter for LAND parcels adjacent to roads
Minimum distance to plaza (for LAND filtering)
Maximum distance to plaza (for LAND filtering)
Filter by tenant wallet address (for rented LAND)
Minimum price filter in ETH/MATIC (e.g., "0.1")
0.1Maximum price filter in ETH/MATIC (e.g., "100")
100Minimum estate size (number of parcels)
Maximum estate size (number of parcels)
Filter by rental period in days. Can be repeated.
List of NFTs with total count
Bad request - invalid parameters
Last updated