/exchange/v1/withdrawable
Query the withdrawable amount of a asset from the specific CVA account
application/json
Request Body required
collateralId CollateralId required
Unique identifier for the CVA account
assetId string required
Sinohope-defined currency identifier
Responses
- 200
Successful response
application/json
Schema
Example (from schema)
Schema
amount string required
Withdrawable amount ("-1" means the user can withdraw this asset fully freely, "0" means nothing can be withdrawed, other wise means the maximun amount that the user can withdraw).
{
"amount": "0"
}
Loading...