... the GET request on
47 request.add("get", "https://min-api.cryptocompare.com/data/pricemultifull?fsyms=ETH&tsyms=USD");
48
49 // Set the path to find the desired data in the API response, where the response format is:
50 // {"RAW":
51 // {"ETH":
52...