get_mempool_ancestors
Retrieve all unconfirmed ancestor transactions for a given mempool transaction to analyze CPFP (Child Pays For Parent) scenarios and understand transaction dependencies.
Instructions
Get all unconfirmed ancestor transactions of a mempool transaction. Useful for CPFP analysis.
Args: txid: Transaction hash (64 hex characters)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |