Proposals
Proposals queries all proposals based on given status.
GET/cosmos/gov/v1beta1/proposals
Query parameters
Response
A successful response.
Body
proposalsarray of object
paginationobject
PageResponse is to be embedded in gRPC response messages where the corresponding request message has used PageRequest.
message SomeResponse { repeated Bar results = 1; PageResponse page = 2; }
Request
Response
Proposal queries proposal details based on ProposalID.
GET/cosmos/gov/v1beta1/proposals/{proposal_id}
Path parameters
proposal_id*string (uint64)
proposal_id defines the unique id of the proposal.
Response
A successful response.
Body
proposalobject
Proposal defines the core field members of a governance proposal.
Request
Response
Last updated