syncing
blocks/latest
blocks/{height}
height
- integer, required block heightvalidatorsets/latest
validatorsets/{height}
height
- integer, required block heightcosmos/auth
methods/cosmos/auth/v1beta1/accounts/{address}
address
- string, required address to query forNOTE:
Example requests below have not been updated. When making requests please use: /cosmos/auth/v1beta1/params
cosmos/bank
methods/cosmos/bank/v1beta1/balances/{address}
address
- string, required address to query balances forpagination.key
- string($byte
), value returned in PageResponse.next_key
to begin querying the next page most efficiently. Only one of offset or key should be set.pagination.offset
- string($uint64
), numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set.pagination.limit
- string($uint64
), total number of results to be returned in the result page. If left empty it will default to a value to be set by each app.pagination.count_total
- boolean, set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total
is only respected when offset is used, it is ignored when key is set./cosmos/bank/v1beta1/balances/{address}/{denom}
address
- string, required address to query balances fordenom
- string, required coin denom to query balances for/cosmos/bank/v1beta1/params
/cosmos/bank/v1beta1/supply
/cosmos/bank/v1beta1/supply/{denom}
denom
- string, required denom of the coin to query balances forcosmos/distribution
methods/cosmos/distribution/v1beta1/community_pool
/cosmos/distribution/v1beta1/delegators/{delegator_address}/rewards
delegator_address
- string, required delegator address to query for/cosmos/distribution/v1beta1/delegators/{delegator_address}/rewards/{validator_address}
delegator_address
- string, required delegator address to query forvalidator_address
- string, required validator address to query for/cosmos/distribution/v1beta1/delegators/{delegator_address}/validators
delegator_address
- string, required delegator address to query for/cosmos/distribution/v1beta1/delegators/{delegator_address}/withdraw_address
delegator_address
- string, required delegator address to query for/cosmos/distribution/v1beta1/params
/cosmos/distribution/v1beta1/validators/{validator_address}/commission
validator_address
- string, required validator address to query for/cosmos/distribution/v1beta1/validators/{validator_address}/outstanding_rewards
validator_address
- string, required validator address to query for/cosmos/distribution/v1beta1/validators/{validator_address}/slashes
validator_address
- string, required validator address to query forstarting_height
- string($uint64
), the optional starting height to query the hashes ending_height
- string($uint64
), the optional ending height to query the hashes pagination.key
- string($byte
), value returned in PageResponse.next_key
to begin querying the next page efficiently. Only one of offset
or key
should be set. pagination.key
- string($uint64
), numeric offset that can be used when key
is unavailable (less efficient than using key
). Only one of offset
or key
should be set. pagination.limit
- string($uint64
), total number of results to be returned in the results page. If empty, will default to a value to be set by each app. pagination.count_total
- boolean, set to true to indicate that the result set should include a count of the total number of items available for pagination in the UIs. Only respected when offset
is used, ignored when key
is set. cosmos/evidence
methods/cosmos/evidence/v1beta1/evidence
pagination.key
- string($byte
), value returned in PageResponse.next_key
to begin querying the next page efficiently. Only one of offset
or key
should be set. pagination.key
- string($uint64
), numeric offset that can be used when key
is unavailable (less efficient than using key
). Only one of offset
or key
should be set. pagination.limit
- string($uint64
), total number of results to be returned in the results page. If empty, will default to a value to be set by each app. pagination.count_total
- boolean, set to true to indicate that the result set should include a count of the total number of items available for pagination in the UIs. Only respected when offset
is used, ignored when key
is set. /cosmos/evidence/v1beta1/evidence/{evidence_hash}
evidence_hash
- string($byte
), the hash of the requested evidence. cosmos/gov
methods/cosmos/gov/v1beta1/params/{params_type}
params_type
- string, required parameters to query for, can be one of "voting
", "tallying
", or "deposit
" /cosmos/gov/v1beta1/proposals
proposal_status
- defines status of the proposals. See below for different options. Default value = PROPOSAL_STATUS_UNSPECIFIEDPROPOSAL_STATUS_UNSPECIFIED
: default proposal status.PROPOSAL_STATUS_DEPOSIT_PERIOD
: defines a proposal status during the deposit period.PROPOSAL_STATUS_VOTING_PERIOD
: defines a proposal status during the voting period.PROPOSAL_STATUS_PASSED
: defines a proposal status of a proposal that has passed.PROPOSAL_STATUS_REJECTED
: defines a proposal status of a proposal that has been rejected.PROPOSAL_STATUS_FAILED
: defines a proposal status of a proposal that has failed.voter
- string, defines the voter address for the proposals. depositor
- string, defines the deposit addresses from the proposals pagination.key
- string($byte
), value returned in PageResponse.next_key
to begin querying the next page efficiently. Only one of offset
or key
should be set. pagination.key
- string($uint64
), numeric offset that can be used when key
is unavailable (less efficient than using key
). Only one of offset
or key
should be set. pagination.limit
- string($uint64
), total number of results to be returned in the results page. If empty, will default to a value to be set by each app. pagination.count_total
- boolean, set to true to indicate that the result set should include a count of the total number of items available for pagination in the UIs. Only respected when offset
is used, ignored when key
is set.