Get token and order activities, like Listing, Sale, Cancel, Offer, etc. Use type param to filter this correctly. The results are ordered by createdAt.

Notes: For v1-orders events, mints and transfers you will still have to use our GET /api/v1/events endpoint. See get events.

The pagination query param of the should be referenced as pagination[first] and/or pagination[cursor]. The cursor for this endpoint is the event id.

For example:

https://api.looksrare.org/api/v2/events?pagination[first]=2&pagination[cursor]=b3JkZXIgaWQ=

Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!