/
HA
haqq-network
/
Haqq Network gRPC API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 2h ago · Updated 1mo ago
View markdown
haqq-network
Haqq Network gRPC API
get
Status queries for the node status.
latest
Swagger 2.0
2026-07-17
232
455
673.4 KB
2d0419923f40
Query
212
Service
20
get
Config queries for the operator configuration.
get
Status queries for the node status.
get
ABCIQuery defines a query handler that supports ABCI queries directly to the application, bypassing Tendermint completely. The ABCI query must contain a valid and supported path, including app, custom, p2p, and store.
get
GetLatestBlockResults returns the block results for the latest block. Block results contain finalize_block_events which include consensus-level events like slashing, jailing, and validator set updates.
get
GetBlockResults queries block results for given height.
get
GetLatestBlock returns the latest block.
get
GetBlockByHeight queries block for given height.
get
GetNodeInfo queries the current node info.
get
GetSyncing queries node syncing.
get
GetLatestValidatorSet queries latest validator-set.
get
GetValidatorSetByHeight queries validator-set at a given height.
post
TxDecode decodes the transaction.
post
TxDecodeAmino decodes an Amino transaction from encoded bytes to JSON.
post
TxEncode encodes the transaction.
post
TxEncodeAmino encodes an Amino transaction from JSON to encoded bytes.
post
Simulate simulates executing a transaction for estimating gas usage.
get
GetTxsEvent fetches txs by event.
post
BroadcastTx broadcast transaction.
get
GetBlockWithTxs fetches a block with decoded txs.
get
GetTx fetches a tx by hash.
Service
Status queries for the node status.
get
/cosmos/base/node/v1beta1/status
Response
A successful response.
CosmosBaseNodeV1beta1StatusResponse
required
StateResponse defines the response structure for the status of a node.
earliestStoreHeight
string
uint64
height
string
uint64
timestamp
string
date-time
appHash
string
byte
validatorHash
string
byte