Retrieve v2 orders using various query params. To retrieve v1 orders you will still have to use the v1 endpoint, see get orders.

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

For example:

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

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