v1

latestOpenAPI 3.0.3raw.githubusercontent.com2025-06-1883262329.3 KB
NFT Items

Get NFT collection traits

Returns aggregation of existing traits for specified collections with counter for each trait type/value.

get/v0.1/items/traits

Query parameters

keysstring[]

Trait keys for strict filtering (if not specified - all traits will be returned)

[
  "Hat"
]
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