Write a code to consume the REST API
Writing a code to consume the REST API https://api.coindesk.com/v1/bpi/currentprice.json with Google Spreadsheets .
Google Sheets doesn’t have a built-in way to directly call external APIs. However, you can achieve this using Google Apps Script, a Javascript-like scripting language for extending Google Sheets functionality.
Here’s the code to consume the CoinDesk API and write the USD price […]