Open a new LP position
Initiate a new Liquidity Provider (LP) position by minting tokens.
This endpoint allows users to open a new LP position, enabling them to participate in liquidity provision. The minting process involves creating a new position with specified parameters, such as token amounts and pool details. The response will confirm the successful creation of the LP position, providing users with the necessary information to manage their newly minted position. This functionality is crucial for users looking to expand their liquidity provision activities, offering them the opportunity to engage in decentralized finance (DeFi) markets effectively.
Body
Request model for minting a new liquidity position.
The symbol of the first token in the pair Note the supported tokens per chain.
1INCH
, AAVE
, BAL
, cbBTC
, cbETH
, CRV
, crvUSD
, DAI
, ENS
, ETHx
, FRAX
, FXS
, GHO
, KNC
, LDO
, LINK
, LUSD
, MKR
, osETH
, PYUSD
, rETH
, RPL
, rsETH
, sDAI
, SNX
, STG
, sUSDe
, tBTC
, UNI
, USDC
, USDe
, USDS
, USDT
, WBTC
, weETH
, WETH
, wstETH
, ARB
, EURS
, MAI
, USDCe
, AERO
, EUR
, VIRTUAL
The symbol of the second token in the pair Note the supported tokens per chain.
1INCH
, AAVE
, BAL
, cbBTC
, cbETH
, CRV
, crvUSD
, DAI
, ENS
, ETHx
, FRAX
, FXS
, GHO
, KNC
, LDO
, LINK
, LUSD
, MKR
, osETH
, PYUSD
, rETH
, RPL
, rsETH
, sDAI
, SNX
, STG
, sUSDe
, tBTC
, UNI
, USDC
, USDe
, USDS
, USDT
, WBTC
, weETH
, WETH
, wstETH
, ARB
, EURS
, MAI
, USDCe
, AERO
, EUR
, VIRTUAL
The tick spacing of the pool
x >= 1
100
The lower tick of the range to mint the position in
-1000
The upper tick of the range to mint the position in
1000
The desired amount of the first token to deposit
x >= 0
"1.5"
The desired amount of the second token to deposit
x >= 0
"1.7"
The minimum amount of the first token to deposit
x >= 0
"1.4"
The minimum amount of the second token to deposit
x >= 0
"1.6"
The chain to use.
base:mainnet
, ethereum:mainnet
, arbitrum:mainnet
The address of the transaction sender
The address that will receive the LP tokens
"0x29F20a192328eF1aD35e1564aBFf4Be9C5ce5f7B"
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?