wallet/getproposalbyid
Witness and governance
wallet/getproposalbyid | TRON
TRON API method that retrieves detailed information about a specific governance proposal using its ID. Use it on TRON via Chainstack.
POST
wallet/getproposalbyid
TRON API method that retrieves detailed information about a specific governance proposal using its ID.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
id— the ID of the proposal to retrieve information for.
Response
proposal_id— the unique identifier of the proposalproposer_address— the address of the Super Representative who created the proposalparameters— object containing the parameter changes proposedexpiration_time— timestamp when the proposal expirescreate_time— timestamp when the proposal was createdapprovals— array of Super Representatives who have approved the proposalstate— current state of the proposal (PENDING, DISAPPROVED, APPROVED, CANCELED)
Use case
Thewallet/getproposalbyid method is used for:
- Retrieving detailed proposal information for governance interfaces
- Checking proposal status and approval progress
- Monitoring proposal parameters and voting results
- Building governance dashboards and voting applications
Last modified on May 18, 2026