/
PO
pokt-network
/
HTTP API Console
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 3w ago
Details
Filter operations
Msg
128
Query
177
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.
Changes