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.

What's changing?

The quoteType parameter has been removed from the GET v2/collections/seaport endpoint.

From today, only the collections addresses need to be provided, like so:

https://api-goerli.looksrare.org/api/v2/collections/seaport?collections=0x77566D540d1E207dFf8DA205ed78750F9a1e7c55,0xf5de760f2e916647fd766B4AD9E85ff943cE3A2b

or, in a different format, by repeating the collections parameter:

https://api-goerli.looksrare.org/api/v2/collections/seaport?collections=0x77566D540d1E207dFf8DA205ed78750F9a1e7c55&collections=0xf5de760f2e916647fd766B4AD9E85ff943cE3A2b

Response:

{
  "success": true,
  "message": null,
  "data": [
    {
      "collection": "0x77566D540d1E207dFf8DA205ed78750F9a1e7c55",
      "seaport": false
    },
    {
      "collection": "0xf5de760f2e916647fd766B4AD9E85ff943cE3A2b",
      "seaport": false
    }
  ]
}

If seaport is set to false the POST v2/orders must be used to create the order.

Otherwise, if true, the POST v2/orders/seaport must be used instead.

See either Create a new LooksRare v2 order or Create a new Seaport order.

Support

If you have any questions or encounter any issues, you can contact us via our Devs Discord