Skip to main content

Get all UTXO changes of a given milestone.

GET 

/api/v1/milestones/:index/utxo-changes

Get all UTXO changes of a given milestone.

Request

Path Parameters

    index numberrequired

    Index of the milestone to look up.

    Example: 154862

Responses

Successful operation.

Schema
    data objectrequired
    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...