/exchange/v1/settlement/network
Set the default settlement network for CVA addresses (multi-chain scenario)
application/json
Request Body required
collateralId CollateralId required
Unique identifier for the CVA account
currency Currency required
Currency identifier defined by the exchange
settlementNetwork string required
Default settlement network for the CVA account, specified by the user on Sinohope side (previously confirmed with the exchange)
Responses
- 200
Successful response
application/json
Schema
Example (from schema)
Schema
status boolean required
Status of setting the preferred network, False/True (failed/success)
{
"status": true
}
Loading...