Skip to main content

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

GET 

/api/core/v2/milestones/by-index/:index/utxo-changes

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

Request

Path Parameters

    index numberrequired

    Index of the milestone to look up.

    Example: 154862

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...