跳至主要内容

/collateral/v1/settlement

Notify Sinohope of the settlement details list after the exchange initiates a settlement

Request Body required
    settlementId_ex string required

    Exchange-side settlement batch identifier

    collateralId CollateralId required

    Unique identifier for the CVA account

    to_exchange object[] required
  • Array [
  • 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
  • Array [
  • 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

Successful response


Schema
    settlementId string required

    Unique identifier for a settlement batch

Loading...