For the complete documentation index, see llms.txt. This page is also available as Markdown.

Internal

Internal endpoints for explorer and other services

Get combined wearables for explorer

get
/explorer/{address}/wearables

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

Path parameters
addressstringRequired

Ethereum address (0x-prefixed)

Example: 0x1234567890abcdef1234567890abcdef12345678Pattern: ^0x[a-fA-F0-9]{40}$
Query parameters
pageNuminteger · min: 1Optional

Page number (1-indexed)

Default: 1
pageSizeinteger · min: 1 · max: 1000Optional

Number of items per page (max 1000)

Default: 100
categorystring[]Optional

Filter by category (can be specified multiple times)

raritystring · enumOptional

Filter by rarity

Possible values:
namestringOptional

Filter by name (case-insensitive substring match)

orderBystring · enumOptional

Sort field

Default: rarityPossible values:
directionstring · enumOptional

Sort direction

Default: DESCPossible values:
thirdPartyCollectionIdstring[]Optional

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

Responses
200

Combined list of wearables

application/json
totalAmountintegerOptional

Total number of items across all pages

pageNumintegerOptional

Current page number

pageSizeintegerOptional

Number of items per page

get/explorer/{address}/wearables

Last updated