Skip to main content

Get all UTXO changes of a given milestone by milestone ID.

GET 

/api/core/v2/milestones/:milestoneId/utxo-changes

Get all UTXO changes of a given milestone by Milestone ID.

Request

Path Parameters

    milestoneId stringrequired

    Milestone ID of the milestone to look up.

    Example: 0x7a09324557e9200f39bf493fc8fd6ac43e9ca750c6f6d884cc72386ddcb7d695

Responses

Successful operation.

Schema
    index integerrequired

    The index number of the milestone.

    createdOutputs string[]required

    The created outputs of the given milestone.

    consumedOutputs string[]required

    The consumed outputs of the given milestone.

Loading...