Collection Trait model

FieldTypeDescription
namestringThe name of the trait
display_typestringThe display type of the trait. string, date or number.
valuesarray[TraitWithStat]When the display_type is set to string, this field will return an array of TraitWithStat objects.
minfloatWhen the display_type is set to date or number, this field will return min value for this trait.
maxfloatWhen the display_type is set to date or number, this field will return max value for this trait.
totalintegerWhen the display_type is set to date or number, this field will return totoal count of trait.

TraitWithStat

FieldTypeDescription
namestringThe name of the trait
valuestringThe value of trait
percentagefloatThe rarity percentage of trait
countintegerThe NFT count of the trait
eth_floor_pricefloatThe floor price of the trait in ETH
usd_floor_pricefloatThe floor price of the trait in USD