[SOLVED] Display and interact with an NFT collection from Opensea with Moralis

Hello,
I am trying to understand. Is it possible to use Moralis to display an NFT collection (previously created on Opensea or Rarible) and offer the possibility to the users to buy theses NFTs directly from our app without having to go to Opensea or Rarible ?
If yes, how can it be done ?

Regards,

Cyril.

Is it possible to use Moralis to display an NFT collection

The Moralis NFT API will only show data for NFTs that are on-chain - you can check the contract address and tokenId(s) on the contractโ€™s chain explorer e.g. Etherscan. If they are only lazyminted, then they wonโ€™t show - on OpenSea at least, one way to get them on-chain is to transfer the NFTs to another wallet.

offer the possibility to the users to buy theses NFTs directly from our app without having to go to Opensea or Rarible ?

If this is possible, it would need to be done through interacting with their contracts or API. You can ask in their communities - OpenSea and Rarible.

1 Like

Thank you, so what I had in mind is not really possible.

One alternative for your second question would be to embed the OpenSea or Rarible pages in your app e.g. like OpenSea allows.