API endpoints for NFT.
NFT — Direct API Endpoints
Alchemy
Name | Path | Method | Description | Docs |
---|---|---|---|---|
AlchemyGetV3CollectionMetadata | direct/v1/Alchemy/{chain}/nft/v3/getCollectionMetadata | GET | Retrieves high-level collection or contract-level information for an NFT collection. | link |
AlchemyGetV3CollectionsForOwner | direct/v1/Alchemy/{chain}/nft/v3/getCollectionsForOwner | GET | Retrieves all NFT collections held by a specified owner address. | link |
AlchemyGetV3ComputeRarity | direct/v1/Alchemy/{chain}/nft/v3/computeRarity | GET | Calculates the rarity of each attribute within an NFT. | link |
AlchemyGetV3ContractMetadata | direct/v1/Alchemy/{chain}/nft/v3/getContractMetadata | GET | Retrieves high-level collection or contract-level information for an NFT. | link |
AlchemyGetV3ContractMetadataBatch | direct/v1/Alchemy/{chain}/nft/v3/getContractMetadataBatch | POST | Retrieves metadata for a list of specified contract addresses in a single request. | link |
AlchemyGetV3ContractsForOwner | direct/v1/Alchemy/{chain}/nft/v3/getContractsForOwner | GET | Retrieves all NFT contracts held by a specified owner address. | link |
AlchemyGetV3FloorPrice | direct/v1/Alchemy/{chain}/nft/v3/getFloorPrice | GET | Retrieves the floor prices of an NFT collection across different marketplaces. | link |
AlchemyGetV3InvalidateContract | direct/v1/Alchemy/{chain}/nft/v3/invalidateContract | GET | Marks all cached tokens for the specified contract as stale, ensuring the next query fetches live data instead of cached data. | link |
AlchemyGetV3IsAirdropNft | direct/v1/Alchemy/{chain}/nft/v3/isAirdropNFT | GET | Determines 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 |
AlchemyGetV3IsHolderOfContract | direct/v1/Alchemy/{chain}/nft/v3/isHolderOfContract | GET | Determines whether a specific wallet holds any NFT from a given contract. | link |
AlchemyGetV3IsSpamContract | direct/v1/Alchemy/{chain}/nft/v3/isSpamContract | GET | Determines whether a specific contract is marked as spam by Alchemy. | link |
AlchemyGetV3NftMetadata | direct/v1/Alchemy/{chain}/nft/v3/getNFTMetadata | GET | Retrieves the metadata associated with a specific NFT. | link |
AlchemyGetV3NftMetadataBatch | direct/v1/Alchemy/{chain}/nft/v3/getNFTMetadataBatch | POST | Retrieves metadata for up to 100 specified NFT contracts in a single request. | link |
AlchemyGetV3NftSales | direct/v1/Alchemy/{chain}/nft/v3/getNFTSales | GET | Retrieves NFT sales that have occurred through on-chain marketplaces. | link |
AlchemyGetV3NftsForCollection | direct/v1/Alchemy/{chain}/nft/v3/getNFTsForCollection | GET | Retrieves all NFTs associated with a specific NFT collection. | link |
AlchemyGetV3NftsForContract | direct/v1/Alchemy/{chain}/nft/v3/getNFTsForContract | GET | Retrieves all NFTs associated with a specific NFT contract. | link |
AlchemyGetV3NftsForOwner | direct/v1/Alchemy/{chain}/nft/v3/getNFTsForOwner | GET | Retrieves all NFTs currently owned by a specified address. | link |
AlchemyGetV3OwnersForContract | direct/v1/Alchemy/{chain}/nft/v3/getOwnersForContract | GET | Retrieves all owners associated with a specific NFT contract. | link |
AlchemyGetV3OwnersForNft | direct/v1/Alchemy/{chain}/nft/v3/getOwnersForNFT | GET | Retrieves the owner(s) for a specific token. | link |
AlchemyGetV3RefreshNftMetadata | direct/v1/Alchemy/{chain}/nft/v3/refreshNftMetadata | POST | Submits a request for Alchemy to refresh the cached metadata of a specific NFT token. | link |
AlchemyGetV3ReportSpam | direct/v1/Alchemy/{chain}/nft/v3/reportSpam | GET | Reports a specific address to the API if it is suspected to be spam. | link |
AlchemyGetV3SearchContractMetadata | direct/v1/Alchemy/{chain}/nft/v3/searchContractMetadata | GET | Searches for a keyword across metadata of all ERC-721 and ERC-1155 smart contracts. | link |
AlchemyGetV3SpamContracts | direct/v1/Alchemy/{chain}/nft/v3/getSpamContracts | GET | Returns a list of all spam contracts marked by Alchemy. | link |
AlchemyGetV3SummarizeNftAttributes | direct/v1/Alchemy/{chain}/nft/v3/summarizeNFTAttributes | GET | Generates a summary of attribute prevalence for a specific NFT collection. | link |
Covalent
Name | Path | Method | Description | Docs |
---|---|---|---|---|
CovalentGetV1AddressBalancesNft | direct/v1/Covalent/v1/{chainName}/address/{walletAddress}/balances_nft | GET | Get NFTs for address | link |
CovalentGetV1AttributesForTrait | direct/v1/Covalent/v1/{chainName}/nft/{collectionContract}/traits/{trait}/attributes | GET | Get attributes for a collection trait | link |
CovalentGetV1ChainCollections | direct/v1/Covalent/v1/{chainName}/nft/collections | GET | Get chain collections | link |
CovalentGetV1CheckNftOwnership | direct/v1/Covalent/v1/{chainName}/address/{walletAddress}/collection/{collectionContract} | GET | Check ownership in NFT collection | link |
CovalentGetV1CheckSpecificNftOwnership | direct/v1/Covalent/v1/{chainName}/address/{walletAddress}/collection/{collectionContract}/token/{tokenId} | GET | Check ownership in NFT collection for specific token | link |
CovalentGetV1FloorPrices | direct/v1/Covalent/v1/{chainName}/nft_market/{contractAddress}/floor_price | GET | Get historical floor prices for a collection | link |
CovalentGetV1HistoricalSalesCount | direct/v1/Covalent/v1/{chainName}/nft_market/{contractAddress}/sale_count | GET | Get historical sales count for a collection | link |
CovalentGetV1HistoricalVolume | direct/v1/Covalent/v1/{chainName}/nft_market/{contractAddress}/volume | GET | Get historical volume for a collection | link |
CovalentGetV1NftApprovals | direct/v1/Covalent/v1/{chainName}/nft/approvals/{walletAddress} | GET | Get NFT approvals for address | link |
CovalentGetV1NftMetadata | direct/v1/Covalent/v1/{chainName}/nft/{contractAddress}/metadata | GET | Get NFTs from contract with metadata | link |
CovalentGetV1NftTransactions | direct/v1/Covalent/v1/{chainName}/tokens/{contractAddress}/nft_transactions/{tokenId} | GET | Get NFT transactions for contract | link |
CovalentGetV1SingleNftMetadata | direct/v1/Covalent/v1/{chainName}/nft/{contractAddress}/metadata/{tokenId} | GET | Get single NFT from contract with metadata | link |
CovalentGetV1TraitsForCollection | direct/v1/Covalent/v1/{chainName}/nft/{collectionContract}/traits | GET | Get traits for a collection | link |
CovalentGetV1TraitsSummary | direct/v1/Covalent/v1/{chainName}/nft/{collectionContract}/traits_summary | GET | Get trait summary for collection | link |
Defined
Name | Path | Method | Description | Docs |
---|---|---|---|---|
DefinedPostFilterNftCollections | direct/v1/Defined/filterNftCollections | POST | Returns a list of NFT collection based on a variety of filters. | link |
DefinedPostFilterNftParallelAssets | direct/v1/Defined/filterNftParallelAssets | POST | Returns a list of Parallel assets based on a variety of filters. | link |
DefinedPostFilterNftPoolCollections | direct/v1/Defined/filterNftPoolCollections | POST | Returns a list of NFT collections based on a variety of filters. | link |
DefinedPostFilterNftPools | direct/v1/Defined/filterNftPools | POST | Returns a list of NFT pools based on a variety of filters. | link |
DefinedPostGetDetailedNftStats | direct/v1/Defined/getDetailedNftStats | POST | Returns bucketed stats for a given NFT collection. | link |
DefinedPostGetNftAssets | direct/v1/Defined/getNftAssets | POST | Returns a list of NFT assets in a given collection. | link |
DefinedPostGetNftCollectionMetadata | direct/v1/Defined/getNftCollectionMetadata | POST | Returns stats for an NFT collection across different time frames. | link |
DefinedPostGetNftContracts | direct/v1/Defined/getNftContracts | POST | Returns a list of NFT collection metadata. | link |
DefinedPostGetNftEvents | direct/v1/Defined/getNftEvents | POST | Returns transactions for an NFT collection across any marketplace(s). | link |
DefinedPostGetNftPool | direct/v1/Defined/getNftPool | POST | Returns an NFT pool. | link |
DefinedPostGetNftPoolCollection | direct/v1/Defined/getNftPoolCollection | POST | Returns an NFT pool collection with pool stats for a given AMM NFT marketplace. | link |
DefinedPostGetNftPoolCollectionsByExchange | direct/v1/Defined/getNftPoolCollectionsByExchange | POST | Returns an NFT collection with pool stats for a given AMM NFT marketplace. | link |
DefinedPostGetNftPoolEvents | direct/v1/Defined/getNftPoolEvents | POST | Returns transactions for an NFT collection across all NFT pools or within a given pool. | link |
DefinedPostGetNftPoolsByCollectionAndExchange | direct/v1/Defined/getNftPoolsByCollectionAndExchange | POST | Returns NFT pools for a given collection and AMM NFT marketplace. | link |
DefinedPostGetNftPoolsByOwner | direct/v1/Defined/getNftPoolsByOwner | POST | Returns a list of NFT pools for a given owner. | link |
DefinedPostGetNftPoolStats | direct/v1/Defined/getNftPoolStats | POST | Returns aggregated NFT pool/collection stats for a given time frame. | link |
DefinedPostGetParallelAssets | direct/v1/Defined/getParallelAssets | POST | Returns transactions for an NFT collection across any marketplace(s). | link |
DefinedPostGetParallelCardChanges | direct/v1/Defined/getParallelCardChanges | POST | Returns changes made to Parallel card metadata over time. | link |
DefinedPostNftHolders | direct/v1/Defined/nftHolders | POST | Returns list of wallets that hold a given collection, ordered by holdings descending. Also has the unique count of holders for that collection | link |
DefinedPostSearchNfts | direct/v1/Defined/searchNfts | POST | Returns a list of NFT collections matching a given query string. | link |
DefinedPostWalletNftCollectionAssets | direct/v1/Defined/walletNftCollectionAssets | POST | Returns list of NFT assets held by a given wallet for a single collection. | link |
DefinedPostWalletNftCollections | direct/v1/Defined/walletNftCollections | POST | Returns list of collections and quantity of NFTs held by a given wallet. | link |
HelloMoon
Name | Path | Method | Description | Docs |
---|---|---|---|---|
HelloMoonPostV0HelloMoonCollectionMintMapping | direct/v1/HelloMoon/v0/hello-moon/collection-mint-mapping | POST | Fetch mapping data for collections and mint addresses within the Hello Moon platform. | link |
HelloMoonPostV0MintAccountsByOwner(CNFT) | direct/v1/HelloMoon/v0/nft/mint-accounts-by-owner-cnft | POST | Get mint account details for NFTs owned by a specific user. | link |
HelloMoonPostV0MintsByOwner | direct/v1/HelloMoon/v0/nft/mints-by-owner | POST | Get a list of NFTs minted by a specific owner on the blockchain. | link |
HelloMoonPostV0NFTCollectionAllTimeData | direct/v1/HelloMoon/v0/nft/collection/all-time | POST | Retrieve all-time data for NFT collections, including transaction volume and price history. | link |
HelloMoonPostV0NFTCollectionCollective | direct/v1/HelloMoon/v0/nft/collection/collective | POST | Fetch data for NFT collections labeled as "collective" on Hello Moon. | link |
HelloMoonPostV0NFTCollectionFloorPrice | direct/v1/HelloMoon/v0/nft/collection/floorprice | POST | Get the latest floor price for an NFT collection. | link |
HelloMoonPostV0NFTCollectionFloorPriceBatched | direct/v1/HelloMoon/v0/nft/collection/floorprice/batched | POST | Fetch batched floor prices for multiple NFT collections. | link |
HelloMoonPostV0NFTCollectionFloorPriceCandlesticks | direct/v1/HelloMoon/v0/nft/collection/floorprice/candlesticks | POST | Retrieve candlestick data for floor prices of NFT collections. | link |
HelloMoonPostV0NFTCollectionFloorPriceCompressed | direct/v1/HelloMoon/v0/nft/collection/floor-price-compressed | POST | Fetch compressed floor price data for NFT collections. | link |
HelloMoonPostV0NFTCollectionFloorPrices | direct/v1/HelloMoon/v0/nft/collection/floorprices | POST | Retrieve floor prices across multiple NFT collections. | link |
HelloMoonPostV0NFTCollectionLeaderboardStats | direct/v1/HelloMoon/v0/nft/collection/leaderboard/stats | POST | Get leaderboard statistics for NFT collections based on trading volumes and other factors. | link |
HelloMoonPostV0NFTCollectionListing | direct/v1/HelloMoon/v0/nft/collection/listing | POST | Retrieve listing data for specific NFT collections. | link |
HelloMoonPostV0NFTCollectionMints | direct/v1/HelloMoon/v0/nft/collection/mints | POST | Retrieve data on newly minted NFTs within specific collections. | link |
HelloMoonPostV0NFTCollectionName | direct/v1/HelloMoon/v0/nft/collection/name | POST | Retrieve NFT collection details by name, using a specific search strategy. | link |
HelloMoonPostV0NFTCollectionOverlap | direct/v1/HelloMoon/v0/nft/collection/overlap | POST | Fetch overlap data for NFT collections. | link |
HelloMoonPostV0NFTCollectionOverlapTop | direct/v1/HelloMoon/v0/nft/collection/overlap/top | POST | Retrieve top overlap data for NFT collections. | link |
HelloMoonPostV0NFTCollectionOwnershipCumulative | direct/v1/HelloMoon/v0/nft/collection/ownership/cumulative | POST | Fetch cumulative ownership data for NFT collections. | link |
HelloMoonPostV0NFTCollectionOwnershipCurrent | direct/v1/HelloMoon/v0/nft/collection/ownership/current | POST | Retrieve current ownership data for an NFT collection. | link |
HelloMoonPostV0NFTCollectionOwnershipHistorical | direct/v1/HelloMoon/v0/nft/collection/ownership/historical | POST | Fetch historical ownership data for NFT collections. | link |
HelloMoonPostV0NFTCollectionOwnershipHoldingPeriod | direct/v1/HelloMoon/v0/nft/collection/ownership/holding-period | POST | Get holding period data for owners of NFTs in specific collections. | link |
HelloMoonPostV0NFTCollectionOwnershipTopHolders | direct/v1/HelloMoon/v0/nft/collection/ownership/top-holders | POST | Retrieve top holder data for an NFT collection. | link |
HelloMoonPostV0NFTCollectionPrimarySalesStats | direct/v1/HelloMoon/v0/nft/collection/stats/primary-sales | POST | Fetch primary sales statistics for NFT collections. | link |
HelloMoonPostV0NFTCollectionProgramUsage | direct/v1/HelloMoon/v0/nft/collection/program-usage | POST | Fetch program usage statistics for a specific NFT collection. | link |
HelloMoonPostV0NFTCollectionSmartMoneyInflow | direct/v1/HelloMoon/v0/nft/collection/smart-money-inflow | POST | Retrieve data on smart money inflows into NFT collections. | link |
HelloMoonPostV0NFTCollectionStats | direct/v1/HelloMoon/v0/nft/collection/stats | POST | Retrieve statistical data for NFT collections. | link |
HelloMoonPostV0NFTCollectionVolatility | direct/v1/HelloMoon/v0/nft/collection/volatility | POST | Retrieve volatility data for NFT collections, useful for market analysis. | link |
HelloMoonPostV0NFTCollectionWashTrading | direct/v1/HelloMoon/v0/nft/collection/washtrading | POST | Retrieve wash trading data for NFTs within specific collections. | link |
HelloMoonPostV0NFTEstimatedPrice | direct/v1/HelloMoon/v0/nft/estimated-price | POST | Get estimated price for an NFT based on recent market data and trends. | link |
HelloMoonPostV0NFTFreezeLookup | direct/v1/HelloMoon/v0/nft/freeze_lookup | POST | Look up freeze status for NFTs within specific collections. | link |
HelloMoonPostV0NFTFreezeLookupv2 | direct/v1/HelloMoon/v0/nft/freeze_lookup/v2 | POST | Retrieve freeze status details for NFTs with updated settings or format. | link |
HelloMoonPostV0NFTHistoricalOwnership | direct/v1/HelloMoon/v0/nft/ownership/historical | POST | Retrieve historical ownership data for NFTs within the specified endpoint. | link |
HelloMoonPostV0NFTLatestSecondarySales | direct/v1/HelloMoon/v0/nft/sales/secondary/latest | POST | Fetch the latest secondary sales data for a specific NFT or collection. | link |
HelloMoonPostV0NFTLeaderboard | direct/v1/HelloMoon/v0/nft/leaderboard | POST | Retrieve an NFT leaderboard with ordering options such as by smart money inflow. | link |
HelloMoonPostV0NFTListings | direct/v1/HelloMoon/v0/nft/listings | POST | List all current NFT listings with detailed metadata. | link |
HelloMoonPostV0NFTListingStatus | direct/v1/HelloMoon/v0/nft/listing-status | POST | Retrieve the current listing status of NFTs across marketplaces. | link |
HelloMoonPostV0NFTListingStatusv2 | direct/v1/HelloMoon/v0/nft/listing-status/v2 | POST | Get updated listing status data for NFTs across marketplaces. | link |
HelloMoonPostV0NFTLoansCollectionSummary | direct/v1/HelloMoon/v0/nft/loans/collection-summary | POST | Get a summary of loans within NFT collections. | link |
HelloMoonPostV0NFTLoantoValue(LTV) | direct/v1/HelloMoon/v0/nft/loans/ltv | POST | Get loan-to-value (LTV) ratio data for NFTs, essential for loan assessment. | link |
HelloMoonPostV0NFTMarketplaceTensorFloorPriceByCreator | direct/v1/HelloMoon/v0/nft/marketplace/tensor/floor-price-by-creator | POST | Retrieve floor price data for Tensor marketplace NFTs, grouped by creator. | link |
HelloMoonPostV0NFTMarketplaceTransactions | direct/v1/HelloMoon/v0/nft/marketplace/transactions | POST | Retrieve NFT marketplace transaction records, including sale amounts and times. | link |
HelloMoonPostV0NFTMarketStats | direct/v1/HelloMoon/v0/nft/market-stats | POST | Fetch general market statistics for NFTs. | link |
HelloMoonPostV0NFTMintInformation | direct/v1/HelloMoon/v0/nft/mint_information | POST | Retrieve detailed mint information for a specific NFT. | link |
HelloMoonPostV0NFTOwnershipByPublicKey | direct/v1/HelloMoon/v0/nft/collection/ownership/for-pubkey | POST | Get NFT ownership information for a specific public key. | link |
HelloMoonPostV0NFTPrimarySales | direct/v1/HelloMoon/v0/nft/sales/primary | POST | Retrieve primary sale data for NFTs, including price and buyer information. | link |
HelloMoonPostV0NFTRoyalty | direct/v1/HelloMoon/v0/nft/royalty | POST | Retrieve royalty information for NFTs within specified collections. | link |
HelloMoonPostV0NFTRoyaltyAllTimeAmountPaid | direct/v1/HelloMoon/v0/nft/royalty/all-time/amount-paid | POST | Get the all-time amount of royalties paid for a specified NFT collection. | link |
HelloMoonPostV0NFTSalesPerMarketDaily | direct/v1/HelloMoon/v0/nft/sales_per_market_daily | POST | Fetch daily sales data for NFTs across different marketplaces. | link |
HelloMoonPostV0NFTSecondarySales | direct/v1/HelloMoon/v0/nft/sales/secondary | POST | Retrieve secondary sale data for NFTs, including price and buyer details. | link |
HelloMoonPostV0NFTSecondarySalesByMint | direct/v1/HelloMoon/v0/nft/sales/secondary/latest/mint | POST | Retrieve recent secondary sales data for NFTs by mint address. | link |
HelloMoonPostV0NFTSocialData | direct/v1/HelloMoon/v0/nft/social | POST | Retrieve social engagement data for NFTs on Hello Moon. | link |
HelloMoonPostV0ShitNFTs | direct/v1/HelloMoon/v0/shit/nfts | POST | Fetch NFT data labeled under the "Shit" category on Hello Moon. | link |
Moralis
Name | Path | Method | Description | Docs |
---|---|---|---|---|
MoralisGetCollectionsByWallet | direct/v1/Moralis/{address}/nft/collections | GET | Get collections by wallet | link |
MoralisGetCollectionStats | direct/v1/Moralis/nft/{address}/stats | GET | Get collection stats | link |
MoralisGetContractMetadata | direct/v1/Moralis/nft/{address}/metadata | GET | Get contract metadata | link |
MoralisGetContractSalePrices | direct/v1/Moralis/nft/{address}/price | GET | Get contract sale prices | link |
MoralisGetLowestPrice | direct/v1/Moralis/nft/{address}/lowestprice | GET | Get lowest price | link |
MoralisGetMultipleNfts | direct/v1/Moralis/nft/getMultipleNFTs | GET | Get multiple NFTs | link |
MoralisGetNftData | direct/v1/Moralis/nft/{address}/{token_id} | GET | Get NFT metadata | link |
MoralisGetNftOwners | direct/v1/Moralis/nft/{address}/owners | GET | Get NFT owners | link |
MoralisGetNftsByContract | direct/v1/Moralis/nft/{address} | GET | Get NFTs by contract | link |
MoralisGetNftsByTraits | direct/v1/Moralis/nft/{address}/nfts-by-traits | GET | Get NFTs by traits | link |
MoralisGetNftsByWallet | direct/v1/Moralis/{address}/nft | GET | Get NFTs by wallet | link |
MoralisGetNftTrades | direct/v1/Moralis/nft/{address}/trades | GET | Get NFT trades | link |
MoralisGetNftTradesByWallet | direct/v1/Moralis/wallets/{address}/nfts/trades | GET | Get trades by wallet | link |
MoralisGetNftTraitsByCollection | direct/v1/Moralis/nft/{address}/traits | GET | Get NFT traits by collection (single response, limited to 5,000 traits) | link |
MoralisGetNftTraitsByCollectionPaginated | direct/v1/Moralis/nft/{address}/traits/paginate | GET | Get NFT traits by collection (paginated, no limit) | link |
MoralisGetNftTransfersByWallet | direct/v1/Moralis/{address}/nft/transfers | GET | Get transfers by wallet | link |
MoralisGetSalePrices | direct/v1/Moralis/nft/{address}/{token_id}/price | GET | Get sale prices | link |
MoralisGetSolanaNftMetadata | direct/v1/Moralis/solana/nft/{network}/{address}/metadata | GET | Get NFT metadata on Solana | link |
MoralisGetSolanaNftsByWallet | direct/v1/Moralis/solana/account/{network}/{address}/nft | GET | Get NFTs by wallet on Solana | link |
MoralisGetTokenIdOwners | direct/v1/Moralis/nft/{address}/{token_id}/owners | GET | Get token ID owners | link |
MoralisGetTokenStats | direct/v1/Moralis/nft/{address}/{token_id}/stats | GET | Get token stats | link |
MoralisGetTradesByToken | direct/v1/Moralis/nft/{address}/{token_id}/trades | GET | Get trades by token | link |
MoralisGetTransfersByBlock | direct/v1/Moralis/block/{block_number_or_hash}/nft/transfers | GET | Get transfers by block | link |
MoralisGetTransfersByContract | direct/v1/Moralis/nft/{address}/transfers | GET | Get transfers by contract | link |
MoralisGetTransfersByTokenId | direct/v1/Moralis/nft/{address}/{token_id}/transfers | GET | Get transfers by contract and token ID | link |
MoralisGetTransfersFromBlock | direct/v1/Moralis/nft/transfers | GET | Get transfers from block to block | link |
MoralisResyncMetadata | direct/v1/Moralis/nft/{address}/{token_id}/metadata/resync | GET | Resync metadata | link |
MoralisResyncNftTraitsByCollection | direct/v1/Moralis/nft/{address}/traits/resync | GET | Resync NFT traits by collection | link |
MoralisSyncNftContract | direct/v1/Moralis/nft/{address}/sync | GET | Sync NFT contract | link |
Shyft
Name | Path | Method | Description | Docs |
---|---|---|---|---|
ShyftDeleteV1BurnManyNFTsV2 | direct/v1/Shyft/sol/v1/nft/burn_many | DELETE | Burn as many NFTs as you want | link |
ShyftDeleteV1BurnNFTDetached | direct/v1/Shyft/sol/v1/nft/burn_detach | DELETE | Burn an NFT | link |
ShyftGetV1AllNFTAddresses | direct/v1/Shyft/sol/v1/candy_machine/nft_addresses | GET | Get all the NFT addresses | link |
ShyftGetV1CandyMachineAllNFTs | direct/v1/Shyft/sol/v1/candy_machine/nfts | GET | Get all the NFTs | link |
ShyftGetV1GetNftsInCollection | direct/v1/Shyft/sol/v1/collections/get_nfts | GET | Get all the NFTs in a collection | link |
ShyftGetV1NFTCollections | direct/v1/Shyft/sol/v1/wallet/collections | GET | For getting all the collections in a wallet | link |
ShyftGetV1ReadNFT | direct/v1/Shyft/sol/v1/nft/read | GET | Get the properties, metadata and on-chain parameters of an already existing on-chian nft. | link |
ShyftGetV1ReadSelectedNFTs | direct/v1/Shyft/sol/v1/nft/read_selected | POST | Read selected NFTs | link |
ShyftGetV1ReadWalletNfts | direct/v1/Shyft/sol/v1/nft/read_all | GET | Read all NFTs | link |
ShyftGetV1Search | direct/v1/Shyft/sol/v1/nft/search | GET | Search for NFTs | link |
ShyftPostV1CreateCandyMachine | direct/v1/Shyft/sol/v1/candy_machine/create | POST | Create a candy machine | link |
ShyftPostV1CreateMetadata | direct/v1/Shyft/sol/v1/metadata/create | POST | Create metadata for an NFT | link |
ShyftPostV1CreateNFTDetached | direct/v1/Shyft/sol/v1/nft/create_detach | POST | Create an NFT | link |
ShyftPostV1CreateNFTfromMetadata | direct/v1/Shyft/sol/v1/nft/create_from_metadata | POST | Create an NFT from metadata | link |
ShyftPostV1CreateNFTV2 | direct/v1/Shyft/sol/v1/nft/create | POST | Create an NFT | link |
ShyftPostV1InsertTokenCandyMachine | direct/v1/Shyft/sol/v1/candy_machine/insert | POST | Insert token in candy machine | link |
ShyftPostV1MintFromCandyMachine | direct/v1/Shyft/sol/v1/candy_machine/mint | POST | Mint from candy machine | link |
ShyftPostV1MintNFTDetached | direct/v1/Shyft/sol/v1/nft/mint_detach | POST | Creates a new NFT and mints it to the wallet | link |
ShyftPostV1NFTGetOwners | direct/v1/Shyft/sol/v1/nft/get_owners | POST | Returns the owners of an NFT | link |
ShyftPostV1TransferMultipleNFTs | direct/v1/Shyft/sol/v1/nft/transfer_many | POST | Transfer multiple NFTs | link |
ShyftPostV1TransferNFTDetached | direct/v1/Shyft/sol/v1/nft/transfer_detach | POST | Transfer an NFT | link |
ShyftPostV1UpdateNFTDetached | direct/v1/Shyft/sol/v1/nft/update_detach | POST | Update an NFT | link |
ShyftPostV1UpdateNFTmetadataURI | direct/v1/Shyft/sol/v1/nft/update_metadata_uri | POST | Update the metadata URI of an NFT | link |
ShyftPostV1UpdateNFTV2 | direct/v1/Shyft/sol/v1/nft/update | POST | Update an NFT | link |
SimpleHash
Name | Path | Method | Description | Docs |
---|---|---|---|---|
SimpleHashGetActiveBidsByCollection | direct/v1/SimpleHash/nfts/bids/collection/{collection_id} | GET | Active Bids By Collection | link |
SimpleHashGetActiveBidsByContract | direct/v1/SimpleHash/nfts/bids/{chain}/{contract_address} | GET | Active Bids By Contract | link |
SimpleHashGetActiveBidsByNft | direct/v1/SimpleHash/nfts/bids/{chain}/{contract_address}/{token_id} | GET | Active Bids By NFT | link |
SimpleHashGetActiveBidsByWallets | direct/v1/SimpleHash/nfts/bids/wallets | GET | Active Bids By Wallet | link |
SimpleHashGetActiveListingsByCollection | direct/v1/SimpleHash/nfts/listings/collection/{collection_id} | GET | Active Listings by Collection | link |
SimpleHashGetActiveListingsByContract | direct/v1/SimpleHash/nfts/listings/{chain}/{contract_address} | GET | Active Listings by Contract | link |
SimpleHashGetActiveListingsByNft | direct/v1/SimpleHash/nfts/listings/{chain}/{contract_address}/{token_id} | GET | Active Listings by NFT | link |
SimpleHashGetActiveListingsByWallets | direct/v1/SimpleHash/nfts/listings/wallets | GET | Active Listings by Wallet(s) | link |
SimpleHashGetCollectionHistoricalFloorPrices | direct/v1/SimpleHash/nfts/floor_prices_v2/collection/{collection_id}/{granularity} | GET | Collection Historical Floor Prices | link |
SimpleHashGetCollectionsByChain | direct/v1/SimpleHash/nfts/collections/{chain} | GET | Collections by Chain | link |
SimpleHashGetCollectionsByContract | direct/v1/SimpleHash/nfts/collections/{chain}/{contract_address} | GET | Collections by Contract | link |
SimpleHashGetCollectionsByIds | direct/v1/SimpleHash/nfts/collections/ids | GET | Collections by ID(s) | link |
SimpleHashGetCollectionsByMarketplace | direct/v1/SimpleHash/nfts/collections/marketplace/{marketplace} | GET | Collections by Marketplace | link |
SimpleHashGetCollectionsByWalletsV2 | direct/v1/SimpleHash/nfts/collections_by_wallets_v2 | GET | Collections by Wallet(s) | link |
SimpleHashGetCollectionVolumesAndMarketCaps | direct/v1/SimpleHash/nfts/collections_activity | GET | Collection Volumes & Market Caps | link |
SimpleHashGetContractsByDeployers | direct/v1/SimpleHash/contracts_by_deployer | GET | Contracts By Deployer(s) | link |
SimpleHashGetContractsByOwners | direct/v1/SimpleHash/contracts_by_owner | GET | Contracts By Owner(s) | link |
SimpleHashGetContractsByWallets | direct/v1/SimpleHash/nfts/contracts_by_wallets | GET | Contracts by Wallet(s) | link |
SimpleHashGetHistoricalTopBidsForCollection | direct/v1/SimpleHash/nfts/top_bids/collection/{collection_id}/{granularity} | GET | Historical Top Bids for a Collection | link |
SimpleHashGetListingEventsByChain | direct/v1/SimpleHash/nfts/listing_events/{chain} | GET | Listing Events by Chain | link |
SimpleHashGetListingEventsByCollection | direct/v1/SimpleHash/nfts/listing_events/collection/{collection_id} | GET | Listing Events by Collection | link |
SimpleHashGetListingEventsByContract | direct/v1/SimpleHash/nfts/listing_events/{chain}/{contract_address} | GET | Listing Events by Contract | link |
SimpleHashGetListingEventsByEventIds | direct/v1/SimpleHash/nfts/listing_events/ids | GET | Listing Events by Event IDs | link |
SimpleHashGetListingEventsByListingId | direct/v1/SimpleHash/nfts/listing_events/listing_id/{listing_id} | GET | Listing Events by Listing ID | link |
SimpleHashGetListingEventsByNft | direct/v1/SimpleHash/nfts/listing_events/{chain}/{contract_address}/{token_id} | GET | Listing Events by NFT | link |
SimpleHashGetListingEventsByWallets | direct/v1/SimpleHash/nfts/listing_events/wallets | GET | Listing Events by Wallet(s) | link |
SimpleHashGetNftByInscriptionNumber | direct/v1/SimpleHash/nfts/{chain}/inscription_number/{inscription_number} | GET | NFT by Inscription Number | link |
SimpleHashGetNftByTokenId | direct/v1/SimpleHash/nfts/{chain}/{contract_address}/{token_id} | GET | NFT by Token ID | link |
SimpleHashGetNftsByCollectionId | direct/v1/SimpleHash/nfts/collection/{collection_id} | GET | NFTs by Collection ID / Mint | link |
SimpleHashGetNftsByContract | direct/v1/SimpleHash/nfts/{chain}/{contract_address} | GET | NFTs by Contract | link |
SimpleHashGetNftsByContractOwners | direct/v1/SimpleHash/nfts/contract_owner | GET | NFTs by Contract Owner(s) | link |
SimpleHashGetNftsByPoapEventId | direct/v1/SimpleHash/nfts/poap_event/{event_id} | GET | NFTs by POAP Event ID | link |
SimpleHashGetNftsByTokenList | direct/v1/SimpleHash/nfts/assets | GET | NFTs by Token List | link |
SimpleHashGetNftsByWallets | direct/v1/SimpleHash/nfts/owners | GET | NFTs by Wallet(s) | link |
SimpleHashGetNftsByWalletsAdvanced | direct/v1/SimpleHash/nfts/owners_v2 | GET | NFTs by Wallet(s) Advanced | link |
SimpleHashGetOwnersByCollection | direct/v1/SimpleHash/nfts/owners/collection/{collection_id} | GET | Owners by Collection | link |
SimpleHashGetOwnersByContract | direct/v1/SimpleHash/nfts/owners/{chain}/{contract_address} | GET | Owners by Contract | link |
SimpleHashGetOwnersByNft | direct/v1/SimpleHash/nfts/owners/{chain}/{contract_address}/{token_id} | GET | Owners by NFT | link |
SimpleHashGetOwnershipSummaryByWallets | direct/v1/SimpleHash/nfts/contracts | GET | Ownership Summary by Wallet(s) | link |
SimpleHashGetSalesAndTransfersByChain | direct/v1/SimpleHash/nfts/transfers/{chain} | GET | Sales & Transfers by Chain | link |
SimpleHashGetSalesAndTransfersByCollection | direct/v1/SimpleHash/nfts/transfers/collection/{collection_id} | GET | Sales & Transfers by Collection | link |
SimpleHashGetSalesAndTransfersByContract | direct/v1/SimpleHash/nfts/transfers/{chain}/{contract_address} | GET | Sales & Transfers by Contract | link |
SimpleHashGetSalesAndTransfersByContractOwners | direct/v1/SimpleHash/nfts/transfers/contract_owner | GET | Sales & Transfers by Contract Owner(s) | link |
SimpleHashGetSalesAndTransfersByNft | direct/v1/SimpleHash/nfts/transfers/{chain}/{contract_address}/{token_id} | GET | Sales & Transfers by NFT | link |
SimpleHashGetSalesAndTransfersByTransactionHash | direct/v1/SimpleHash/nfts/transfers/transaction/{chain}/{transaction_hash} | GET | Sales & Transfers by Tx Hash | link |
SimpleHashGetSalesAndTransfersByWallets | direct/v1/SimpleHash/nfts/transfers/wallets | GET | Sales & Transfers by Wallet(s) | link |
SimpleHashGetSalesVolumeByChains | direct/v1/SimpleHash/nfts/sales_volume | GET | Sales Volume by Chain(s) | link |
SimpleHashGetTopCollections | direct/v1/SimpleHash/nfts/collections/top_v2 | GET | Top Collections | link |
SimpleHashGetTopCollectorsByCollection | direct/v1/SimpleHash/nfts/top_collectors/collection/{collection_id} | GET | Top Collectors by Collection | link |
SimpleHashGetTopCollectorsByContract | direct/v1/SimpleHash/nfts/top_collectors/{chain}/{contract_address} | GET | Top Collectors by Contract | link |
SimpleHashGetTopSalesByCollection | direct/v1/SimpleHash/nfts/top_sales/collection/{collection_id} | GET | Top Sales by Collection | link |
SimpleHashGetTopSalesByContract | direct/v1/SimpleHash/nfts/top_sales/{chain}/{contract_address} | GET | Top Sales by Contract | link |
SimpleHashGetTopSalesByContractOwners | direct/v1/SimpleHash/nfts/top_sales/contract_owner | GET | Top Sales by Contract Owner(s) | link |
SimpleHashGetTopWallets | direct/v1/SimpleHash/nfts/top_wallets | GET | Top Wallets | link |
SimpleHashGetTraitFloorPriceByCollection | direct/v1/SimpleHash/nfts/traits/collection/{collection_id}/floor | GET | Trait Floor Price by Collection | link |
SimpleHashGetTraitFloorPricesByNft | direct/v1/SimpleHash/nfts/traits/{chain}/{contract_address}/{token_id}/floors | GET | Trait Floor Prices by NFT | link |
SimpleHashGetTraitsByCollection | direct/v1/SimpleHash/nfts/traits/collection/{collection_id} | GET | Traits by Collection | link |
SimpleHashGetTrendingCollections | direct/v1/SimpleHash/nfts/collections/trending | GET | Trending Collections | link |
SimpleHashGetWalletValuation | direct/v1/SimpleHash/nfts/owners/value | GET | Wallet Valuation | link |
SimpleHashPOSTRefreshCollectionMetadata | direct/v1/SimpleHash/nfts/refresh/collection/{collection_id} | POST | Refresh Collection Metadata | link |
SimpleHashPOSTRefreshContractMetadata | direct/v1/SimpleHash/nfts/refresh/{chain}/{contract_address} | POST | Refresh Contract Metadata | link |
SimpleHashPOSTRefreshNftMetadata | direct/v1/SimpleHash/nfts/refresh/{chain}/{contract_address}/{token_id} | POST | Refresh NFT Metadata | link |
SimpleHashPOSTRefreshWalletMetadata | direct/v1/SimpleHash/nfts/refresh/wallet/{wallet_address} | POST | Refresh Wallet Metadata | link |
SimpleHashPOSTSendSpamReport | direct/v1/SimpleHash/nfts/report/spam | POST | Send Spam Report | link |
SolScan
Name | Path | Method | Description | Docs |
---|---|---|---|---|
SolScanGetV2NftActivities | direct/v1/SolScan/v2.0/nft/activities | GET | Get NFT activities on Solana. | link |
SolScanGetV2NftCollectionItems | direct/v1/SolScan/v2.0/nft/collection/items | GET | Get items from a specific NFT collection on Solana. | link |
SolScanGetV2NftCollectionLists | direct/v1/SolScan/v2.0/nft/collection/lists | GET | Get a list of NFT collections on Solana. | link |
SolScanGetV2NftNews | direct/v1/SolScan/v2.0/nft/news | GET | Get news related to NFTs on Solana. | link |
TonAPI
Name | Path | Method | Description | Docs |
---|---|---|---|---|
TonAPIGetV2AccountNftHistory | direct/v1/TonAPI/v2/accounts/{account_id}/nfts/history | GET | Get the transfer nft history | link |
TonAPIGetV2AccountNftItems | direct/v1/TonAPI/v2/accounts/{account_id}/nfts | GET | Get all NFT items by owner address | link |
TonAPIGetV2ItemsFromCollection | direct/v1/TonAPI/v2/nfts/collections/{account_id}/items | GET | Get NFT items from collection by collection address | link |
TonAPIGetV2NftCollection | direct/v1/TonAPI/v2/nfts/collections/{account_id} | GET | Get NFT collection by collection address | link |
TonAPIGetV2NftCollections | direct/v1/TonAPI/v2/nfts/collections | GET | Get NFT collections | link |
TonAPIGetV2NftHistoryByID | direct/v1/TonAPI/v2/nfts/{account_id}/history | GET | Get the transfer nfts history for account | link |
TonAPIGetV2NftItemByAddress | direct/v1/TonAPI/v2/nfts/{account_id} | GET | Get NFT item by its address | link |
TonAPIGetV2NftItemsByAddresses | direct/v1/TonAPI/v2/nfts/_bulk | POST | Get NFT items by their addresses | link |