Skip to main content

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

GET 

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

Loading...