curl -X POST "https://api.trusset.org/lending-stocks/api/positions/{marketId}/add-liquidity" \ -H "X-API-Key: trusset_your_key_here" \ -H "Content-Type: application/json" \ -d '{"amount": "10000", "useRelayer": true}'
{ "success": true, "data": { "txHash": "0xabc...def", "amount": "10000" } }
Deposit USDC into the lending pool and receive LP shares
"10000"