get https://api.nftport.xyz/v0/nfts//
Returns details for a given NFT. These include metadata_url
, metadata
such as name, description, attributes, etc., file_url
, cached_file_url
and mint_date
. Ethereum, Polygon and Goerli are supported.
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 token IDs to copy.
- To get all NFTs per contract, see Retrieve contract NFTs.
- To get NFTs that a given account owns, see Retrieve NFTs owned by an account.