get https://api.opensea.io/api/v1/events
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 Name | Description |
---|---|
asset_events | List of Event Object |
next | A cursor to be supplied as a query param to retrieve the next page |