/collateral/v1/settlement/finish
Notify the Sinohope after the exchange settlement (for those assets transferred from the exchange to the CVA) is completed
application/json
Request Body required
- Array [
- ]
settlementId string required
Unique identifier for a settlement batch
data object[] required
Asset list transferred from the exchange to the CVA account
assetId string required
Asset identifier defined by Sinohope (different asset identifiers for the same currency on different chains, e.g., USDT_ETH, USDT_TRON)
status string required
Settlement status, enumeration to be determined
txHash string nullable
Transaction hash, if the transfer is completed
Responses
- 200
Successful response
application/json
Schema
Example (from schema)
Schema
status boolean required
Status of the settlement finish notification, False/True (failed/success)
{
"status": true
}
Loading...