getmempoolancestors
POST
/{apiKey}
Returns the in-mempool ancestors 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 ancestors to retrieve.
booleanoptionaldefaults to
falseWhether to return detailed info (true) or just txids (false).
Responses
200
The mempool ancestors of the specified transaction.
Was this page helpful?