Triggers when tokens arrive at a wallet address. Filter by sender, specific token, or minimum amount.
chainId
Chain ID to monitor (e.g., 1 for Ethereum, 42161 for Arbitrum, 8453 for Base)
toAddress
The address receiving tokens (your wallet address)
tokenAddress
Optional: specific token contract address. If omitted, triggers on any ERC-20 token.
fromAddress
Optional: filter by sender address
minAmount
Optional: minimum transfer amount in wei (token's smallest unit)
triggeredAt
Timestamp when the transfer was detected (UTC, RFC3339 format)
params
Decoded transfer parameters
raw
Raw EVM log data including address, topics, data, blockNumber, transactionHash, etc.
This trigger will activate your workflow when specific conditions are met.