Lists descendant TXs for a mempool TX, by a TX hash.
Useful for evaluating chains of unconfirmed transactions and replacability via Replace-By-Fee (RBF).
GET
/
mempool
/
transactions
/
{tx_hash}
/
descendants
Mempool Transaction Descendants
Copy
Ask AI
curl --request GET \ --url https://xbt-mainnet.gomaestro-api.org/v0/rpc/mempool/transactions/{tx_hash}/descendants \ --header 'api-key: <api-key>'