removed

[2023-08-15][V2] Removed quoteType from check collections endpoint

šŸš§

REMOVED ENDPOINT PARAMETER

The GET v2/collections/seaport endpoint will no longer accepts a quoteType.

added

[2023-06-27][V2] Added LooksRare Seaport orders endpoints

šŸ‘

NEW FEATURE

You will now be able to list NFTs on Seaport through LooksRare and earn gems and rewards on those listings too. We added 4 new endpoints to achieve this.

added

[2023-06-22][V2] Added referrer to v2 orders

šŸ“˜

INFORMATION

The property referrer will be added to the orders returned by the GET v2/orders and GET v2/events endpoints. It will return the signer's referrer and rate if present.

removed

[2023-05-11][V1] Removal of Mint and Transfer events

ā—ļø

MINT AND TRANSFER EVENTS REMOVAL

Starting early next week, the MINT and TRANSFER events will no longer be available via the GET v1/events endpoint or any other endpoint in our API.

To avoid disruptions, please ensure your app does not rely on these events via our API.

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.