get_energy_rental_records
Retrieve the complete history of energy rental actions on JustLend, including rent, extend, rent_more, end, and recycle events. Paginated results for mainnet.
Instructions
Get a user's JustLend energy-rental history: rent, extend, rent_more, end, recycle actions. Distinct from get_user_energy_rental_orders which returns current active on-chain orders — this one returns the full historical action log. Paginated. Mainnet-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, 1-indexed. Default: 1 | |
| address | Yes | TRON address. Default: configured wallet | |
| network | No | Must be 'mainnet'. Default: mainnet | |
| pageSize | No | Records per page. Default: 20 |