Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 792 Bytes

File metadata and controls

14 lines (10 loc) · 792 Bytes

Io.Gate.GateApi.Model.UnifiedCollateralReq

Properties

Name Type Description Notes
CollateralType int 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]
EnableList List<string> Currency list, where collateral_type=1(custom) indicates the addition logic [optional]
DisableList List<string> Disable list, indicating the disable logic [optional]

[Back to Model list] [Back to API list] [Back to README]