curl "https://api.trusset.org/lending-stocks/api/markets/{marketId}/transactions?limit=20" \ -H "X-API-Key: trusset_your_key_here"
{ "success": true, "data": { "transactions": [ { "id": "tx_001", "marketId": "clx_market_001", "txType": "ORACLE_SYNC", "userAddress": "api", "amount": "185.50", "txHash": "0xabc...def", "timestamp": "2025-06-15T11:30:00.000Z" } ] } }
List recent transactions for a lending market