GET
/
mempool
/
transactions
/
{tx_hash}
/
descendants
Mempool Transaction Descendants
curl --request GET \
  --url https://xdg-mainnet.gomaestro-api.org/v0/rpc/mempool/transactions/{tx_hash}/descendants \
  --header 'api-key: <api-key>'
{
  "data": [
    "<string>"
  ],
  "last_updated": {
    "block_hash": "<string>",
    "block_height": 123
  }
}

Authorizations

api-key
string
header
required

Project API Key

Path Parameters

tx_hash
string
required

Transaction hash

Response

200
application/json

OK

The response is of type object.