Internal
Internal endpoints for explorer and other services
Internal endpoint that combines base wearables, on-chain wearables, and third-party wearables in a single response. Used by the Decentraland Explorer.
Path parameters
addressstringRequiredExample:
Ethereum address (0x-prefixed)
0x1234567890abcdef1234567890abcdef12345678Pattern: ^0x[a-fA-F0-9]{40}$Query parameters
pageNuminteger · min: 1OptionalDefault:
Page number (1-indexed)
1pageSizeinteger · min: 1 · max: 1000OptionalDefault:
Number of items per page (max 1000)
100categorystring[]Optional
Filter by category (can be specified multiple times)
raritystring · enumOptionalPossible values:
Filter by rarity
namestringOptional
Filter by name (case-insensitive substring match)
orderBystring · enumOptionalDefault:
Sort field
rarityPossible values: directionstring · enumOptionalDefault:
Sort direction
DESCPossible values: thirdPartyCollectionIdstring[]Optional
Filter by third-party collection ID (can be specified multiple times)
Responses
200
Combined list of wearables
application/json
400
Bad request - Invalid parameters
application/json
get
/explorer/{address}/wearablesLast updated