get https://api.looksrare.org/api/v2/orders
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:
quoteTypecan either be0(bids) or1(asks).strategyIdcan be, optionally, used to further filter bids. Either0(token bids) or1(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=