getmempooldescendants
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
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.
Body
application/json
jsonrpcstringrequiredidstringrequiredmethodstringgetmempooldescendantsrequiredparamsArray<string | boolean>requiredParameters:
txid(string, required) — Transaction ID to query descendants for.verbose(boolean, optional) — Return JSON object if true, or list of txids if false. Default: false.
Response
200OK
Descendant transactions retrieved successfully
401Unauthorized
Unauthorized
500Internal Server Error
Internal Server Error