added

[Mar 2, 2023] Added 'indexed' block tag to Transfers API

We have added indexed as a block tag param for alchemy_getAssetTransfers. This block tag can be used instead of latest as the fromBlock or toBlock param. Under normal circumstances, indexed will have the same behavior as latest. However, under certain unusual situations such as a network fork or partial network outage, transfers data up to the latest block may not be available. In these cases, if latest is used as the toBlock, we will return an error; however with indexed, we will instead try to return whatever transfers data is available.

ReadMe