UniV2 - Catch Next Trade
Last updated
Was this helpful?
Last updated
Was this helpful?
The UniV2 - Catch Next Trade
node waits for the next transaction containing Uniswap V2 trades performed by a given account and returns information about the trades.
Inputs
address_to_watch:
description: The address of the EVM wallet from which the trade has to be caught.
allowed types:
default value: None
blockchain:
description: The name of the blockchain on which the trade has to be caught.
allowed types:
default value: None
Output
description: A list of UniswapV2Trade
objects containing all the trades' relevant information.
type: list of objects
Tags
crypto
EVM
uniswap
copy trading
DEX