Skip to content

SHTCGClient.ClientService.GetPositions()

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

ClientService.GetPositions() Method

Get the user's positions in the exchanges

public System.Threading.Tasks.Task<SHTCGClient.Models.Exchange.Position[]?> GetPositions();

Returns

System.Threading.Tasks.Task<Position[]>
Array of positions

Clone this wiki locally