Query Transaction Mempool
cardano_query_tx_mempoolInspect a Cardano node's transaction mempool: retrieve stats, fetch the next pending transaction, or verify whether a specific tx ID is present.
Instructions
Query the transaction mempool. Supports three subcommands: info (mempool stats), next-tx (next transaction), has-tx (check if a specific tx is in mempool).
Args:
subcmd (string): One of "info", "next-tx", "has-tx" (default: "info")
tx_id (string, optional): Transaction ID hash for has-tx subcommand
Returns: Mempool information based on subcommand.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tx_id | No | Transaction ID hash (required for has-tx) | |
| subcmd | No | Mempool query subcommand | info |