get_vote_records
Retrieves a user's governance voting history on JustLend DAO, including vote deposits, votes for/against proposals, withdrawals, and JST conversions, each with operation type, amount, and proposal ID.
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 |