UniV2 - Remove LP Token
The UniV2 - Remove LP Token
node removes liquidity from a Uniswap V2 token pair pool.
Inputs
wallet:
Description: The wallet to be used for the liquidity removal transaction.
Allowed types: EVMWallet
Default value: None
token_a:
Description: The address of the first ERC20 token in the pair from which liquidity is to be removed. It must be the token contract address, not its name.
Allowed types: EVMAddress
Default value: None
token_b:
Description: The address of the second ERC20 token in the pair from which liquidity is to be removed. It must be the token contract address, not its name.
Allowed types: EVMAddress
Default value: None
percentage:
Description: The percentage of liquidity to remove from the token pair pool.
Allowed types: decimal
Default value: 0
blockchain:
Description: The name of the blockchain where the liquidity removal transaction will occur.
Allowed types: BlockchainName
Default value: None
Output
Description: The transaction object representing the liquidity removal.
Type: EVMTransaction
Tags
crypto
EVM
ERC20
uniswap
DEX
Last updated