/
PO
pokt-network
/
HTTP API Console
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 59m 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
Config queries for the operator configuration.
get
/cosmos/base/node/v1beta1/config
Response
A successful response.
CosmosBaseNodeV1beta1ConfigResponse
required
ConfigResponse defines the response structure for the Config gRPC query.
halt_height
string
uint64
minimum_gas_price
string
pruning_interval
string
pruning_keep_recent
string
Changes