/
/CometBFT RPC
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 1mo ago
ABCI2
Info22
  • getNode heartbeat
  • getNode Status
  • getNetwork information
  • getGet block headers (max: 20) for minHeight <= height <= maxHeight.
  • getGet header at a specified height
  • getGet header by hash
  • getGet block at a specified height
  • getGet block by hash
  • getGet block results at a specified height
  • getGet commit results at a specified height
  • getGet validator set at a specified height
  • getGet Genesis
  • getGet Genesis in multiple chunks
  • getGet consensus state
  • getGet consensus state
  • getGet consensus parameters
  • getGet the list of unconfirmed transactions
  • getGet data about unconfirmed transactions
  • getSearch for transactions
  • getSearch for blocks by FinalizeBlock events
  • getGet transactions by hash
  • getBroadcast evidence of the misbehavior.
Tx4
Unsafe2
    Info

    Node heartbeat

    Get node health. Returns empty result (200 OK) on success, no response - in case of an error.

    get/health

    Response

    Gets Node Health

    idinteger
    jsonrpcstring
    resultobject

    Example response

    {
      "jsonrpc": "2.0"
    }

    Changes