using System.Collections.Generic;
public static void Main()
""makerExposure"": ""-2028"",
""takerExposure"": ""2028"",
""makerPnl"": ""447.6688"",
""takerPnl"": ""-447.6688"",
""makerExposure"": ""-10"",
""takerExposure"": ""10"",
var result = JsonSerializer.Deserialize<Data>(json);
Console.WriteLine("Hello World");
public List<ExPositions> data {get;set;}
public string name { get; set; }
public string position { get; set; }
public string vwap { get; set; }
public string pnl { get; set; }
public string symbol { get; set; }
public string exposure { get; set; }
public string makerExposure { get; set; }
public string takerExposure { get; set; }
public string makerPnl { get; set; }
public string takerPnl { get; set; }