latestOpenAPI 3.1.02026-08-1013317298.0 KB

d94e0e0f1821

Internal

Get combined wearables for explorer

Internal endpoint that combines base wearables, on-chain wearables, and third-party wearables in a single response. Used by the Decentraland Explorer.

get/explorer/{address}/wearables

Path parameters

addressstring required

Ethereum address (0x-prefixed)

Query parameters

pageNuminteger

Page number (1-indexed)

pageSizeinteger

Number of items per page (max 1000)

categorystring[]

Filter by category (can be specified multiple times)

rarity'common' | 'uncommon' | 'rare' | 'epic' | 'legendary' | 'mythic' | 'unique'

Filter by rarity

namestring

Filter by name (case-insensitive substring match)

orderBy'date' | 'rarity' | 'name'

Sort field

direction'ASC' | 'DESC'

Sort direction

collectionTypestring[]

Filter by collection type (can be specified multiple times)

thirdPartyCollectionIdstring[]

Filter by third-party collection ID (can be specified multiple times)

Response

Combined list of wearables

totalAmountinteger

Total number of items across all pages

pageNuminteger

Current page number

pageSizeinteger

Number of items per page