Users
Get user's wearables
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.
get/users/{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
includeDefinitionsboolean
Include item definitions in response
includeEntitiesboolean
Include entity metadata in response (cannot be used with includeDefinitions)
Response
List of user's wearables
Changes
No recorded changes to this endpoint across all 1 revision of this API.