Skip to main content
Version: 2.0.0

Txpool JSON-RPC API

The txpool API provides methods for interacting with the transaction pool in cdk-erigon. These methods allow developers to inspect pending transactions, check transaction statuses, and understand the contents of the transaction pool.

Available Methods

Transaction Pool

  • txpool_contentReturns a detailed listing of all transactions in the pool
  • txpool_inspectReturns a human-readable overview of transaction pool contents
  • txpool_statusReturns the number of transactions in the transaction pool