get https://api.nftport.xyz/v0/solana/nft/
Returns details for a given NFT. These include metadata_url
, metadata
such as name, description, attributes, etc., image_url
, cached_image_url
and mint_date
.
Useful for:
- For easily getting all the necessary information about a given NFT.
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 NFTs that a given account owns, see Retrieve Solana NFTs owned by an account.