Direct API — NFT

API endpoints for NFT.

NFT — Direct API Endpoints

Alchemy

NamePathMethodDescriptionDocs
AlchemyGetV3CollectionMetadatadirect/v1/Alchemy/{chain}/nft/v3/getCollectionMetadataGETRetrieves high-level collection or contract-level information for an NFT collection.link
AlchemyGetV3CollectionsForOwnerdirect/v1/Alchemy/{chain}/nft/v3/getCollectionsForOwnerGETRetrieves all NFT collections held by a specified owner address.link
AlchemyGetV3ComputeRaritydirect/v1/Alchemy/{chain}/nft/v3/computeRarityGETCalculates the rarity of each attribute within an NFT.link
AlchemyGetV3ContractMetadatadirect/v1/Alchemy/{chain}/nft/v3/getContractMetadataGETRetrieves high-level collection or contract-level information for an NFT.link
AlchemyGetV3ContractMetadataBatchdirect/v1/Alchemy/{chain}/nft/v3/getContractMetadataBatchPOSTRetrieves metadata for a list of specified contract addresses in a single request.link
AlchemyGetV3ContractsForOwnerdirect/v1/Alchemy/{chain}/nft/v3/getContractsForOwnerGETRetrieves all NFT contracts held by a specified owner address.link
AlchemyGetV3FloorPricedirect/v1/Alchemy/{chain}/nft/v3/getFloorPriceGETRetrieves the floor prices of an NFT collection across different marketplaces.link
AlchemyGetV3InvalidateContractdirect/v1/Alchemy/{chain}/nft/v3/invalidateContractGETMarks all cached tokens for the specified contract as stale, ensuring the next query fetches live data instead of cached data.link
AlchemyGetV3IsAirdropNftdirect/v1/Alchemy/{chain}/nft/v3/isAirdropNFTGETDetermines whether a specific token is marked as an airdrop. Airdrops are defined as NFTs minted to a user address in a transaction sent by a different address.link
AlchemyGetV3IsHolderOfContractdirect/v1/Alchemy/{chain}/nft/v3/isHolderOfContractGETDetermines whether a specific wallet holds any NFT from a given contract.link
AlchemyGetV3IsSpamContractdirect/v1/Alchemy/{chain}/nft/v3/isSpamContractGETDetermines whether a specific contract is marked as spam by Alchemy.link
AlchemyGetV3NftMetadatadirect/v1/Alchemy/{chain}/nft/v3/getNFTMetadataGETRetrieves the metadata associated with a specific NFT.link
AlchemyGetV3NftMetadataBatchdirect/v1/Alchemy/{chain}/nft/v3/getNFTMetadataBatchPOSTRetrieves metadata for up to 100 specified NFT contracts in a single request.link
AlchemyGetV3NftSalesdirect/v1/Alchemy/{chain}/nft/v3/getNFTSalesGETRetrieves NFT sales that have occurred through on-chain marketplaces.link
AlchemyGetV3NftsForCollectiondirect/v1/Alchemy/{chain}/nft/v3/getNFTsForCollectionGETRetrieves all NFTs associated with a specific NFT collection.link
AlchemyGetV3NftsForContractdirect/v1/Alchemy/{chain}/nft/v3/getNFTsForContractGETRetrieves all NFTs associated with a specific NFT contract.link
AlchemyGetV3NftsForOwnerdirect/v1/Alchemy/{chain}/nft/v3/getNFTsForOwnerGETRetrieves all NFTs currently owned by a specified address.link
AlchemyGetV3OwnersForContractdirect/v1/Alchemy/{chain}/nft/v3/getOwnersForContractGETRetrieves all owners associated with a specific NFT contract.link
AlchemyGetV3OwnersForNftdirect/v1/Alchemy/{chain}/nft/v3/getOwnersForNFTGETRetrieves the owner(s) for a specific token.link
AlchemyGetV3RefreshNftMetadatadirect/v1/Alchemy/{chain}/nft/v3/refreshNftMetadataPOSTSubmits a request for Alchemy to refresh the cached metadata of a specific NFT token.link
AlchemyGetV3ReportSpamdirect/v1/Alchemy/{chain}/nft/v3/reportSpamGETReports a specific address to the API if it is suspected to be spam.link
AlchemyGetV3SearchContractMetadatadirect/v1/Alchemy/{chain}/nft/v3/searchContractMetadataGETSearches for a keyword across metadata of all ERC-721 and ERC-1155 smart contracts.link
AlchemyGetV3SpamContractsdirect/v1/Alchemy/{chain}/nft/v3/getSpamContractsGETReturns a list of all spam contracts marked by Alchemy.link
AlchemyGetV3SummarizeNftAttributesdirect/v1/Alchemy/{chain}/nft/v3/summarizeNFTAttributesGETGenerates a summary of attribute prevalence for a specific NFT collection.link

Covalent

NamePathMethodDescriptionDocs
CovalentGetV1AddressBalancesNftdirect/v1/Covalent/v1/{chainName}/address/{walletAddress}/balances_nftGETGet NFTs for addresslink
CovalentGetV1AttributesForTraitdirect/v1/Covalent/v1/{chainName}/nft/{collectionContract}/traits/{trait}/attributesGETGet attributes for a collection traitlink
CovalentGetV1ChainCollectionsdirect/v1/Covalent/v1/{chainName}/nft/collectionsGETGet chain collectionslink
CovalentGetV1CheckNftOwnershipdirect/v1/Covalent/v1/{chainName}/address/{walletAddress}/collection/{collectionContract}GETCheck ownership in NFT collectionlink
CovalentGetV1CheckSpecificNftOwnershipdirect/v1/Covalent/v1/{chainName}/address/{walletAddress}/collection/{collectionContract}/token/{tokenId}GETCheck ownership in NFT collection for specific tokenlink
CovalentGetV1FloorPricesdirect/v1/Covalent/v1/{chainName}/nft_market/{contractAddress}/floor_priceGETGet historical floor prices for a collectionlink
CovalentGetV1HistoricalSalesCountdirect/v1/Covalent/v1/{chainName}/nft_market/{contractAddress}/sale_countGETGet historical sales count for a collectionlink
CovalentGetV1HistoricalVolumedirect/v1/Covalent/v1/{chainName}/nft_market/{contractAddress}/volumeGETGet historical volume for a collectionlink
CovalentGetV1NftApprovalsdirect/v1/Covalent/v1/{chainName}/nft/approvals/{walletAddress}GETGet NFT approvals for addresslink
CovalentGetV1NftMetadatadirect/v1/Covalent/v1/{chainName}/nft/{contractAddress}/metadataGETGet NFTs from contract with metadatalink
CovalentGetV1NftTransactionsdirect/v1/Covalent/v1/{chainName}/tokens/{contractAddress}/nft_transactions/{tokenId}GETGet NFT transactions for contractlink
CovalentGetV1SingleNftMetadatadirect/v1/Covalent/v1/{chainName}/nft/{contractAddress}/metadata/{tokenId}GETGet single NFT from contract with metadatalink
CovalentGetV1TraitsForCollectiondirect/v1/Covalent/v1/{chainName}/nft/{collectionContract}/traitsGETGet traits for a collectionlink
CovalentGetV1TraitsSummarydirect/v1/Covalent/v1/{chainName}/nft/{collectionContract}/traits_summaryGETGet trait summary for collectionlink

Defined

NamePathMethodDescriptionDocs
DefinedPostFilterNftCollectionsdirect/v1/Defined/filterNftCollectionsPOSTReturns a list of NFT collection based on a variety of filters.link
DefinedPostFilterNftParallelAssetsdirect/v1/Defined/filterNftParallelAssetsPOSTReturns a list of Parallel assets based on a variety of filters.link
DefinedPostFilterNftPoolCollectionsdirect/v1/Defined/filterNftPoolCollectionsPOSTReturns a list of NFT collections based on a variety of filters.link
DefinedPostFilterNftPoolsdirect/v1/Defined/filterNftPoolsPOSTReturns a list of NFT pools based on a variety of filters.link
DefinedPostGetDetailedNftStatsdirect/v1/Defined/getDetailedNftStatsPOSTReturns bucketed stats for a given NFT collection.link
DefinedPostGetNftAssetsdirect/v1/Defined/getNftAssetsPOSTReturns a list of NFT assets in a given collection.link
DefinedPostGetNftCollectionMetadatadirect/v1/Defined/getNftCollectionMetadataPOSTReturns stats for an NFT collection across different time frames.link
DefinedPostGetNftContractsdirect/v1/Defined/getNftContractsPOSTReturns a list of NFT collection metadata.link
DefinedPostGetNftEventsdirect/v1/Defined/getNftEventsPOSTReturns transactions for an NFT collection across any marketplace(s).link
DefinedPostGetNftPooldirect/v1/Defined/getNftPoolPOSTReturns an NFT pool.link
DefinedPostGetNftPoolCollectiondirect/v1/Defined/getNftPoolCollectionPOSTReturns an NFT pool collection with pool stats for a given AMM NFT marketplace.link
DefinedPostGetNftPoolCollectionsByExchangedirect/v1/Defined/getNftPoolCollectionsByExchangePOSTReturns an NFT collection with pool stats for a given AMM NFT marketplace.link
DefinedPostGetNftPoolEventsdirect/v1/Defined/getNftPoolEventsPOSTReturns transactions for an NFT collection across all NFT pools or within a given pool.link
DefinedPostGetNftPoolsByCollectionAndExchangedirect/v1/Defined/getNftPoolsByCollectionAndExchangePOSTReturns NFT pools for a given collection and AMM NFT marketplace.link
DefinedPostGetNftPoolsByOwnerdirect/v1/Defined/getNftPoolsByOwnerPOSTReturns a list of NFT pools for a given owner.link
DefinedPostGetNftPoolStatsdirect/v1/Defined/getNftPoolStatsPOSTReturns aggregated NFT pool/collection stats for a given time frame.link
DefinedPostGetParallelAssetsdirect/v1/Defined/getParallelAssetsPOSTReturns transactions for an NFT collection across any marketplace(s).link
DefinedPostGetParallelCardChangesdirect/v1/Defined/getParallelCardChangesPOSTReturns changes made to Parallel card metadata over time.link
DefinedPostNftHoldersdirect/v1/Defined/nftHoldersPOSTReturns list of wallets that hold a given collection, ordered by holdings descending. Also has the unique count of holders for that collectionlink
DefinedPostSearchNftsdirect/v1/Defined/searchNftsPOSTReturns a list of NFT collections matching a given query string.link
DefinedPostWalletNftCollectionAssetsdirect/v1/Defined/walletNftCollectionAssetsPOSTReturns list of NFT assets held by a given wallet for a single collection.link
DefinedPostWalletNftCollectionsdirect/v1/Defined/walletNftCollectionsPOSTReturns list of collections and quantity of NFTs held by a given wallet.link

HelloMoon

NamePathMethodDescriptionDocs
HelloMoonPostV0HelloMoonCollectionMintMappingdirect/v1/HelloMoon/v0/hello-moon/collection-mint-mappingPOSTFetch mapping data for collections and mint addresses within the Hello Moon platform.link
HelloMoonPostV0MintAccountsByOwner(CNFT)direct/v1/HelloMoon/v0/nft/mint-accounts-by-owner-cnftPOSTGet mint account details for NFTs owned by a specific user.link
HelloMoonPostV0MintsByOwnerdirect/v1/HelloMoon/v0/nft/mints-by-ownerPOSTGet a list of NFTs minted by a specific owner on the blockchain.link
HelloMoonPostV0NFTCollectionAllTimeDatadirect/v1/HelloMoon/v0/nft/collection/all-timePOSTRetrieve all-time data for NFT collections, including transaction volume and price history.link
HelloMoonPostV0NFTCollectionCollectivedirect/v1/HelloMoon/v0/nft/collection/collectivePOSTFetch data for NFT collections labeled as "collective" on Hello Moon.link
HelloMoonPostV0NFTCollectionFloorPricedirect/v1/HelloMoon/v0/nft/collection/floorpricePOSTGet the latest floor price for an NFT collection.link
HelloMoonPostV0NFTCollectionFloorPriceBatcheddirect/v1/HelloMoon/v0/nft/collection/floorprice/batchedPOSTFetch batched floor prices for multiple NFT collections.link
HelloMoonPostV0NFTCollectionFloorPriceCandlesticksdirect/v1/HelloMoon/v0/nft/collection/floorprice/candlesticksPOSTRetrieve candlestick data for floor prices of NFT collections.link
HelloMoonPostV0NFTCollectionFloorPriceCompresseddirect/v1/HelloMoon/v0/nft/collection/floor-price-compressedPOSTFetch compressed floor price data for NFT collections.link
HelloMoonPostV0NFTCollectionFloorPricesdirect/v1/HelloMoon/v0/nft/collection/floorpricesPOSTRetrieve floor prices across multiple NFT collections.link
HelloMoonPostV0NFTCollectionLeaderboardStatsdirect/v1/HelloMoon/v0/nft/collection/leaderboard/statsPOSTGet leaderboard statistics for NFT collections based on trading volumes and other factors.link
HelloMoonPostV0NFTCollectionListingdirect/v1/HelloMoon/v0/nft/collection/listingPOSTRetrieve listing data for specific NFT collections.link
HelloMoonPostV0NFTCollectionMintsdirect/v1/HelloMoon/v0/nft/collection/mintsPOSTRetrieve data on newly minted NFTs within specific collections.link
HelloMoonPostV0NFTCollectionNamedirect/v1/HelloMoon/v0/nft/collection/namePOSTRetrieve NFT collection details by name, using a specific search strategy.link
HelloMoonPostV0NFTCollectionOverlapdirect/v1/HelloMoon/v0/nft/collection/overlapPOSTFetch overlap data for NFT collections.link
HelloMoonPostV0NFTCollectionOverlapTopdirect/v1/HelloMoon/v0/nft/collection/overlap/topPOSTRetrieve top overlap data for NFT collections.link
HelloMoonPostV0NFTCollectionOwnershipCumulativedirect/v1/HelloMoon/v0/nft/collection/ownership/cumulativePOSTFetch cumulative ownership data for NFT collections.link
HelloMoonPostV0NFTCollectionOwnershipCurrentdirect/v1/HelloMoon/v0/nft/collection/ownership/currentPOSTRetrieve current ownership data for an NFT collection.link
HelloMoonPostV0NFTCollectionOwnershipHistoricaldirect/v1/HelloMoon/v0/nft/collection/ownership/historicalPOSTFetch historical ownership data for NFT collections.link
HelloMoonPostV0NFTCollectionOwnershipHoldingPerioddirect/v1/HelloMoon/v0/nft/collection/ownership/holding-periodPOSTGet holding period data for owners of NFTs in specific collections.link
HelloMoonPostV0NFTCollectionOwnershipTopHoldersdirect/v1/HelloMoon/v0/nft/collection/ownership/top-holdersPOSTRetrieve top holder data for an NFT collection.link
HelloMoonPostV0NFTCollectionPrimarySalesStatsdirect/v1/HelloMoon/v0/nft/collection/stats/primary-salesPOSTFetch primary sales statistics for NFT collections.link
HelloMoonPostV0NFTCollectionProgramUsagedirect/v1/HelloMoon/v0/nft/collection/program-usagePOSTFetch program usage statistics for a specific NFT collection.link
HelloMoonPostV0NFTCollectionSmartMoneyInflowdirect/v1/HelloMoon/v0/nft/collection/smart-money-inflowPOSTRetrieve data on smart money inflows into NFT collections.link
HelloMoonPostV0NFTCollectionStatsdirect/v1/HelloMoon/v0/nft/collection/statsPOSTRetrieve statistical data for NFT collections.link
HelloMoonPostV0NFTCollectionVolatilitydirect/v1/HelloMoon/v0/nft/collection/volatilityPOSTRetrieve volatility data for NFT collections, useful for market analysis.link
HelloMoonPostV0NFTCollectionWashTradingdirect/v1/HelloMoon/v0/nft/collection/washtradingPOSTRetrieve wash trading data for NFTs within specific collections.link
HelloMoonPostV0NFTEstimatedPricedirect/v1/HelloMoon/v0/nft/estimated-pricePOSTGet estimated price for an NFT based on recent market data and trends.link
HelloMoonPostV0NFTFreezeLookupdirect/v1/HelloMoon/v0/nft/freeze_lookupPOSTLook up freeze status for NFTs within specific collections.link
HelloMoonPostV0NFTFreezeLookupv2direct/v1/HelloMoon/v0/nft/freeze_lookup/v2POSTRetrieve freeze status details for NFTs with updated settings or format.link
HelloMoonPostV0NFTHistoricalOwnershipdirect/v1/HelloMoon/v0/nft/ownership/historicalPOSTRetrieve historical ownership data for NFTs within the specified endpoint.link
HelloMoonPostV0NFTLatestSecondarySalesdirect/v1/HelloMoon/v0/nft/sales/secondary/latestPOSTFetch the latest secondary sales data for a specific NFT or collection.link
HelloMoonPostV0NFTLeaderboarddirect/v1/HelloMoon/v0/nft/leaderboardPOSTRetrieve an NFT leaderboard with ordering options such as by smart money inflow.link
HelloMoonPostV0NFTListingsdirect/v1/HelloMoon/v0/nft/listingsPOSTList all current NFT listings with detailed metadata.link
HelloMoonPostV0NFTListingStatusdirect/v1/HelloMoon/v0/nft/listing-statusPOSTRetrieve the current listing status of NFTs across marketplaces.link
HelloMoonPostV0NFTListingStatusv2direct/v1/HelloMoon/v0/nft/listing-status/v2POSTGet updated listing status data for NFTs across marketplaces.link
HelloMoonPostV0NFTLoansCollectionSummarydirect/v1/HelloMoon/v0/nft/loans/collection-summaryPOSTGet a summary of loans within NFT collections.link
HelloMoonPostV0NFTLoantoValue(LTV)direct/v1/HelloMoon/v0/nft/loans/ltvPOSTGet loan-to-value (LTV) ratio data for NFTs, essential for loan assessment.link
HelloMoonPostV0NFTMarketplaceTensorFloorPriceByCreatordirect/v1/HelloMoon/v0/nft/marketplace/tensor/floor-price-by-creatorPOSTRetrieve floor price data for Tensor marketplace NFTs, grouped by creator.link
HelloMoonPostV0NFTMarketplaceTransactionsdirect/v1/HelloMoon/v0/nft/marketplace/transactionsPOSTRetrieve NFT marketplace transaction records, including sale amounts and times.link
HelloMoonPostV0NFTMarketStatsdirect/v1/HelloMoon/v0/nft/market-statsPOSTFetch general market statistics for NFTs.link
HelloMoonPostV0NFTMintInformationdirect/v1/HelloMoon/v0/nft/mint_informationPOSTRetrieve detailed mint information for a specific NFT.link
HelloMoonPostV0NFTOwnershipByPublicKeydirect/v1/HelloMoon/v0/nft/collection/ownership/for-pubkeyPOSTGet NFT ownership information for a specific public key.link
HelloMoonPostV0NFTPrimarySalesdirect/v1/HelloMoon/v0/nft/sales/primaryPOSTRetrieve primary sale data for NFTs, including price and buyer information.link
HelloMoonPostV0NFTRoyaltydirect/v1/HelloMoon/v0/nft/royaltyPOSTRetrieve royalty information for NFTs within specified collections.link
HelloMoonPostV0NFTRoyaltyAllTimeAmountPaiddirect/v1/HelloMoon/v0/nft/royalty/all-time/amount-paidPOSTGet the all-time amount of royalties paid for a specified NFT collection.link
HelloMoonPostV0NFTSalesPerMarketDailydirect/v1/HelloMoon/v0/nft/sales_per_market_dailyPOSTFetch daily sales data for NFTs across different marketplaces.link
HelloMoonPostV0NFTSecondarySalesdirect/v1/HelloMoon/v0/nft/sales/secondaryPOSTRetrieve secondary sale data for NFTs, including price and buyer details.link
HelloMoonPostV0NFTSecondarySalesByMintdirect/v1/HelloMoon/v0/nft/sales/secondary/latest/mintPOSTRetrieve recent secondary sales data for NFTs by mint address.link
HelloMoonPostV0NFTSocialDatadirect/v1/HelloMoon/v0/nft/socialPOSTRetrieve social engagement data for NFTs on Hello Moon.link
HelloMoonPostV0ShitNFTsdirect/v1/HelloMoon/v0/shit/nftsPOSTFetch NFT data labeled under the "Shit" category on Hello Moon.link

Moralis

NamePathMethodDescriptionDocs
MoralisGetCollectionsByWalletdirect/v1/Moralis/{address}/nft/collectionsGETGet collections by walletlink
MoralisGetCollectionStatsdirect/v1/Moralis/nft/{address}/statsGETGet collection statslink
MoralisGetContractMetadatadirect/v1/Moralis/nft/{address}/metadataGETGet contract metadatalink
MoralisGetContractSalePricesdirect/v1/Moralis/nft/{address}/priceGETGet contract sale priceslink
MoralisGetLowestPricedirect/v1/Moralis/nft/{address}/lowestpriceGETGet lowest pricelink
MoralisGetMultipleNftsdirect/v1/Moralis/nft/getMultipleNFTsGETGet multiple NFTslink
MoralisGetNftDatadirect/v1/Moralis/nft/{address}/{token_id}GETGet NFT metadatalink
MoralisGetNftOwnersdirect/v1/Moralis/nft/{address}/ownersGETGet NFT ownerslink
MoralisGetNftsByContractdirect/v1/Moralis/nft/{address}GETGet NFTs by contractlink
MoralisGetNftsByTraitsdirect/v1/Moralis/nft/{address}/nfts-by-traitsGETGet NFTs by traitslink
MoralisGetNftsByWalletdirect/v1/Moralis/{address}/nftGETGet NFTs by walletlink
MoralisGetNftTradesdirect/v1/Moralis/nft/{address}/tradesGETGet NFT tradeslink
MoralisGetNftTradesByWalletdirect/v1/Moralis/wallets/{address}/nfts/tradesGETGet trades by walletlink
MoralisGetNftTraitsByCollectiondirect/v1/Moralis/nft/{address}/traitsGETGet NFT traits by collection (single response, limited to 5,000 traits)link
MoralisGetNftTraitsByCollectionPaginateddirect/v1/Moralis/nft/{address}/traits/paginateGETGet NFT traits by collection (paginated, no limit)link
MoralisGetNftTransfersByWalletdirect/v1/Moralis/{address}/nft/transfersGETGet transfers by walletlink
MoralisGetSalePricesdirect/v1/Moralis/nft/{address}/{token_id}/priceGETGet sale priceslink
MoralisGetSolanaNftMetadatadirect/v1/Moralis/solana/nft/{network}/{address}/metadataGETGet NFT metadata on Solanalink
MoralisGetSolanaNftsByWalletdirect/v1/Moralis/solana/account/{network}/{address}/nftGETGet NFTs by wallet on Solanalink
MoralisGetTokenIdOwnersdirect/v1/Moralis/nft/{address}/{token_id}/ownersGETGet token ID ownerslink
MoralisGetTokenStatsdirect/v1/Moralis/nft/{address}/{token_id}/statsGETGet token statslink
MoralisGetTradesByTokendirect/v1/Moralis/nft/{address}/{token_id}/tradesGETGet trades by tokenlink
MoralisGetTransfersByBlockdirect/v1/Moralis/block/{block_number_or_hash}/nft/transfersGETGet transfers by blocklink
MoralisGetTransfersByContractdirect/v1/Moralis/nft/{address}/transfersGETGet transfers by contractlink
MoralisGetTransfersByTokenIddirect/v1/Moralis/nft/{address}/{token_id}/transfersGETGet transfers by contract and token IDlink
MoralisGetTransfersFromBlockdirect/v1/Moralis/nft/transfersGETGet transfers from block to blocklink
MoralisResyncMetadatadirect/v1/Moralis/nft/{address}/{token_id}/metadata/resyncGETResync metadatalink
MoralisResyncNftTraitsByCollectiondirect/v1/Moralis/nft/{address}/traits/resyncGETResync NFT traits by collectionlink
MoralisSyncNftContractdirect/v1/Moralis/nft/{address}/syncGETSync NFT contractlink

Shyft

NamePathMethodDescriptionDocs
ShyftDeleteV1BurnManyNFTsV2direct/v1/Shyft/sol/v1/nft/burn_manyDELETEBurn as many NFTs as you wantlink
ShyftDeleteV1BurnNFTDetacheddirect/v1/Shyft/sol/v1/nft/burn_detachDELETEBurn an NFTlink
ShyftGetV1AllNFTAddressesdirect/v1/Shyft/sol/v1/candy_machine/nft_addressesGETGet all the NFT addresseslink
ShyftGetV1CandyMachineAllNFTsdirect/v1/Shyft/sol/v1/candy_machine/nftsGETGet all the NFTslink
ShyftGetV1GetNftsInCollectiondirect/v1/Shyft/sol/v1/collections/get_nftsGETGet all the NFTs in a collectionlink
ShyftGetV1NFTCollectionsdirect/v1/Shyft/sol/v1/wallet/collectionsGETFor getting all the collections in a walletlink
ShyftGetV1ReadNFTdirect/v1/Shyft/sol/v1/nft/readGETGet the properties, metadata and on-chain parameters of an already existing on-chian nft.link
ShyftGetV1ReadSelectedNFTsdirect/v1/Shyft/sol/v1/nft/read_selectedPOSTRead selected NFTslink
ShyftGetV1ReadWalletNftsdirect/v1/Shyft/sol/v1/nft/read_allGETRead all NFTslink
ShyftGetV1Searchdirect/v1/Shyft/sol/v1/nft/searchGETSearch for NFTslink
ShyftPostV1CreateCandyMachinedirect/v1/Shyft/sol/v1/candy_machine/createPOSTCreate a candy machinelink
ShyftPostV1CreateMetadatadirect/v1/Shyft/sol/v1/metadata/createPOSTCreate metadata for an NFTlink
ShyftPostV1CreateNFTDetacheddirect/v1/Shyft/sol/v1/nft/create_detachPOSTCreate an NFTlink
ShyftPostV1CreateNFTfromMetadatadirect/v1/Shyft/sol/v1/nft/create_from_metadataPOSTCreate an NFT from metadatalink
ShyftPostV1CreateNFTV2direct/v1/Shyft/sol/v1/nft/createPOSTCreate an NFTlink
ShyftPostV1InsertTokenCandyMachinedirect/v1/Shyft/sol/v1/candy_machine/insertPOSTInsert token in candy machinelink
ShyftPostV1MintFromCandyMachinedirect/v1/Shyft/sol/v1/candy_machine/mintPOSTMint from candy machinelink
ShyftPostV1MintNFTDetacheddirect/v1/Shyft/sol/v1/nft/mint_detachPOSTCreates a new NFT and mints it to the walletlink
ShyftPostV1NFTGetOwnersdirect/v1/Shyft/sol/v1/nft/get_ownersPOSTReturns the owners of an NFTlink
ShyftPostV1TransferMultipleNFTsdirect/v1/Shyft/sol/v1/nft/transfer_manyPOSTTransfer multiple NFTslink
ShyftPostV1TransferNFTDetacheddirect/v1/Shyft/sol/v1/nft/transfer_detachPOSTTransfer an NFTlink
ShyftPostV1UpdateNFTDetacheddirect/v1/Shyft/sol/v1/nft/update_detachPOSTUpdate an NFTlink
ShyftPostV1UpdateNFTmetadataURIdirect/v1/Shyft/sol/v1/nft/update_metadata_uriPOSTUpdate the metadata URI of an NFTlink
ShyftPostV1UpdateNFTV2direct/v1/Shyft/sol/v1/nft/updatePOSTUpdate an NFTlink

SimpleHash

NamePathMethodDescriptionDocs
SimpleHashGetActiveBidsByCollectiondirect/v1/SimpleHash/nfts/bids/collection/{collection_id}GETActive Bids By Collectionlink
SimpleHashGetActiveBidsByContractdirect/v1/SimpleHash/nfts/bids/{chain}/{contract_address}GETActive Bids By Contractlink
SimpleHashGetActiveBidsByNftdirect/v1/SimpleHash/nfts/bids/{chain}/{contract_address}/{token_id}GETActive Bids By NFTlink
SimpleHashGetActiveBidsByWalletsdirect/v1/SimpleHash/nfts/bids/walletsGETActive Bids By Walletlink
SimpleHashGetActiveListingsByCollectiondirect/v1/SimpleHash/nfts/listings/collection/{collection_id}GETActive Listings by Collectionlink
SimpleHashGetActiveListingsByContractdirect/v1/SimpleHash/nfts/listings/{chain}/{contract_address}GETActive Listings by Contractlink
SimpleHashGetActiveListingsByNftdirect/v1/SimpleHash/nfts/listings/{chain}/{contract_address}/{token_id}GETActive Listings by NFTlink
SimpleHashGetActiveListingsByWalletsdirect/v1/SimpleHash/nfts/listings/walletsGETActive Listings by Wallet(s)link
SimpleHashGetCollectionHistoricalFloorPricesdirect/v1/SimpleHash/nfts/floor_prices_v2/collection/{collection_id}/{granularity}GETCollection Historical Floor Priceslink
SimpleHashGetCollectionsByChaindirect/v1/SimpleHash/nfts/collections/{chain}GETCollections by Chainlink
SimpleHashGetCollectionsByContractdirect/v1/SimpleHash/nfts/collections/{chain}/{contract_address}GETCollections by Contractlink
SimpleHashGetCollectionsByIdsdirect/v1/SimpleHash/nfts/collections/idsGETCollections by ID(s)link
SimpleHashGetCollectionsByMarketplacedirect/v1/SimpleHash/nfts/collections/marketplace/{marketplace}GETCollections by Marketplacelink
SimpleHashGetCollectionsByWalletsV2direct/v1/SimpleHash/nfts/collections_by_wallets_v2GETCollections by Wallet(s)link
SimpleHashGetCollectionVolumesAndMarketCapsdirect/v1/SimpleHash/nfts/collections_activityGETCollection Volumes & Market Capslink
SimpleHashGetContractsByDeployersdirect/v1/SimpleHash/contracts_by_deployerGETContracts By Deployer(s)link
SimpleHashGetContractsByOwnersdirect/v1/SimpleHash/contracts_by_ownerGETContracts By Owner(s)link
SimpleHashGetContractsByWalletsdirect/v1/SimpleHash/nfts/contracts_by_walletsGETContracts by Wallet(s)link
SimpleHashGetHistoricalTopBidsForCollectiondirect/v1/SimpleHash/nfts/top_bids/collection/{collection_id}/{granularity}GETHistorical Top Bids for a Collectionlink
SimpleHashGetListingEventsByChaindirect/v1/SimpleHash/nfts/listing_events/{chain}GETListing Events by Chainlink
SimpleHashGetListingEventsByCollectiondirect/v1/SimpleHash/nfts/listing_events/collection/{collection_id}GETListing Events by Collectionlink
SimpleHashGetListingEventsByContractdirect/v1/SimpleHash/nfts/listing_events/{chain}/{contract_address}GETListing Events by Contractlink
SimpleHashGetListingEventsByEventIdsdirect/v1/SimpleHash/nfts/listing_events/idsGETListing Events by Event IDslink
SimpleHashGetListingEventsByListingIddirect/v1/SimpleHash/nfts/listing_events/listing_id/{listing_id}GETListing Events by Listing IDlink
SimpleHashGetListingEventsByNftdirect/v1/SimpleHash/nfts/listing_events/{chain}/{contract_address}/{token_id}GETListing Events by NFTlink
SimpleHashGetListingEventsByWalletsdirect/v1/SimpleHash/nfts/listing_events/walletsGETListing Events by Wallet(s)link
SimpleHashGetNftByInscriptionNumberdirect/v1/SimpleHash/nfts/{chain}/inscription_number/{inscription_number}GETNFT by Inscription Numberlink
SimpleHashGetNftByTokenIddirect/v1/SimpleHash/nfts/{chain}/{contract_address}/{token_id}GETNFT by Token IDlink
SimpleHashGetNftsByCollectionIddirect/v1/SimpleHash/nfts/collection/{collection_id}GETNFTs by Collection ID / Mintlink
SimpleHashGetNftsByContractdirect/v1/SimpleHash/nfts/{chain}/{contract_address}GETNFTs by Contractlink
SimpleHashGetNftsByContractOwnersdirect/v1/SimpleHash/nfts/contract_ownerGETNFTs by Contract Owner(s)link
SimpleHashGetNftsByPoapEventIddirect/v1/SimpleHash/nfts/poap_event/{event_id}GETNFTs by POAP Event IDlink
SimpleHashGetNftsByTokenListdirect/v1/SimpleHash/nfts/assetsGETNFTs by Token Listlink
SimpleHashGetNftsByWalletsdirect/v1/SimpleHash/nfts/ownersGETNFTs by Wallet(s)link
SimpleHashGetNftsByWalletsAdvanceddirect/v1/SimpleHash/nfts/owners_v2GETNFTs by Wallet(s) Advancedlink
SimpleHashGetOwnersByCollectiondirect/v1/SimpleHash/nfts/owners/collection/{collection_id}GETOwners by Collectionlink
SimpleHashGetOwnersByContractdirect/v1/SimpleHash/nfts/owners/{chain}/{contract_address}GETOwners by Contractlink
SimpleHashGetOwnersByNftdirect/v1/SimpleHash/nfts/owners/{chain}/{contract_address}/{token_id}GETOwners by NFTlink
SimpleHashGetOwnershipSummaryByWalletsdirect/v1/SimpleHash/nfts/contractsGETOwnership Summary by Wallet(s)link
SimpleHashGetSalesAndTransfersByChaindirect/v1/SimpleHash/nfts/transfers/{chain}GETSales & Transfers by Chainlink
SimpleHashGetSalesAndTransfersByCollectiondirect/v1/SimpleHash/nfts/transfers/collection/{collection_id}GETSales & Transfers by Collectionlink
SimpleHashGetSalesAndTransfersByContractdirect/v1/SimpleHash/nfts/transfers/{chain}/{contract_address}GETSales & Transfers by Contractlink
SimpleHashGetSalesAndTransfersByContractOwnersdirect/v1/SimpleHash/nfts/transfers/contract_ownerGETSales & Transfers by Contract Owner(s)link
SimpleHashGetSalesAndTransfersByNftdirect/v1/SimpleHash/nfts/transfers/{chain}/{contract_address}/{token_id}GETSales & Transfers by NFTlink
SimpleHashGetSalesAndTransfersByTransactionHashdirect/v1/SimpleHash/nfts/transfers/transaction/{chain}/{transaction_hash}GETSales & Transfers by Tx Hashlink
SimpleHashGetSalesAndTransfersByWalletsdirect/v1/SimpleHash/nfts/transfers/walletsGETSales & Transfers by Wallet(s)link
SimpleHashGetSalesVolumeByChainsdirect/v1/SimpleHash/nfts/sales_volumeGETSales Volume by Chain(s)link
SimpleHashGetTopCollectionsdirect/v1/SimpleHash/nfts/collections/top_v2GETTop Collectionslink
SimpleHashGetTopCollectorsByCollectiondirect/v1/SimpleHash/nfts/top_collectors/collection/{collection_id}GETTop Collectors by Collectionlink
SimpleHashGetTopCollectorsByContractdirect/v1/SimpleHash/nfts/top_collectors/{chain}/{contract_address}GETTop Collectors by Contractlink
SimpleHashGetTopSalesByCollectiondirect/v1/SimpleHash/nfts/top_sales/collection/{collection_id}GETTop Sales by Collectionlink
SimpleHashGetTopSalesByContractdirect/v1/SimpleHash/nfts/top_sales/{chain}/{contract_address}GETTop Sales by Contractlink
SimpleHashGetTopSalesByContractOwnersdirect/v1/SimpleHash/nfts/top_sales/contract_ownerGETTop Sales by Contract Owner(s)link
SimpleHashGetTopWalletsdirect/v1/SimpleHash/nfts/top_walletsGETTop Walletslink
SimpleHashGetTraitFloorPriceByCollectiondirect/v1/SimpleHash/nfts/traits/collection/{collection_id}/floorGETTrait Floor Price by Collectionlink
SimpleHashGetTraitFloorPricesByNftdirect/v1/SimpleHash/nfts/traits/{chain}/{contract_address}/{token_id}/floorsGETTrait Floor Prices by NFTlink
SimpleHashGetTraitsByCollectiondirect/v1/SimpleHash/nfts/traits/collection/{collection_id}GETTraits by Collectionlink
SimpleHashGetTrendingCollectionsdirect/v1/SimpleHash/nfts/collections/trendingGETTrending Collectionslink
SimpleHashGetWalletValuationdirect/v1/SimpleHash/nfts/owners/valueGETWallet Valuationlink
SimpleHashPOSTRefreshCollectionMetadatadirect/v1/SimpleHash/nfts/refresh/collection/{collection_id}POSTRefresh Collection Metadatalink
SimpleHashPOSTRefreshContractMetadatadirect/v1/SimpleHash/nfts/refresh/{chain}/{contract_address}POSTRefresh Contract Metadatalink
SimpleHashPOSTRefreshNftMetadatadirect/v1/SimpleHash/nfts/refresh/{chain}/{contract_address}/{token_id}POSTRefresh NFT Metadatalink
SimpleHashPOSTRefreshWalletMetadatadirect/v1/SimpleHash/nfts/refresh/wallet/{wallet_address}POSTRefresh Wallet Metadatalink
SimpleHashPOSTSendSpamReportdirect/v1/SimpleHash/nfts/report/spamPOSTSend Spam Reportlink

SolScan

NamePathMethodDescriptionDocs
SolScanGetV2NftActivitiesdirect/v1/SolScan/v2.0/nft/activitiesGETGet NFT activities on Solana.link
SolScanGetV2NftCollectionItemsdirect/v1/SolScan/v2.0/nft/collection/itemsGETGet items from a specific NFT collection on Solana.link
SolScanGetV2NftCollectionListsdirect/v1/SolScan/v2.0/nft/collection/listsGETGet a list of NFT collections on Solana.link
SolScanGetV2NftNewsdirect/v1/SolScan/v2.0/nft/newsGETGet news related to NFTs on Solana.link

TonAPI

NamePathMethodDescriptionDocs
TonAPIGetV2AccountNftHistorydirect/v1/TonAPI/v2/accounts/{account_id}/nfts/historyGETGet the transfer nft historylink
TonAPIGetV2AccountNftItemsdirect/v1/TonAPI/v2/accounts/{account_id}/nftsGETGet all NFT items by owner addresslink
TonAPIGetV2ItemsFromCollectiondirect/v1/TonAPI/v2/nfts/collections/{account_id}/itemsGETGet NFT items from collection by collection addresslink
TonAPIGetV2NftCollectiondirect/v1/TonAPI/v2/nfts/collections/{account_id}GETGet NFT collection by collection addresslink
TonAPIGetV2NftCollectionsdirect/v1/TonAPI/v2/nfts/collectionsGETGet NFT collectionslink
TonAPIGetV2NftHistoryByIDdirect/v1/TonAPI/v2/nfts/{account_id}/historyGETGet the transfer nfts history for accountlink
TonAPIGetV2NftItemByAddressdirect/v1/TonAPI/v2/nfts/{account_id}GETGet NFT item by its addresslink
TonAPIGetV2NftItemsByAddressesdirect/v1/TonAPI/v2/nfts/_bulkPOSTGet NFT items by their addresseslink