Directly with smart contracts
Integrate with NFT marketplace smart contracts directly
As of now, we only support integrating directly with smart contracts on these chains:
ETH
MATIC
AVAX
BNB
🚨 Note! This is likely the most difficult and most involved type of integration. We highly recommend using another option. This is because we have to figure out how to build the transaction to send directly to your smart contract
Please email marketplaces@usewinter.com
for more specific guidance
Generally, we'll require a few things to do this type of integration:
Smart contract buy/sell functions (e.g.
atomicMatch
on Seaport)A way to build the parameters to pass into the buy/sell function
Last updated