alchemy-sdk
Advanced tools
Changelog
2.10.1
Log
object where the removed
field was not included in the response.Changelog
2.10.0
Changelog
2.9.2
CoreNamespace.isContractAddress()
to easily check if an address is a contract or EOA. The method accepts a string address and returns a boolean value indicating if the given address is a contract address or not.GetOwnersForContractResponse
was missing the pageKey
field.Changelog
2.9.1
refreshCache
parameter to NFT rarity endpoints to allow users to update stale rarity values.includeCount
parameter to getOwnersForContract.Changelog
2.9.0
NftNamespace.getNftSales()
in which there was a typo in decimal
field of the NftSaleFeeData
object. The field is now correctly named decimals
, and decimal
is marked deprecated to avoid a breaking change.CoreNamespace.getTokensForOwner()
to handle failures when fetching token metadata.acquiredAt
field for ordered getNftsForOwner
queries. Only available when specifying orderBy: NftOrdering.TRANSFERTIME
in the request.NftSaleMarketplace.BLUR
marketplace enum to the NftNamespace.getNftSales()
method return.validAt
response field to NftNamespace.getNftSales()
.Changelog
2.8.3
NotifyNamespace
when creating webhooks on ETH_SEPOLIA, OPT_GOERLI, and ARB_GOERLI.Wallet.populateTransaction()
where the method would never resolve.NftNamespace.getMintedNfts()
and NftNamespace.getTransfersForOwner()
where the method would always throw an error for certain addresses (#318).