1

According to openSea api we use Retrieving events Under event_type We found The event type to filter. Can be created for new auctions, successful for sales, cancelled, bid_entered, bid_withdrawn, transfer, or approve

My question here is how to find minted ones ?

IE: This wallet Unnamed minted this token : Vortex #838

My Goal is to get list of all NFT's minted by specific user.

anelBavari
  • 29
  • 3

1 Answers1

2

I think collectibles is the same as NFT(ERC 721) so Try this

https://api.opensea.io/api/v1/collections?asset_owner=your_wallet_address&offset=0&limit=300

Hossein Asadi
  • 768
  • 1
  • 6
  • 15
  • 1
    As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – MD. RAKIB HASAN Feb 07 '22 at 11:17