Skip to main content

Get all UTXO changes of a given slot by commitment ID.

GET 

http://127.0.0.1:14265/api/core/v3/commitments/:commitmentId/utxo-changes

Get all UTXO changes of a given slot by Commitment ID.

Request

Path Parameters

    commitmentId stringrequired

    Commitment ID of the commitment to look up.

    Example: 0x7a09324557e9200f39bf493fc8fd6ac43e9ca750c6f6d884cc72386ddcb7d695

Responses

Successful operation.

Schema
    commitmentId string

    The commitment ID of the requested slot that contains the changes. Hex-encoded with 0x prefix.

    createdOutputs string[]required

    The created outputs of the given slot.

    consumedOutputs string[]required

    The consumed outputs of the given slot.

curl -L -X GET 'http://127.0.0.1:14265/api/core/v3/commitments/:commitmentId/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!