opensea_collection_traits
Retrieve an OpenSea collection's trait types and values with pagination, including per-value item counts and numeric comparison operators for numerical traits.
Instructions
List an OpenSea collection's traits. Returns a cursor-paginated page of the collection's trait types and the values each takes, with per-value item counts where OpenSea publishes them. Numeric traits carry a comparison operator.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | OpenSea collection slug | |
| limit | No | Trait types per page, 1-100 | |
| cursor | No | Opaque pagination cursor from a previous next_page_cursor |