v1

latestOpenAPI 3.0.3raw.githubusercontent.com2025-06-1883262329.3 KB
Search API

Search NFT collection traits

Returns aggregation of existing traits for specified collections with counter for each trait type/value.\ This is full-text-search, where you can specify filter for trait keys not precisely\ (for example, results back filter include Background trait)

get/v0.1/items/traits/search

Query parameters

filterstring required
Example:Hat

filter

collectionIdsstring[] required

Collections identifiers to which traits belong

[
  "ETHEREUM:0x60e4d786628fea6478f785a6d7e704777c86a7c6"
]
ownersstring[]

Return traits only for items owned by user

[
  "${filterOwners}"
]

Response

OK

continuationstring

Continuation token to paginate traits search result