Getmempooldescendants

getmempooldescendants

post

Returns all in-mempool descendant transactions for a given transaction ID. Descendants are transactions that depend on the outputs of the specified transaction. Can return either a simple list of transaction IDs or detailed JSON objects.

Authorizations
api-keystringRequired
Body
jsonrpcstringRequiredExample: 1.0
idstringRequiredExample: getmempooldescendants
methodstring · enumRequiredPossible values:
Responses
chevron-right
200

Descendant transactions retrieved successfully

application/json
resultone ofOptional

If verbose is false, returns an array of descendant transaction IDs. If verbose is true, returns a JSON object mapping txid to detailed information.

string[]Optional

List of descendant txids (if verbose = false)

or
errorobject · nullableOptional

Null if successful; otherwise contains error info

idstringOptional

The ID of the request

post
/

Last updated