get https://api.nftport.xyz/v0/solana/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.
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 and collection IDs to copy.
- To get NFTs that a given account owns, see Retrieve Solana NFTs owned by an account.
- To get all NFTs per collection, see Retrieve Solana collection NFTs.
- To get extra detailed information on the returned NFTs, see Retrieve Solana NFT details.