Users
User-owned assets including wearables, emotes, names, and lands
Retrieves all on-chain wearables owned by a specific Ethereum address. Supports pagination, filtering by category/rarity/name, and sorting. Optionally includes definitions or entity metadata.
Ethereum address (0x-prefixed)
0x1234567890abcdef1234567890abcdef12345678Pattern: ^0x[a-fA-F0-9]{40}$Page number (1-indexed)
1Number of items per page (max 1000)
100Filter by category (can be specified multiple times)
Filter by rarity
Filter by name (case-insensitive substring match)
Sort field
rarityPossible values: Sort direction
DESCPossible values: Include item definitions in response
falseInclude entity metadata in response (cannot be used with includeDefinitions)
falseList of user's wearables
Bad request - Invalid parameters
Retrieves all on-chain emotes owned by a specific Ethereum address. Supports pagination, filtering by category/rarity/name, and sorting. Optionally includes definitions or entity metadata.
Ethereum address (0x-prefixed)
0x1234567890abcdef1234567890abcdef12345678Pattern: ^0x[a-fA-F0-9]{40}$Page number (1-indexed)
1Number of items per page (max 1000)
100Filter by category (can be specified multiple times)
Filter by rarity
Filter by name (case-insensitive substring match)
Sort field
rarityPossible values: Sort direction
DESCPossible values: Include item definitions in response
falseInclude entity metadata in response (cannot be used with includeDefinitions)
falseList of user's emotes
Bad request - Invalid parameters
Retrieves all Decentraland names (ENS-like) owned by a specific Ethereum address
Ethereum address (0x-prefixed)
0x1234567890abcdef1234567890abcdef12345678Pattern: ^0x[a-fA-F0-9]{40}$Page number (1-indexed)
1Number of items per page (max 1000)
100List of user's names
List of user's names
Retrieves all LAND and Estate NFTs owned by a specific Ethereum address
Ethereum address (0x-prefixed)
0x1234567890abcdef1234567890abcdef12345678Pattern: ^0x[a-fA-F0-9]{40}$Page number (1-indexed)
1Number of items per page (max 1000)
100List of user's lands
List of user's lands
Last updated