get https://testnets-api.opensea.io/api/v1/events
This endpoint provides a list of events that occur on the Testnet 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.
The endpoint will return the following fields:
Field Name | Description |
---|---|
asset_events | List of Event Object |