/exchange/v1/deposit
Notify the exchange that there's an user deposit.
application/json
Request Body required
collateralId CollateralId required
Unique identifier for the CVA account
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)
txHash string required
the deposit transaction hash
amount string required
the deposit amount(origin value, not converted acording to the decimals)
Responses
- 200
Successful response
application/json
Schema
Example (from schema)
Schema
accepted boolean required
Whether the deposit is accepted( True - accepted, False - denied).
{
"accepted": true
}
Loading...