Skip to main content

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

GET 

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

curl -L -X GET 'http://127.0.0.1:14265/api/core/v2/milestones/:milestoneId/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!