Implementation strategy

At a high level, there are four different and distinct ways marketplaces can integrate with Winter!

  1. Aggregation APIs (e.g. Reservoir) (easiest!)

🚧 Coming soon - a self serve dashboard for you to integrate on your own!

For all implementation strategies, we require some type of API like getNFTDetails that returns:

  1. NFT metadata (name, image, tokenId, etc)

  2. NFT order data

  3. Listing status (e.g. available, sold, etc)

  4. NFT type (e.g. 721 vs 1155)

  5. Seller details (e.g. wallet address)

Last updated