CIAPI.CIAPI.GetMarkets C# (CSharp) Method

GetMarkets() public static method

public static GetMarkets ( ) : CIAPI.Market[]
return CIAPI.Market[]
        public static Market[] GetMarkets()
        {
            return JsonConvert.DeserializeObject<Market[]>(markets);
        }