Get 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:

  • 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=

Query Params
number
enum

Specify the order type. Use 1 for Ask, 0 for Bid

Allowed:
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.

number
enum

Specify the id of maker order strategy. We currently support 2 strategies: Standard (0) and Collection (1)

Allowed:
string

Signer address. It must be a valid Ethereum address.

string
enum

Order status to filter by.

Allowed:
pagination
object

Pagination filter. When specified, it will return orders starting from the order with hash set as cursor. While first defines how many results to show. The default value is 20, and the max value is 150.

string
enum

Sort by option.

Allowed:
Responses

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