Skip to main content

/exchange/v1/withdrawable

Query the withdrawable amount of a asset from the specific CVA account

Request Body required
    collateralId CollateralId required

    Unique identifier for the CVA account

    assetId string required

    Sinohope-defined currency identifier

Responses

Successful response


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).

Loading...