deprecated

[June 22, 2022] Replaced alchemy_newFullPendingTransactions and alchemy_newFilteredFullPendingTransactions with alchemy_pendingTransactions

alchemy_newFullPendingTransactions and alchemy_newFilteredFullPendingTransactions has been replaced with a single endpoint alchemy_pendingTransactions. Previous naming will still be supported however we highly suggest modifying to use alchemy_pendingTransactions instead.

added

[June 18, 2022] Added limit parameter in getNFTsForCollection

Added limit parameter in getNFTsForCollection.

added

[June 17, 2022] Added tokenType response field in getContractMetadata.

Added tokenType response field in getContractMetadata.

deprecated

[June 15, 2022] Deprecated parameter input for alchemy_filteredNewFullPendingTransactions

Deprecated parameter input for alchemy_filteredNewFullPendingTransactions. Previous parameter input is still backward compatible but will be unsupported in the future.

improved

[June 15, 2022] Compress response payloads for for latency reductions

Specify Accept-Encoding in the header of your request (according to HTTP standards) to get compressed response payloads up to 95% for all responses bigger 1024 bytes, expect large latency reductions as a result. For full instructinos on how to implement this check out How to Enable Compression to Speed Up JSON-RPC Blockchain Requests

added

[June 13, 2022] Internal transaction support on Georli

Added internal transaction support for Georli testnet in the Transfers API and Address Activity Webhooks

added

[June 6, 2022] Added beta support for getFloorPrice in NFT API

Added beta support for getFloorPrice.

added

[June 2, 2022] Added beta support for Solana API

Added beta support for Solana API methods.

deprecated

[June 1, 2022] Deprecated parity_getBlockReceipts

Deprecated parity_getBlockReceipts, please use alchemy_getTransactionReceipts instead.

ReadMe