get https://api.nftport.xyz/v0/accounts/creators/
Returns NFTs created (i.e. minted) by a given account (i.e. wallet) address. Can also return each NFT metadata with include
parameter. Ethereum and Polygon mainnets are supported.
Useful for:
- For displaying NFTs created by an account.
- Doing analytics on creator's portfolio.
Related:
- For a quick start, see the List of sample addresses to copy.
- To get NFTs that a given account owns, see Retrieve NFTs owned by an account.
- To get all NFTs per contract, see Retrieve contract NFTs.
- To get extra detailed information on the returned NFTs, see Retrieve NFT details.