/exchange/v1/connect
Connect CVA account with MEA account
application/json
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
- 200
Successful response
application/json
Schema
Example (from schema)
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
{
"status": false,
"rejectReason": "string"
}
Loading...