alchemy-sdk
Advanced tools
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).Changelog
2.8.2
exports.default
field to be the last field. This fixed a bug introduced in 2.8.1
that prevented certain frameworks from building (#313).Changelog
2.8.1
moduleResolution: bundler
when using typescript
at v5.0
(#302). Thanks @florrdv!getTransfersForOwner()
and getTransfersForContract()
methods in the NftNamespace
, where some NFTs would not be returned if the NFT was transferred multiple times.Changelog
2.8.0
Added PolygonZkEvm Mainnet and Testnet limited support to the sdk
Changelog
2.7.0
CustomGraphqlWebhook
to be used with the NotifyNamespace
. This webhook uses graphql to track any event on every block.Changelog
2.6.3
pageKey
and pageSize
parameter in NftNamespace.getOwnersforNft
to allow for pagination of the results.