Skip to main content

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

GET 

http://127.0.0.1:14265/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.

curl -L -X GET 'http://127.0.0.1:14265/api/core/v2/milestones/by-index/:index/utxo-changes' \
-H 'Accept: application/json'
Request Collapse all
Base URL
http://127.0.0.1:14265
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!