简体   繁体   中英

retrieve minted NFT's by a wallet address - OpenSea

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 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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM