Skip to main content

/exchange/v1/connect

Connect CVA account with MEA account

Request Body required
    collateralId CollateralId required

    Unique identifier for the CVA account

    exchangeAccountId string required

    Unique identifier for the MEA account to be bound, API KEY

Responses

Successful response


Schema
    status boolean required

    Possible values: [false, true]

    Binding status, False/True (failed/success)

    rejectReason string nullable

    Reason for rejection if binding is denied by the exchange; can be null if the validation passes

Loading...