Skip to main content

/exchange/v1/settlement/status

Query the settlement progress from the exchange to CVA

Query Parameters
    settlementId string required

    Unique identifier for a settlement batch

Responses

Successful response


Schema
    data object[]

    Asset list transferred from the exchange to CVA

  • 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

  • ]
Loading...