Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 779 Bytes

File metadata and controls

17 lines (10 loc) · 779 Bytes

UnifiedCollateralReq

Properties

Name Type Description Notes
collateralType number User-set collateral mode: 0(all)-All currencies as collateral, 1(custom)-Custom currencies as collateral. When collateral_type is 0(all), enable_list and disable_list parameters are invalid [optional] [default to undefined]
enableList Array<string> Currency list, where collateral_type=1(custom) indicates the addition logic [optional] [default to undefined]
disableList Array<string> Disable list, indicating the disable logic [optional] [default to undefined]

Enum: UnifiedCollateralReq.CollateralType

  • NUMBER_0 (value: 0)

  • NUMBER_1 (value: 1)