cURL
curl --request GET \ --url https://xdg-mainnet.gomaestro-api.org/v0/rpc/mempool/transactions/{tx_hash}/ancestors \ --header 'api-key: <api-key>'
{ "data": [ "<string>" ], "last_updated": { "block_hash": "<string>", "block_height": 123 } }
Get ancestor transactions of a specific Dogecoin transaction currently in the mempool.
Project API Key
Transaction hash
OK
The response is of type object.
object
Was this page helpful?