Skip to content

SHTCGClient.ClientService.GetCandles(int,int,int)

github-actions[bot] edited this page Mar 9, 2026 · 1 revision

ClientService.GetCandles(int, int, int) Method

Get the candle graph for an exchange

public System.Threading.Tasks.Task<SHTCGClient.Models.Exchange.Candle[]?> GetCandles(int exchangeId, int interval, int limit);

Parameters

exchangeId System.Int32

The exchange ID

interval System.Int32

The interval in minutes

limit System.Int32

The limit of candles to fetch

Returns

System.Threading.Tasks.Task<SHTCGClient.Models.Exchange.Candle[]>
Array of candles

Clone this wiki locally