Increase Liquidity
Build PSBT
{
"type": "increase-liquidity",
"params": {
"userAddress": "string",
"token0Id": "string",
"token1Id": "string",
"amount0": "string",
"amount1": "string",
"nftId": "string"
}
}{
"code": 1,
"message": "common.success",
"data": {
"base64Psbt": "string",
"fee": {
"feeRate": "number",
"totalFee": "number"
}
}
}Sign and Broadcast Transaction
Last updated