Skip to main content

/exchange/v1/settlement/confirm

Notify the exchange to initiate settlement to CVA account after user confirmation

Request Body required
    collateralId CollateralId required

    Unique identifier for the CVA account

    settlementId string required

    Unique identifier for a settlement batch

    approved boolean required

    The user has approved the settlement details (True), or denied/disagreed the settlement details (False).

    assetId string nullable

    For user-initiated partial confirmation scenarios

Responses

Successful response


Schema
    status boolean required

    Settlement initiation status, False/True (failed/success)

Loading...