Liquidity
Remove Liquidity
Burn LP shares and withdraw proportional USDC
POST
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Burn LP shares and withdraw proportional USDC
curl -X POST "https://api.trusset.org/lending-stocks/api/positions/{marketId}/remove-liquidity" \
-H "X-API-Key: trusset_your_key_here" \
-H "Content-Type: application/json" \
-d '{"shares": "10000"}'
{
"success": true,
"data": {
"txHash": "0xabc...def",
"sharesRedeemed": "10000"
}
}
"10000").curl -X POST "https://api.trusset.org/lending-stocks/api/positions/{marketId}/remove-liquidity" \
-H "X-API-Key: trusset_your_key_here" \
-H "Content-Type: application/json" \
-d '{"shares": "10000"}'
{
"success": true,
"data": {
"txHash": "0xabc...def",
"sharesRedeemed": "10000"
}
}
curl -X POST "https://api.trusset.org/lending-stocks/api/positions/{marketId}/remove-liquidity" \
-H "X-API-Key: trusset_your_key_here" \
-H "Content-Type: application/json" \
-d '{"shares": "10000"}'
{
"success": true,
"data": {
"txHash": "0xabc...def",
"sharesRedeemed": "10000"
}
}
