[2023-08-15][V2] Removed quoteType from check collections endpoint
REMOVED ENDPOINT PARAMETERThe
GET v2/collections/seaport
endpoint will no longer accepts aquoteType
.
REMOVED ENDPOINT PARAMETERThe
GET v2/collections/seaport
endpoint will no longer accepts aquoteType
.
NEW FEATUREYou 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.
INFORMATIONThe property referrer will be added to the orders returned by the
GET v2/orders
andGET v2/events
endpoints. It will return the signer's referrer and rate if present.
MINT AND TRANSFER EVENTS REMOVALStarting early next week, the
MINT
andTRANSFER
events will no longer be available via theGET 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.
ENDPOINT REMOVALOn 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.
RELEASEDWe are excited to announce the release of new endpoints specific to the v2 protocol.
The new additions are
GET v2/orders
,POST v2/orders
andGET v2/events
.
IMPORTANTStarting from March 23, when querying orders with the
startTime
filter, you will be required to set additional parameters, such asstatus
,collection
andsigner
.Additionally, the
startTime
value has been limited to be at most seven days old. Any timestamp older than seven days will be rejected.
DEPRECATION NOTICEThe 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
INFORMATIONThe properties
logoURI
andbannerURI
have been added to the Collection object. This change affects thecollections
,tokens
andevents
endpoints; as they include the Collection object in the response.
INFORMATIONWe added the
retry-after
response HTTP header for429
status code responses when trying to refresh the same token more than once within 15 minutes.