getmempooldescendants
Returns the in-mempool descendants of a given transaction.
⚠ This endpoint is only available with Blast access.
Path parameters
apiKey
Request
This endpoint expects an object.
txid
The transaction ID whose descendants to retrieve.
verbose
Whether to return detailed info (true) or just txids (false).
Response
The mempool descendants of the specified transaction.
A list of descendant transaction IDs.
OR