Skip to main content

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

GET 

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

Loading...