Markets
List Transactions
List recent transactions for a lending market
GET
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List recent transactions for a lending market
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"
}
]
}
}
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"
}
]
}
}
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"
}
]
}
}
