opensea_collection_activity
Retrieve paginated marketplace activity for an OpenSea collection, including sales, listings, offers, transfers, and mints. Filter by event type to isolate specific actions.
Instructions
List an OpenSea collection's marketplace activity. Returns a cursor-paginated feed of marketplace events for a collection — sales, listings, offers, transfers, mints, and collection/trait offers — with the counterparties, price, marketplace, and transaction hash. Filter with event_types to narrow the feed, for example event_types=SALE for a sales-only history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | OpenSea collection slug | |
| limit | No | Events per page, 1-100 | |
| cursor | No | Opaque pagination cursor from a previous next_page_cursor | |
| event_types | No | Comma-separated event types |