Getmempoolancestors
Authorizations
api-keystringRequired
Body
jsonrpcstringRequiredExample:
1.0idstringRequiredExample:
getmempoolancestorsmethodstring · enumRequiredPossible values:
Responses
200
Ancestor transaction(s) retrieved successfully
application/json
resultone ofOptional
If verbose is true, returns a JSON object where keys are txids and values are details about each ancestor. Otherwise, returns a simple array of txids.
string[]Optional
List of ancestor txids (if verbose = false)
errorobject · nullableOptional
Null if successful; otherwise contains error details
idstringOptional
The ID of the request
401
Unauthorized
application/json
500
Internal Server Error
application/json
post
/Last updated