Implementation strategy
At a high level, there are four different and distinct ways marketplaces can integrate with Winter!
Directly with smart contracts (hardest!)
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:
NFT metadata (name, image, tokenId, etc)
NFT order data
Listing status (e.g. available, sold, etc)
NFT type (e.g. 721 vs 1155)
Seller details (e.g. wallet address)
Last updated