Returns a unified activity feed for the given account address. The feed merges ERC-4337 UserOperations and regular EVM transactions (native transfers, decoded TOKEN_TRANSFER and BRIDGE_TRANSACTION) into a single, chronologically sorted list
Ethereum account address (EOA or smart account)
Optional activity type filter (forwarded to listUserActivityUnified)
Direction of activity relative to the account (incoming, outgoing, all)
incoming, outgoing, all Minimum UNIX timestamp (seconds) of activities to include
Upper bound UNIX timestamp (seconds), activities with timestamp < toTimestamp
Minimum block number to include
Upper-bound block number (blockNumber < toBlockNumber)
Optional filter for bundle transaction hash
Zero-based offset for pagination
Page size for pagination
Sort order (same as UserOperationQuerySort)
TIMESTAMP_ASC, TIMESTAMP_DESC