Increase an LP position
This endpoint allows users to increase their existing Liquidity Provider (LP) positions on the Uniswap platform.
By providing the necessary parameters, users can add more liquidity to their current positions, thereby increasing their stake in the liquidity pool. This operation is beneficial for users who wish to enhance their potential earnings from trading fees within the pool. The endpoint requires details such as the token pair, additional amount to be added, and any other parameters necessary for the liquidity increase process.
Body
Request model for increasing liquidity provision in Uniswap V3.
Token ID of the NFT representing the liquidity provisioned position.
The desired amount of the first token to deposit
"1.5"
The desired amount of the second token to deposit
"1.7"
The minimum amount of the first token to deposit
"1.4"
The minimum amount of the second token to deposit
"1.6"
The chain to use.
base:mainnet
, ethereum:mainnet
, arbitrum:mainnet
The address of the transaction sender
Response
The chain id of the transaction
The data of the transaction
The sender of the transaction
The gas of the transaction
The recipient of the transaction
The value of the transaction
The nonce of the address
The max fee per gas of the transaction
The max priority fee per gas of the transaction
Was this page helpful?