added

[Aug 26, 2022] Unique IDs for alchemy_getAssetTransfers

Added a uniqueId field to transfer responses of alchemy_getAssetTransfers.

The uniqueId is a field that can allow you to uniquely distinguish between different transfers in each response payload. They are derived differently from the source of the transfer event and formatted in the following way:

  • External Transfers: transactionHash:external
  • Token Transfers: transactionHash:log:logIndex
  • Internal Transfers: transactionHash:internal:traceAddress
ReadMe