Alchemy · Schema

Asset Transfer

Represents a single asset transfer event on the blockchain.

BlockchainCryptocurrencyWeb3Account AbstractionEthereum

Properties

Name Type Description
blockNum string Block number of the transfer in hexadecimal.
hash string Transaction hash of the transfer.
from string Sender wallet address.
to string Recipient wallet address.
value number Transfer value in native units.
asset string Asset symbol (e.g., ETH, USDC, or NFT collection name).
category string Transfer category (external, internal, erc20, erc721, erc1155).
metadata object Additional metadata for an asset transfer.
View JSON Schema on GitHub