Skip to main content

/collateral/v1/settlement/address

Notify Sinohope of the exchange's settlement addresses for assets. It will need an initial post when the exchange join the OpenLoop, and make a update when some addresses need to be changed.

Request Body required
    addresses object[]

    the exchange's settlement addresses

  • Array [
  • currency Currency required

    Currency identifier defined by the exchange

    network Network required

    Chain identifier defined by the exchange

    address string required

    the exchange's settlement address of the currency on the network.

    tag string nullable

    Tag allocated by the exchange

  • ]
Responses

Successful response


Schema
    status boolean required

    Status of the processing, False/True (failed/success)

Loading...