UniV2 - Limit Buy
The UniV2 - Limit Buy
node creates a limit buy order on Uniswap V2.
Inputs
input_token:
Description: The address of the token that will be sold when the target price is reached. It must be the token contract address, not its name.
Allowed types: EVMAddress
Default value: None
output_token:
Description: The address of the token that will be bought when the target price is reached. It must be the token contract address, not its name.
Allowed types: EVMAddress
Default value: None
target_price:
Description: The price at which the swap will execute, expressed as the amount of the output token received per unit of the input token.
Allowed types: decimal
Default value: 0
amount:
Description: The amount of the input token to be swapped.
Allowed types: decimal
Default value: 0
wallet:
Description: The wallet to be used for the swapping transaction.
Allowed types: EVMWallet
Default value: None
slippage:
Description: The slippage tolerance for the swapping transaction.
Allowed types: decimal
Default value: 0
blockchain:
Description: The name of the blockchain on which the order has to be placed.
Allowed types: BlockchainName
Default value: None
Output
No output
Tags
crypto
EVM
ERC20
uniswap
DEX
Last updated