/cosmos/gov/v1/proposals/{proposal_id}/deposits/{depositor}
Deposit queries single deposit information based proposalID, depositAddr.
Parameters:
proposal_id - string, proposal_id defines the unique id of the proposal.
depositor - string, depositor defines the deposit addresses from the proposals.
Example:
// Request
curl -X GET -H 'Content-Type: application/json' https://zetachain.blockpi.network/lcd/v1/<your-api-key>/cosmos/gov/v1/proposals/99/deposits/{depositor}
// Result
{}
Previous/cosmos/gov/v1/proposals/{proposal_id}/depositsNext/cosmos/gov/v1/proposals/{proposal_id}/tally
Last updated
Was this helpful?