/collateral/v1/settlement
Notify Sinohope of the settlement details list after the exchange initiates a settlement
application/json
Request Body required
- Array [
- ]
- Array [
- ]
settlementId_ex string required
Exchange-side settlement batch identifier
collateralId CollateralId required
Unique identifier for the CVA account
to_exchange object[] required
assetId string
Sinohope asset identifier (for multi-chain scenarios, the exchange needs to split the details based on the balance of the user's CVA address)
amount string
Settlement amount
toAddress string
Exchange receiving address
toTag string nullable
Exchange receiving address tag
to_collateral object[] required
assetId string
Sinohope asset identifier (for multi-chain scenarios, the exchange needs to merge the settlement assets based on the user's preferedNetwork field when binding the address)
amount string
Settlement amount
toAddress string
CVA address
toTag string nullable
CVA address tag
Responses
- 200
Successful response
application/json
Schema
Example (from schema)
Schema
settlementId string required
Unique identifier for a settlement batch
{
"settlementId": "string"
}
Loading...