/opensea/collections/activity
List on-chain marketplace activity (sales, listings, offers, transfers, mints) for a collection
Price: 1 credit
💡 AI Hint: List recent marketplace activity for an OpenSea NFT collection by its slug (e.g. ‘boredapeyachtclub’), optionally restricted to specific event types (sale, listing, offer, transfer, mint). Each event returns the event type, timestamp, transaction hash, from and to addresses, price (in native, token and USD), sale type and marketplace, quantity, and the involved item (token id, name, image, contract).
⚠️ Common errors: 412: Collection not found
Authorizations
API token from the dashboard
Headers
Body
Collection slug (its human-readable alias from the collection URL)
1"boredapeyachtclub"
"pudgypenguins"
Number of activity events to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Restrict to these event types (defaults to all types)
sale, listing, offer, transfer, mint Response
Successful Response