get https://api.nftport.xyz/v0/solana/accounts/
Returns NFTs owned by a given account (i.e. wallet) address. Can also return each NFT metadata with include
parameter.
Useful for:
- For checking if a user owns a specific NFT and then unlocking specific activity.
- Adding NFT portfolio section to your apps.
Related:
- For a quick start, see the List of sample addresses and collection IDs to copy.
- 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.