Proposals
Proposals queries all proposals based on given status.
GEThttps://atom.nownodes.io/cosmos/gov/v1beta1/proposals
Query parameters
Response
A successful response.
Body
proposalsarray of object
proposals defines all the requested governance proposals.
paginationobject
pagination defines the pagination in the response.
Request
Response
Proposal queries proposal details based on ProposalID.
GEThttps://atom.nownodes.io/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