Winter - Sell NFTs via credit card
  • Get started
    • Get Started
      • Project Testing
      • Push to Production
    • Marketplaces
    • How do I get paid?
    • Payment methods & locations
      • Foreign Currencies
      • Apple Pay
    • Whitelists/Allowlists
  • Marketplace integrations
    • Intro
    • Implementation strategy
      • Directly with smart contracts
      • Aggregation APIs
      • APIs to build a transaction
      • Build and submit a transaction
  • Primary Mint Smart Contracts
    • 🚨Requirements
    • ETH, Polygon, and EVM
      • Multi-contract
      • Drop types we support
    • Solana
    • Crypto pricing
  • Front End Integration
    • Customization
    • Pre-fill (email, wallet, etc)
    • React
    • React (Marketplace)
    • Plain HTML
    • Post-purchase
    • CSS customization
  • Platform API
    • Intro (read this first!)
    • testmode -> livemode
    • /createProject
    • /updateProject
    • /deleteProject
    • /updateWhitelist
    • /getProjects
  • Wallet API Docs
    • Intro
    • /getNFTs
    • /transferNFT
  • NFT Claim API
    • Intro
    • /mintNFT
    • /mintFreeNFT
    • /transferNFT
  • Cross-chain payments
    • Intro
    • Integration
Powered by GitBook
On this page
  1. Marketplace integrations

Implementation strategy

PreviousIntroNextDirectly with smart contracts

Last updated 2 years ago

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

  1. (hardest!)

  2. (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)

Directly with smart contracts
Aggregation APIs
Winter can call your APIs to build a transaction
Winter can call your APIs to both build and submit a transaction