getmempoolancestors
Returns the in-mempool ancestors of a given transaction.
Path parameters
apiKey
Request
This endpoint expects an object.
txid
The transaction ID whose ancestors to retrieve.
verbose
Whether to return detailed info (true) or just txids (false).
Response
The mempool ancestors of the specified transaction.
A list of ancestor transaction IDs.
OR
Getmempoolancestors Result1