get https://api.looksrare.org/api/v2/orders/seaport
Retrieve LooksRare Seaport orders using various query params. To retrieve regular LooksRare orders you will still have to use the v2/orders 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/seaport?pagination[first]=2&pagination[cursor]=b3JkZXIgaWQ=