Deposits
Deposits queries all deposits of a single proposal.
GEThttps://luna.nownodes.io/cosmos/gov/v1beta1/proposals/{proposal_id}/deposits
Path parameters
proposal_id*string (uint64)
proposal_id defines the unique id of the proposal.
Query parameters
Response
A successful response.
Body
depositsarray of object
deposits defines the requested deposits.
paginationobject
pagination defines the pagination in the response.
Request
Response
Deposit queries single deposit information based proposalID, depositAddr.
GEThttps://luna.nownodes.io/cosmos/gov/v1beta1/proposals/{proposal_id}/deposits/{depositor}
Path parameters
proposal_id*string (uint64)
proposal_id defines the unique id of the proposal.
depositor*string
depositor defines the deposit addresses from the proposals.
Response
A successful response.
Body
depositobject
Deposit defines an amount deposited by an account address to an active proposal.
Request
Response