getmempooldescendants
POST
/{apiKey}
Returns the in-mempool descendants of a given transaction.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
string
format: "^[a-fA-F0-9]{64}$"requiredThe transaction ID whose descendants to retrieve.
booleanoptionaldefaults to
falseWhether to return detailed info (true) or just txids (false).
Responses
200
The mempool descendants of the specified transaction.
Was this page helpful?