{
"type": "provide-liquidity",
"params": {
"userAddress": "string",
"token0Id": "string",
"token1Id": "string",
"amount0": "string",
"amount1": "string",
"upperTick": "string",
"lowerTick": "string",
"feeRate": "number"
}
}
{
"code": 1,
"message": "common.success",
"data": {
"base64Psbt": "string",
"fee": {
"feeRate": "number",
"totalFee": "number"
}
}
}
{
"type": "provide-liquidity",
"params": {
"userAddress": "string",
"signedBase64Tx": "string"
}
}
{
"code": 1,
"message": "common.success",
"data": {
"txId": "string"
}
}