/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.
application/json
Request Body required
- Array [
- ]
addresses object[]
the exchange's settlement addresses
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
- 200
Successful response
application/json
Schema
Example (from schema)
Schema
status boolean required
Status of the processing, False/True (failed/success)
{
"status": true
}
Loading...