/
NO
notional-labs
/
HTTP API Console
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2mo ago
Details
Filter operations
Query
69
get
AllBalances queries the balance of all coins for a single account.
get
Balance queries the balance of a single coin for a single account.
get
DenomsMetadata queries the client metadata for all registered coin denominations.
get
DenomsMetadata queries the client metadata of a given coin denomination.
get
Params queries the parameters of x/bank module.
get
TotalSupply queries the total supply of all coins.
get
SupplyOf queries the supply of a single coin.
get
CommunityPool queries the community pool coins.
get
DelegationTotalRewards queries the total rewards accrued by a each validator.
get
DelegationRewards queries the total rewards accrued by a delegation.
get
DelegatorValidators queries the validators of a delegator.
get
DelegatorWithdrawAddress queries withdraw address of a delegator.
get
Params queries params of the distribution module.
get
ValidatorCommission queries accumulated commission for a validator.
get
ValidatorOutstandingRewards queries rewards of a validator address.
get
ValidatorSlashes queries slash events of a validator.
get
AllEvidence queries all evidence.
get
Evidence queries evidence based on evidence hash.
get
Params queries all parameters of the gov module.
get
Proposals queries all proposals based on given status.
get
Proposal queries proposal details based on ProposalID.
get
Deposits queries all deposits of a single proposal.
get
Deposit queries single deposit information based proposalID, depositAddr.
get
TallyResult queries the tally of a proposal vote.
get
Votes queries votes of a given proposal.
get
Vote queries voted information based on proposalID, voterAddr.
get
Params queries the parameters of slashing module
get
SigningInfos queries signing info of all validators
get
SigningInfo queries the signing info of given cons address
get
DelegatorDelegations queries all delegations of a given delegator address.
get
Redelegations queries redelegations of given address.
get
DelegatorUnbondingDelegations queries all unbonding delegations of a given delegator address.
get
DelegatorValidators queries all validators info for given delegator address.
get
DelegatorValidator queries validator info for given delegator validator pair.
get
HistoricalInfo queries the historical info for given height.
get
Parameters queries the staking parameters.
get
Pool queries the pool info.
get
Validators queries all validators that match the given status.
get
Validator queries validator info for given validator address.
get
ValidatorDelegations queries delegate info for given validator.
get
Delegation queries delegate info for given validator delegator pair.
get
UnbondingDelegation queries unbonding info for given validator delegator pair.
get
ValidatorUnbondingDelegations queries unbonding delegations of a validator.
get
DenomTraces queries all denomination traces.
get
DenomTrace queries a denomination trace information.
get
Params queries all parameters of the ibc-transfer module.
get
Channels queries all the IBC channels of a chain.
get
Channel queries an IBC Channel.
get
ChannelClientState queries for the client state for the channel associated with the provided channel identifiers.
get
ChannelConsensusState queries for the consensus state for the channel associated with the provided channel identifiers.
get
NextSequenceReceive returns the next receive sequence for a given channel.
get
PacketAcknowledgements returns all the packet acknowledgements associated with a channel.
get
PacketAcknowledgement queries a stored packet acknowledgement hash.
get
PacketCommitments returns all the packet commitments hashes associated with a channel.
get
UnreceivedAcks returns all the unreceived IBC acknowledgements associated with a channel and sequences.
get
UnreceivedPackets returns all the unreceived IBC packets associated with a channel and sequences.
get
PacketCommitment queries a stored packet commitment hash.
get
PacketReceipt queries if a given packet sequence has been received on the queried chain
get
ConnectionChannels queries all the channels associated with a connection end.
get
ClientParams queries all parameters of the ibc client.
get
ClientStates queries all the IBC light clients of a chain.
get
ClientState queries an IBC light client.
get
ConsensusStates queries all the consensus state associated with a given client.
get
ConsensusState queries a consensus state associated with a client state at a given height.
get
ClientConnections queries the connection paths associated with a client state.
get
Connections queries all the IBC connections of a chain.
get
Connection queries an IBC connection end.
get
ConnectionClientState queries the client state associated with the connection.
get
ConnectionConsensusState queries the consensus state associated with the connection.
Query
ClientParams queries all parameters of the ibc client.
get
/ibc/client/v1beta1/params
Response
A successful response.
Changes