跳至主要内容

/exchange/v1/settlement/list

Request settlement details from the exchange for user-initiated settlements

Request Body required
    collateralId CollateralId required

    Unique identifier for the CVA account

    settlementId string required

    Unique identifier for a settlement batch

    assetId string nullable

    For user-initiated single-currency settlements

Responses

Successful response


Schema
    settlementId_ex string

    Exchange-side unique identifier for the settlement batch

    to_exchange object[]
  • Array [
  • assetId string required

    Sinohope's asset identifier (for multi-chain scenarios, the exchange needs to split the details based on the CVA account balance)

    amount string required

    Settlement amount

    toAddress string required

    Exchange's receiving address

    toTag string nullable

    Exchange's receiving address tag

  • ]
  • to_collateral object[]
  • Array [
  • assetId string required

    Sinohope's asset identifier (for multi-chain scenarios, assets should be merged for settlement based on the user's preferred network)

    amount string required

    Settlement amount

    toAddress string required

    CVA address

    toTag string nullable

    CVA address tag

  • ]
Loading...