using Newtonsoft.Json.Linq;
public static void Main()
""updated"": ""Feb 7, 2019 04:50:00 UTC"",
""updatedISO"": ""2019-02-06T22:50:00-06:00"",
""updateduk"": ""Feb 7, 2019 at 04:50 GMT""
""disclaimer"": ""This data was produced from the CoinDesk Bitcoin Price Index (USD). Non-USD currency data converted using hourly conversion rate from openexchangerates.org"",
""rate"": ""3,398.5150"",
""description"": ""United States Dollar"",
""description"": ""Bitcoin"",
var rate = (string) JToken.Parse(json).SelectToken("bpi.USD.rate");