/
/HTTP API Console
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 3w ago
Msg128
Query177
Service18
  • getConfig queries for the operator configuration.
  • getStatus queries for the node status.
  • getABCIQuery 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.
  • getGetLatestBlock returns the latest block.
  • getGetBlockByHeight queries block for given height.
  • getGetNodeInfo queries the current node info.
  • getGetSyncing queries node syncing.
  • getGetLatestValidatorSet queries latest validator-set.
  • getGetValidatorSetByHeight queries validator-set at a given height.
  • postTxDecode decodes the transaction.
  • postTxDecodeAmino decodes an Amino transaction from encoded bytes to JSON.
  • postTxEncode encodes the transaction.
  • postTxEncodeAmino encodes an Amino transaction from JSON to encoded bytes.
  • postSimulate simulates executing a transaction for estimating gas usage.
  • getGetTxsEvent fetches txs by event.
  • postBroadcastTx broadcast transaction.
  • getGetBlockWithTxs fetches a block with decoded txs.
  • getGetTx fetches a tx by hash.
    Service

    Status queries for the node status.

    get/cosmos/base/node/v1beta1/status

    Response

    A successful response.

    Changes