/collateral/v1/deposit/balance
Query the deposit balance details.
application/json
Request Body required
collateralId CollateralId required
Unique identifier for the CVA account
currency Currency required
Currency identifier defined by the exchange
Responses
- 200
Successful response
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
collateralId CollateralId required
Unique identifier for the CVA account
currency Currency required
Currency identifier defined by the exchange
totalAmount string required
total deposit balance of the currency
details object[] required
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)
amount string required
the deposit amount(origin value, not converted acording to the decimals)
{
"collateralId": "411136872665588",
"currency": "USDT",
"totalAmount": "36870000",
"details": [
{
"network": "ETH",
"assetId": "USDT_ETH",
"amount": "36870000"
}
]
}
Loading...