File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
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.34.0 "
3+ version = " 0.34.1 "
44
55[deps ]
66Base64 = " 2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ struct TickerData <: BybitData
3535 ask1Size:: Maybe{Float64}
3636 lastPrice:: Float64
3737 prevPrice24h:: Float64
38- pice24hPcnt :: Maybe{Float64}
38+ price24hPcnt :: Maybe{Float64}
3939 highPrice24h:: Float64
4040 lowPrice24h:: Float64
4141 turnover24h:: Float64
@@ -88,7 +88,7 @@ to_pretty_json(result.result)
8888 "ask1Size":0.124391,
8989 "lastPrice":90976.95,
9090 "prevPrice24h":94379.41,
91- "pice24hPcnt ":null,
91+ "price24hPcnt ":null,
9292 "highPrice24h":95950.05,
9393 "lowPrice24h":90547.11,
9494 "turnover24h":2.838946290225581e9,
You can’t perform that action at this time.
0 commit comments