opensea_item_activity
Retrieve a single NFT's event history on OpenSea—sales, listings, offers, transfers, mints—with counterparties, price, and transaction hash. Filter by event types for an ownership trail.
Instructions
List one OpenSea NFT's event history. Returns the marketplace event history for a single NFT — sales, listings, offers, transfers, and mints — with counterparties, price, and transaction hash. Filter with event_types, for example event_types=SALE,TRANSFER for an ownership trail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Chain identifier from /opensea/chains | |
| limit | No | Events per page, 1-100 | |
| cursor | No | Opaque pagination cursor from a previous next_page_cursor | |
| token_id | Yes | Token id within the contract | |
| event_types | No | Comma-separated event types | |
| contract_address | Yes | NFT contract address |