/
PO
pokt-network
/
HTTP API Console
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 19m ago · Updated 3w ago
Details
Filter operations
ABCI
16
ABCIListenerService
2
Msg
138
Query
187
ReflectionService
8
Service
18
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
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.
app_hash
string
byte
earliest_store_height
string
uint64
height
string
uint64
timestamp
string
date-time
validator_hash
string
byte
Changes