Operations 129
GET
/cosmos/auth/v1beta1/nextaccountnumber
NextAccountNumber queries the next account number assigned
#
GET
/cosmos/authz/v1beta1/grants
Returns list of `Authorization`, granted to the grantee by the granter.
#
GET
/cosmos/authz/v1beta1/grants/grantee/{grantee}
GranteeGrants returns a list of `GrantAuthorization` by grantee.
#
GET
/cosmos/authz/v1beta1/grants/granter/{granter}
GranterGrants returns list of `GrantAuthorization`, granted by granter.
#
GET
/cosmos/bank/v1beta1/balances/{address}
AllBalances queries the balance of all coins for a single account.
#
GET
/cosmos/bank/v1beta1/balances/{address}/by_denom
Balance queries the balance of a single coin for a single account.
#
GET
/cosmos/bank/v1beta1/denoms_metadata
DenomsMetadata queries the client metadata for all registered coin denominations.
#
GET
/cosmos/bank/v1beta1/denoms_metadata/{denom}
DenomsMetadata queries the client metadata of a given coin denomination.
#
GET
/cosmos/bank/v1beta1/spendable_balances/{address}
SpendableBalances queries the spenable balance of all coins for a single account.
#
GET
/cosmos/distribution/v1beta1/delegators/{delegator_address}/rewards
DelegationTotalRewards queries the total rewards accrued by a each validator.
#
GET
/cosmos/distribution/v1beta1/delegators/{delegator_address}/rewards/{validator_address}
DelegationRewards queries the total rewards accrued by a delegation.
#
GET
/cosmos/distribution/v1beta1/delegators/{delegator_address}/validators
DelegatorValidators queries the validators of a delegator.
#
GET
/cosmos/distribution/v1beta1/delegators/{delegator_address}/withdraw_address
DelegatorWithdrawAddress queries withdraw address of a delegator.
#
GET
/cosmos/distribution/v1beta1/validators/{validator_address}/commission
ValidatorCommission queries accumulated commission for a validator.
#
GET
/cosmos/distribution/v1beta1/validators/{validator_address}/outstanding_rewards
ValidatorOutstandingRewards queries rewards of a validator address.
#
GET
/cosmos/distribution/v1beta1/validators/{validator_address}/slashes
ValidatorSlashes queries slash events of a validator.
#
GET
/cosmos/evidence/v1beta1/evidence/{evidence_hash}
Evidence queries evidence based on evidence hash.
#
GET
/cosmos/feegrant/v1beta1/allowance/{granter}/{grantee}
Allowance returns fee granted to the grantee by the granter.
#
GET
/cosmos/feegrant/v1beta1/issued/{granter}
AllowancesByGranter returns all the grants given by an address Since v0.46
#
GET
/cosmos/gov/v1beta1/proposals/{proposal_id}
Proposal queries proposal details based on ProposalID.
#
GET
/cosmos/gov/v1beta1/proposals/{proposal_id}/deposits
Deposits queries all deposits of a single proposal.
#
GET
/cosmos/gov/v1beta1/proposals/{proposal_id}/deposits/{depositor}
Deposit queries single deposit information based proposalID, depositAddr.
#
GET
/cosmos/gov/v1beta1/proposals/{proposal_id}/tally
TallyResult queries the tally of a proposal vote.
#
GET
/cosmos/gov/v1beta1/proposals/{proposal_id}/votes/{voter}
Vote queries voted information based on proposalID, voterAddr.
#
GET
/cosmos/slashing/v1beta1/signing_infos/{cons_address}
SigningInfo queries the signing info of given cons address
#
GET
/cosmos/staking/v1beta1/delegations/{delegator_addr}
DelegatorDelegations queries all delegations of a given delegator address.
#
GET
/cosmos/staking/v1beta1/delegators/{delegator_addr}/redelegations
Redelegations queries redelegations of given address.
#
GET
/cosmos/staking/v1beta1/delegators/{delegator_addr}/unbonding_delegations
DelegatorUnbondingDelegations queries all unbonding delegations of a given delegator address.
#
GET
/cosmos/staking/v1beta1/delegators/{delegator_addr}/validators
DelegatorValidators queries all validators info for given delegator address.
#
GET
/cosmos/staking/v1beta1/delegators/{delegator_addr}/validators/{validator_addr}
DelegatorValidator queries validator info for given delegator validator pair.
#
GET
/cosmos/staking/v1beta1/historical_info/{height}
HistoricalInfo queries the historical info for given height.
#
GET
/cosmos/staking/v1beta1/validators
Validators queries all validators that match the given status.
#
GET
/cosmos/staking/v1beta1/validators/{validator_addr}
Validator queries validator info for given validator address.
#
GET
/cosmos/staking/v1beta1/validators/{validator_addr}/delegations
ValidatorDelegations queries delegate info for given validator.
#
GET
/cosmos/staking/v1beta1/validators/{validator_addr}/delegations/{delegator_addr}
Delegation queries delegate info for given validator delegator pair.
#
GET
/cosmos/staking/v1beta1/validators/{validator_addr}/delegations/{delegator_addr}/unbonding_delegation
UnbondingDelegation queries unbonding info for given validator delegator pair.
#
GET
/cosmos/staking/v1beta1/validators/{validator_addr}/unbonding_delegations
ValidatorUnbondingDelegations queries unbonding delegations of a validator.
#
GET
/cosmos/upgrade/v1beta1/applied_plan/{name}
AppliedPlan queries a previously applied upgrade plan by its name.
#
GET
/cosmos/upgrade/v1beta1/module_versions
ModuleVersions queries the list of module versions from state.
#
GET
/cosmos/upgrade/v1beta1/upgraded_consensus_state/{last_height}
UpgradedConsensusState queries the consensus state that will serve as a trusted kernel for the next version of this chain. It will only be stored at the last height of this chain.
#
GET
/cosmwasm/wasm/v1/code/{code_id}/contracts
ContractsByCode lists all smart contracts for a code id
#
GET
/cosmwasm/wasm/v1/contract/{address}/raw/{query_data}
RawContractState gets single key from the raw store data of a contract
#
GET
/cosmwasm/wasm/v1/contract/{address}/smart/{query_data}
SmartContractState get smart query result from the contract
#
GET
/cosmwasm/wasm/v1/contract/{address}/state
AllContractState gets all raw store data for a single contract
#
GET
/ibc/apps/interchain_accounts/host/v1/params
Params queries all parameters of the ICA host submodule.
#
GET
/ibc/apps/transfer/v1/channels/{channel_id}/ports/{port_id}/escrow_address
EscrowAddress returns the escrow address for a particular port and channel id.
#
GET
/ibc/apps/transfer/v1/denom_traces/{hash}
DenomTrace queries a denomination trace information.
#
GET
/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/client_state
ChannelClientState queries for the client state for the channel associated with the provided channel identifiers.
#
GET
/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/consensus_state/revision/{revision_number}/height/{revision_height}
ChannelConsensusState queries for the consensus state for the channel associated with the provided channel identifiers.
#
GET
/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/next_sequence
NextSequenceReceive returns the next receive sequence for a given channel.
#
GET
/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_acknowledgements
PacketAcknowledgements returns all the packet acknowledgements associated with a channel.
#
GET
/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_acks/{sequence}
PacketAcknowledgement queries a stored packet acknowledgement hash.
#
GET
/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_commitments
PacketCommitments returns all the packet commitments hashes associated with a channel.
#
GET
/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_commitments/{packet_ack_sequences}/unreceived_acks
UnreceivedAcks returns all the unreceived IBC acknowledgements associated with a channel and sequences.
#
GET
/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_commitments/{packet_commitment_sequences}/unreceived_packets
UnreceivedPackets returns all the unreceived IBC packets associated with a channel and sequences.
#
GET
/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_commitments/{sequence}
PacketCommitment queries a stored packet commitment hash.
#
GET
/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_receipts/{sequence}
PacketReceipt queries if a given packet sequence has been received on the queried chain
#
GET
/ibc/core/channel/v1/connections/{connection}/channels
ConnectionChannels queries all the channels associated with a connection end.
#
GET
/ibc/core/client/v1/consensus_states/{client_id}
ConsensusStates queries all the consensus state associated with a given client.
#
GET
/ibc/core/client/v1/consensus_states/{client_id}/heights
ConsensusStateHeights queries the height of every consensus states associated with a given client.
#
GET
/ibc/core/client/v1/consensus_states/{client_id}/revision/{revision_number}/height/{revision_height}
ConsensusState queries a consensus state associated with a client state at a given height.
#
GET
/ibc/core/client/v1/upgraded_client_states
UpgradedClientState queries an Upgraded IBC light client.
#
GET
/ibc/core/client/v1/upgraded_consensus_states
UpgradedConsensusState queries an Upgraded IBC consensus state.
#
GET
/ibc/core/connection/v1/client_connections/{client_id}
ClientConnections queries the connection paths associated with a client state.
#
GET
/ibc/core/connection/v1/connections/{connection_id}/client_state
ConnectionClientState queries the client state associated with the connection.
#
GET
/ibc/core/connection/v1/connections/{connection_id}/consensus_state/revision/{revision_number}/height/{revision_height}
ConnectionConsensusState queries the consensus state associated with the connection.
#
GET
/sei-protocol/sei-chain/oracle/denoms/exchange_rates
ExchangeRates returns exchange rates of all denoms
#
GET
/sei-protocol/sei-chain/oracle/denoms/price_snapshot_history
PriceSnapshotHistory returns the history of price snapshots for all assets
#
GET
/sei-protocol/sei-chain/oracle/denoms/{denom}/exchange_rate
ExchangeRate returns exchange rate of a denom
#
GET
/sei-protocol/sei-chain/oracle/validators/{validator_addr}/feeder
FeederDelegation returns feeder delegation of a validator
#
GET
/sei-protocol/sei-chain/oracle/validators/{validator_addr}/vote_penalty_counter
MissCounter returns oracle miss counter of a validator
#
GET
/sei-protocol/seichain/tokenfactory/denoms/metadata
DenomsMetadata defines a gRPC query method for fetching DenomMetadata for a particular denom.
#
GET
/sei-protocol/seichain/tokenfactory/denoms/{denom}/authority_metadata
DenomAuthorityMetadata defines a gRPC query method for fetching DenomAuthorityMetadata for a particular denom.
#
GET
/sei-protocol/seichain/tokenfactory/denoms_from_creator/{creator}
DenomsFromCreator defines a gRPC query method for fetching all denominations created by a specific admin/creator.
#
GET
/sei-protocol/seichain/tokenfactory/params
Params defines a gRPC query method that returns the tokenfactory module's parameters.
#