This endpoint provides a list of events that occur on the NFTs that are tracked by OpenSea. The event_type field indicates the type of event (transfer, successful auction, etc) and the results are sorted by event_timestamp.

Note that:

  • due to block reorganizations, recent events (less than 10 minutes old) may not reflect the final state of the blockchain.
  • our APIs may not return the latest data and be delayed up to 5s. If your use case requires a more real-time data pattern, please consider using our Streaming API.

πŸ“˜

Requests to this endpoint require an API key. If you don't have an API key, please request one.

The endpoint will return the following fields:

Field NameDescription
asset_eventsList of Event Object
nextA cursor to be supplied as a query param to retrieve the next page
Language
Authorization
Header
Click Try It! to start a request and see the response here!