Get events

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=

Query Params
string

Collection contract address. It must be a valid Ethereum address.

string

Id of the specific token you want to query for. collection address should be provided as well, when itemId is provided.

string

Address referring to a sender. It must be a valid Ethereum address.

string

Address referring to a receiver. It must be a valid Ethereum address.

string
enum

Event type to filter by.

Allowed:
pagination
object

Pagination filter. When specified, it will return events before the event with event id set as cursor. While first defines how many results to show. The default value is 20, and the max value is 150.

Responses

Language
Credentials
Header
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json