Get the candle graph for this exchange
public System.Threading.Tasks.Task<SHTCGClient.Models.Exchange.Candle[]?> GetCandles(SHTCGClient.ClientService client, int interval=5, int limit=288);
client ClientService
client
Your client
interval System.Int32
interval
Every x minutes for candles
limit System.Int32
limit
Limit how many candles you get
System.Threading.Tasks.Task<SHTCGClient.Models.Exchange.Candle[]>
There was an error while loading. Please reload this page.