Get you 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
Body
application/json