get_strx_records
Retrieve a user's sTRX staking history including stake, unstake, withdraw, and transfer records. Use pagination to navigate the list of operations on mainnet.
Instructions
Get a user's sTRX staking history: stake, unstake, withdraw (after unbonding), and sTRX transfers. Each record has opType (1-6) and a human-readable opName. 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 |