/exchange/v1/settlement/finish
Notify the exchange after Sinohope settlement is completed
application/json
Request Body required
- Array [
- ]
settlementId string required
Unique identifier for a settlement batch
data object[] required
Asset list transferred from CVA account to the exchange
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...