For AI agents: visit https://docs.nftgo.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Field | Type | Description |
|---|
| name | string | The name of the trait |
| display_type | string | The display type of the trait. string, date or number. |
| values | array[TraitWithStat] | When the display_type is set to string, this field will return an array of TraitWithStat objects. |
| min | float | When the display_type is set to date or number, this field will return min value for this trait. |
| max | float | When the display_type is set to date or number, this field will return max value for this trait. |
| total | integer | When the display_type is set to date or number, this field will return totoal count of trait. |
| Field | Type | Description |
|---|
| name | string | The name of the trait |
| value | string | The value of trait |
| percentage | float | The rarity percentage of trait |
| count | integer | The NFT count of the trait |
| eth_floor_price | float | The floor price of the trait in ETH |
| usd_floor_price | float | The floor price of the trait in USD |