get_lending_records
Retrieve detailed JustLend lending history for a TRON address, including supplies, withdrawals, borrows, repayments, and collateral changes, with paginated records containing action types, amounts, USD values, and transaction IDs.
Instructions
Get a user's V1 JustLend transaction history: supply, withdraw, borrow, repay, and collateral enable/disable. Paginated. Each record includes actionType (1-11), actionName (human-readable), token, amount, USD value, and txId. Mainnet-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, 1-indexed. Default: 1 | |
| address | Yes | TRON address (T...). Default: configured wallet | |
| network | No | Must be 'mainnet'. Default: mainnet | |
| pageSize | No | Records per page. Default: 20 |