1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-06-11 09:56:18 +00:00
This commit is contained in:
Jan Korf 2022-01-17 21:31:53 +01:00
parent 0f65701f90
commit 66fce6cb84
2 changed files with 3 additions and 1 deletions

View File

@ -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)