We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c9409b commit cef5be5Copy full SHA for cef5be5
exchanges/bybit/convert.go
@@ -51,7 +51,6 @@ type Coin struct {
51
SingleFromMaxLimit types.Number `json:"singleFromMaxLimit"` // The maximum amount of fromCoin per transaction
52
DisableFrom bool `json:"disableFrom"` // true: the coin is disabled to be fromCoin, false: the coin is allowed to be fromCoin
53
DisableTo bool `json:"disableTo"` // true: the coin is disabled to be toCoin, false: the coin is allowed to be toCoin
54
-
55
// Reserved fields, ignored for now
56
TimePeriod int `json:"timePeriod"`
57
SingleToMinLimit types.Number `json:"singleToMinLimit"`
0 commit comments