Third Party
Third-party wearables and integrations
Retrieves all third-party wearables owned by a specific Ethereum address. Third-party wearables are items from external collections integrated with Decentraland.
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 name (case-insensitive substring match)
Include item definitions in response
falseList of user's third-party wearables
Bad request - Invalid parameters
Get user's third-party wearables from a specific collection
Retrieves third-party wearables owned by a user from a specific collection identified by URN
Ethereum address (0x-prefixed)
0x1234567890abcdef1234567890abcdef12345678Pattern: ^0x[a-fA-F0-9]{40}$The URN of the third-party collection
urn:decentraland:matic:collections-thirdparty:third-party-namePage number (1-indexed)
1Number of items per page (max 1000)
100Include item definitions in response
falseList of user's third-party wearables from collection
Bad request - Invalid parameters
Last updated