Qodex.ai
Qodex.ai
Introduction
Covalent Unified API
BalanceService
getErc20TransfersForWalletAddressgetHistoricalPortfolioForWalletAddressgetHistoricalTokenBalancesForWalletAddressgetNativeTokenBalancegetTokenBalancesForWalletAddressgetTokenHoldersChangesForTokenAddressgetTokenHoldersV2ForTokenAddress
BaseService
getAddressActivitygetAllChainStatusgetAllChainsgetBlockgetBlockHeightsgetGasPricesgetLogEventsByAddressgetLogEventsByTopicHashgetLogsgetResolvedAddress
NftService
checkOwnershipInNftcheckOwnershipInNftForSpecificTokenIdgetAttributesForTraitInCollectiongetChainCollectionsgetCollectionTraitsSummarygetNftExternalMetadataForContractgetNftMarketFloorPricegetNftMarketSaleCountgetNftMarketVolumegetNftMetadataForGivenTokenIdForContractgetNftTransactionsForContractTokenIdgetNftsForAddressgetTokenIdsForContractWithMetadatagetTraitsForCollection
PricingService
getTokenPrices
SecurityService
getApprovalsgetNftApprovals
TransactionService
getEarliestTimeBucketTransactionsForAddressgetRecentTransactionsForAddressgetTimeBucketTransactionsForAddressgetTransactiongetTransactionSummarygetTransactionsForAddressgetTransactionsForAddressV3getTransactionsForBlockgetTransactionsForBlockByPagegetTransactionsForBlockHashgetTransactionsForBlockHashByPage
XykService
getAddressExchangeBalancesgetDexForPoolAddressgetEcosystemChartDatagetHealthDatagetLpTokenViewgetNetworkExchangeTokensgetPoolByAddressgetPoolsgetPoolsForTokenAddressgetPoolsForWalletAddressgetSingleNetworkExchangeTokengetSupportedDEXesgetTransactionsForAccountAddressgetTransactionsForDexgetTransactionsForExchangegetTransactionsForTokenAddress
Introduction
Covalent Unified API
BalanceService
getErc20TransfersForWalletAddressgetHistoricalPortfolioForWalletAddressgetHistoricalTokenBalancesForWalletAddressgetNativeTokenBalancegetTokenBalancesForWalletAddressgetTokenHoldersChangesForTokenAddressgetTokenHoldersV2ForTokenAddress
BaseService
getAddressActivitygetAllChainStatusgetAllChainsgetBlockgetBlockHeightsgetGasPricesgetLogEventsByAddressgetLogEventsByTopicHashgetLogsgetResolvedAddress
NftService
checkOwnershipInNftcheckOwnershipInNftForSpecificTokenIdgetAttributesForTraitInCollectiongetChainCollectionsgetCollectionTraitsSummarygetNftExternalMetadataForContractgetNftMarketFloorPricegetNftMarketSaleCountgetNftMarketVolumegetNftMetadataForGivenTokenIdForContractgetNftTransactionsForContractTokenIdgetNftsForAddressgetTokenIdsForContractWithMetadatagetTraitsForCollection
PricingService
getTokenPrices
SecurityService
getApprovalsgetNftApprovals
TransactionService
getEarliestTimeBucketTransactionsForAddressgetRecentTransactionsForAddressgetTimeBucketTransactionsForAddressgetTransactiongetTransactionSummarygetTransactionsForAddressgetTransactionsForAddressV3getTransactionsForBlockgetTransactionsForBlockByPagegetTransactionsForBlockHashgetTransactionsForBlockHashByPage
XykService
getAddressExchangeBalancesgetDexForPoolAddressgetEcosystemChartDatagetHealthDatagetLpTokenViewgetNetworkExchangeTokensgetPoolByAddressgetPoolsgetPoolsForTokenAddressgetPoolsForWalletAddressgetSingleNetworkExchangeTokengetSupportedDEXesgetTransactionsForAccountAddressgetTransactionsForDexgetTransactionsForExchangegetTransactionsForTokenAddress
HomeCovalent Unified APINftServicegetTraitsForCollection

getTraitsForCollection

GET https://api.covalenthq.com/v1/:chainName/nft/:collectionContract/traits/

Returns: NftCollectionTraitsResponse

{
  "updated_at" : "{{DATETIME}}",
  "items" : [ {
    "name" : "{{STRING}}"
  } ]
}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Previous
getTokenIdsForContractWithMetadata
Next
PricingService