We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77dc8e4 commit f785baaCopy full SHA for f785baa
Project.toml
@@ -1,6 +1,6 @@
1
name = "CryptoExchangeAPIs"
2
uuid = "5e3d4798-c815-4641-85e1-deed530626d3"
3
-version = "0.29.2"
+version = "0.30.0"
4
5
[deps]
6
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
src/Binance/Spot/API/ExchangeInfo.jl
@@ -74,7 +74,7 @@ struct Symbols <: BinanceData
74
isSpotTradingAllowed::Bool
75
ocoAllowed::Bool
76
orderTypes::Vector{String}
77
- permissions::Vector{Any}
+ permissions::Vector{String}
78
quoteAsset::String
79
quoteAssetPrecision::Int64
80
quoteCommissionPrecision::Int64
0 commit comments