/
/CometBFT RPC
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 10m 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

    Get data about unconfirmed transactions

    Get data about unconfirmed transactions

    get/num_unconfirmed_txs

    Response

    status about unconfirmed transactions

    jsonrpcstring required
    idinteger required

    Example response

    {
      "jsonrpc": "2.0",
      "result": {
        "n_txs": "31",
        "total": "82",
        "total_bytes": "19974"
      }
    }

    Changes