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 APIBaseServicegetResolvedAddress

getResolvedAddress

GET https://api.covalenthq.com/v1/:chainName/address/:walletAddress/resolve_address/

Returns: ResolvedAddress

{
  "updated_at" : "{{DATETIME}}",
  "chain_id" : "{{INTEGER}}",
  "chain_name" : "{{STRING}}",
  "items" : [ {
    "address" : "{{STRING}}",
    "name" : "{{STRING}}"
  } ]
}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Previous
getLogs
Next
NftService