mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-17 03:12:56 +00:00
docs
This commit is contained in:
@@ -93,3 +93,5 @@ var closePrice = kline.CommonClose;
|
||||
var kline = await binanceClient.SpotApi.ComonSpotClient.GetKlinesAysnc(/*params*/);
|
||||
var closePrice = kline.ClosePrice;
|
||||
```
|
||||
|
||||
For more details on the interfaces see [Common interfaces](interfaces.html)
|
||||
Reference in New Issue
Block a user