More NFT Endpoints

A list of additional NFT endpoints supported by our providers.

📘

How to use Direct Endpoints?

Check out our Direct Endpoints Overview Page for detailed instructions.

Direct Endpoints

API URL PathDescription
Alchemy/{chain}/nft/v3/getOwnersForNFTFetches the owners of a specific NFT.
Alchemy/{chain}/nft/v3/getNFTsForOwnerRetrieves NFTs owned by a specific address.
Alchemy/{chain}/nft/v3/getOwnersForContractRetrieves the owners of all NFTs within a contract.
Alchemy/{chain}/nft/v3/isHolderOfContractChecks if an address is a holder of a specific contract.
Alchemy/{chain}/nft/v3/getContractsForOwnerLists all contracts owned by a specific address.
Alchemy/{chain}/nft/v3/getCollectionsForOwnerFetches NFT collections owned by a specific address.
Alchemy/{chain}/nft/v3/getNFTsForContractRetrieves NFTs within a specific contract.
Alchemy/{chain}/nft/v3/getNFTsForCollectionFetches NFTs within a specific collection.
Alchemy/{chain}/nft/v3/getNFTMetadataRetrieves metadata for a specific NFT.
Alchemy/{chain}/nft/v3/getNFTMetadataBatchFetches metadata for a batch of NFTs.
Alchemy/{chain}/nft/v3/getContractMetadataRetrieves metadata for a specific contract.
Alchemy/{chain}/nft/v3/getCollectionMetadataFetches metadata for a specific collection.
Alchemy/{chain}/nft/v3/invalidateContractInvalidates metadata for a specific contract.
Alchemy/{chain}/nft/v3/getContractMetadataBatchRetrieves metadata for a batch of contracts.
Alchemy/{chain}/nft/v3/summarizeNFTAttributesSummarizes attributes and traits for NFTs within a contract.
Alchemy/{chain}/nft/v3/searchContractMetadataSearches metadata for a specific contract.
Alchemy/{chain}/nft/v3/computeRarityComputes rarity data for a specific NFT.
Alchemy/{chain}/nft/v3/refreshNftMetadataRefreshes metadata for a specific NFT.
Alchemy/{chain}/nft/v3/getSpamContractsRetrieves a list of flagged spam contracts.
Alchemy/{chain}/nft/v3/isSpamContractChecks if a contract is flagged as spam.
Alchemy/{chain}/nft/v3/isAirdropNFTChecks if an NFT is an airdrop.
Alchemy/{chain}/nft/v3/reportSpamReports a contract as spam.
Alchemy/{chain}/nft/v3/getFloorPriceFetches the floor price for an NFT collection.
Alchemy/{chain}/nft/v3/getNFTSalesRetrieves recent sales for NFTs.

DescriptionAPI URL Path
Fetches details for a specific NFT.Coingecko/nfts/{id}
Retrieves NFT data for a specific contract address on an asset platform.Coingecko/nfts/{asset_platform_id}/contract/
{contract_address}
Lists all NFTs supported on the platform.Coingecko/nfts/list
Lists all NFT market data.Coingecko/nfts/markets
Fetches market chart data for a specific NFT.Coingecko/nfts/{id}/market_chart
Retrieves market chart data for an NFT using its contract address on an asset platform.Coingecko/nfts/{asset_platform_id}/contract/
{contract_address}/market_chart
Lists tickers for a specific NFT.Coingecko/nfts/{id}/tickers