How To fetch user's NFT collection(contract created info) like opensea collection page

Hi all,

How can I fetch the user’s NFT collection details …?

When I reach the open-sea collection page it shows the collections of NFT contracts which I created, how can I implement this in my marketplace?

Please let me know how to do this, any ideas?

Thank you

Opensea only shows the NFT collections/contract in which you own an NFT. I dont think opensea shows the collections/contract which you created if you dont own any NFT.

You can implement the same using Moralis.Web3API.account.getNFTs function which gives the users NFT data along with the NFT contract address.

@johnversus Thanks for your reply, ill check and let you know.