get https://api.nftport.xyz/v0/solana/nfts/
Returns all NFTs for a given collection. Can be set to include
the NFT metadata
or all
which returns extra information.
NFTPort has generated unique
collection_id
for every Solana collection.Find
collection_id
from: Mint address or Account address
Useful for:
- Importing all NFTs from a given collection to your application.
Related:
- For a quick start, see the List of sample addresses and collection IDs to copy.
- To get detailed information on the returned NFTs, see Retrieve Solana NFT details.
- To get NFTs that a given account owns, see Retrieve Solana NFTs owned by an account.