Skip to main content

/exchange/v1/settlement/finish

Notify the exchange after Sinohope settlement is completed

Request Body required
    settlementId string required

    Unique identifier for a settlement batch

    data object[] required

    Asset list transferred from CVA account to the exchange

  • Array [
  • 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

Successful response


Schema
    status boolean required

    Status of the settlement finish notification, False/True (failed/success)

Loading...