Skip to main content

Returns the children of the included message of a transaction.

GET 

/api/v1/transactions/:transactionId/included-message/children

Returns the children of the included message of a transaction.

Request

Path Parameters

    transactionId stringrequired

    Identifier of the transaction to look up.

    Example: af7579fb57746219561072c2cc0e4d0fbb8d493d075bd21bf25ae81a450c11ef

Responses

Successful operation.

Schema
    data objectrequired
    messageId stringrequired

    The message identifier of the given message that was used to look up its children.

    maxResults integerrequired

    The number of results it can return at most.

    count integerrequired

    The actual number of found results.

    childrenMessageIds string[]required

    The message identifiers of the found children.

Loading...