Skip to main content

/collateral/v1/deposit/balance

Query the deposit balance details.

Request Body required
    collateralId CollateralId required

    Unique identifier for the CVA account

    currency Currency required

    Currency identifier defined by the exchange

Responses

Successful response


Schema
    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
  • Array [
  • 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)

  • ]
Loading...