get_vote_records
Get a user's full governance voting history on JustLend: deposits, votes cast, withdrawals, and JST conversions, with operation types and proposal details.
Instructions
Get a user's governance voting history: get_vote (JST → WJST deposits), votes cast for/against proposals, vote withdrawals, and JST conversions back. Each record has opType (1-6), opName, amount, and proposalId (for votes and withdrawals). Use get_user_vote_status for real-time current voting power. 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 |