Skip to main content

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

GET 

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

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

Request

Path Parameters

    slot integerrequired

    Index of the commitment to look up.

    Example: 154862

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/by-slot/:slot/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!