Skip to content

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

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

Exchange.GetCandles(ClientService, int, int) Method

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

Parameters

client ClientService

Your client

interval System.Int32

Every x minutes for candles

limit System.Int32

Limit how many candles you get

Returns

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

Clone this wiki locally