removed

[2023-04-26][V1] Get Orders Endpoint Removal

❗️

ENDPOINT REMOVAL

On Friday, April 28th we will remove the GET v1/orders endpoint.

If you haven't yet, please migrate to the GET v2/orders as soon as possible.

added

[2023-04-10][V2] Release of v2 endpoints

👍

RELEASED

We are excited to announce the release of new endpoints specific to the v2 protocol.

The new additions are GET v2/orders, POST v2/orders and GET v2/events.

added

[2023-03-23][V1] Added limits on order queries with startTime

🚧

IMPORTANT

Starting from March 23, when querying orders with the startTime filter, you will be required to set additional parameters, such as status, collection and signer.

Additionally, the startTime value has been limited to be at most seven days old. Any timestamp older than seven days will be rejected.

deprecated

[2023-03-21][V1] Deprecate listing reward collection endpoint

🚧

DEPRECATION NOTICE

The endpoint to get top 5 listing reward collections has been deprecated, as LooksRare listing rewards have been discontinued since March 15th, 2023. Read more at https://docs.looksrare.org/blog/towards-better-looksrare-rewards

added

[2023-01-30][V1] Added logoURI & bannerURI to the Collection object

📘

INFORMATION

The properties logoURI and bannerURI have been added to the Collection object. This change affects the collections, tokens and events endpoints; as they include the Collection object in the response.

added

[2023-01-30][V1] Added Retry-After response header in the Token Refresh endpoint

📘

INFORMATION

We added the retry-after response HTTP header for 429 status code responses when trying to refresh the same token more than once within 15 minutes.

improved

[2022-11-16][V1] Updated error message for invalid order response

📘

INFORMATION

Before this change, when you send an invalid order to the create order endpoint, you receive an error message with a 400 status code.

Starting from November 16, we improved the error message to be more clear and consistent.

You are not impacted by this change unless you're doing some logic checking the error message of the response.

deprecated

[2022-11-11][V1] Conditional orders limit

🚧

IMPORTANT

Starting from November 15, there will be a limit on the number of orders sharing the same nonce, commonly referred to as conditional orders or OCO orders. Any signer won't be able to create more than 20 orders which share the same nonce.

Please action any change required as soon as possible.

deprecated

[2022-11-04][V1] Change response field types to string

🚧

IMPORTANT

Starting from November 19 (2 weeks from now), we will change some of the properties field types from number to string in the response object.

Please action any change required as soon as possible.

[2022-11-01][V1] MakerOrder startTime limit

🚧

IMPORTANT

From now onwards, when creating an order, the startTime param in the MakerOrder object can be at most 5 minutes old. If the startTime timestamp is older than 5 minutes, you won't be able to create the order.