/exchange/v1/address
Notify exchange to add new addresses for the CVA account
application/json
Request Body required
- Array [
- ]
requestId string required
Identifier for this binding request
collateralId CollateralId required
Unique identifier for the CVA account
assets object[]
currency Currency required
Currency identifier defined by the exchange
network Network required
Chain identifier defined by the exchange
assetId AssetId required
Asset identifier defined by Sinohope (different asset identifiers for the same currency on different chains, e.g., USDT_ETH, USDT_TRON)
address string required
Address allocated by Sinohope for the user's CVA account
settlementNetwork Network required
Chain identifier defined by the exchange
tag string nullable
Tag allocated by Sinohope for the user's CVA account
Responses
- 200
Successful response
application/json
Schema
Example (from schema)
Schema
received number required
Address reception status,enum, 0 asynchronously processing, 1 Failed, 2 Success.
{
"received": 0
}
Loading...