File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Binance/USDMFutures/API Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11name = " CryptoExchangeAPIs"
22uuid = " 5e3d4798-c815-4641-85e1-deed530626d3"
3- version = " 0.33.0 "
3+ version = " 0.33.1 "
44
55[deps ]
66Base64 = " 2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ struct Symbols <: BinanceData
5555 quoteAsset:: String
5656 quotePrecision:: Int64
5757 requiredMarginPercent:: Float64
58- settlePlan:: Int64
58+ settlePlan:: Union{Nothing, Int64}
5959 status:: String
6060 symbol:: String
6161 timeInForce:: Vector{String}
@@ -102,7 +102,7 @@ Current exchange trading rules and symbol information.
102102using Serde
103103using CryptoExchangeAPIs.Binance
104104
105- result = Binance.USDMFutures.exchange_info()
105+ result = Binance.USDMFutures.exchange_info()
106106
107107to_pretty_json(result.result)
108108```
You can’t perform that action at this time.
0 commit comments