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

How to filter asks and bids:

  • quoteType can either be 0 (bids) or 1 (asks).
  • strategyId can be, optionally, used to further filter bids. Either 0 (token bids) or 1 (collection bids).

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
Authorization
Header
URL
Click Try It! to start a request and see the response here!