Crypto API Tutorials:
Coin Metrics organizes the world’s crypto data and makes it transparent and accessible. We can use the Coin Metrics API to import data from Coin Metrics into Google Sheets. In this tutorial, we’ll show you how to connect the Coin Metrics REST API to Google Sheets in 4 steps:
Apipheny is an API connector for Google Sheets. You can use Apipheny to connect your Google Sheets to unlimited API data sources, make unlimited API requests, and more. There is a 30 day free trial included.
1.) Install Apipheny by opening the following link on desktop and then clicking the Install button in the Google Marketplace: https://apipheny.io/install
2.) After you’ve installed Apipheny, open a Google Sheet and then click on the Extensions dropdown in the menu at the top.
In the dropdown list you should see Apipheny. Click Apipheny then click Import API to open the Apipheny sidebar in your Google Sheet.
Tip: you can open a new Google Sheet by entering this URL in your browser: sheet.new
In this section, we’ll show you how to browse the Coin Metrics API documentation to find the endpoint that retrieves the data you need from their API. If you already know your API URL, or you want to use the same example URL as us, just skip to Step 3.
First, open the Coin Metrics API documentation page: https://docs.coinmetrics.io/api/v4
The menu on the left contains general information about the Coin Metrics API and a list of categorized endpoints.
The Base and Community APIs are available to all users without an API key. The Pro API does require an API key, which is only obtainable though CM Network Data Pro.
In our tutorial we will access the Community API, with the following HTTP root endpoint URL:
https://community-api.coinmetrics.io/v4
If we click the Catalog category, a list of its endpoints will be displayed:
An example endpoint is Available assets, which returns a list of available assets, along with information for them, like metrics, markets, exchanges and time ranges of available data:
https://community-api.coinmetrics.io/v4/catalog/assets
The endpoint’s documentation contains a short description of the endpoint’s purpose, its HTTP method (GET), the URI, a list of accepted parameters, request samples and response samples:
Once you’ve chosen an endpoint, go back to your Google Sheet and make sure that the Apipheny add-on is open on the Import tab. With the Import tab open, enter these details into the add-on:
Method: At the top of the Apipheny sidebar, select the HTTP method (GET or POST) required by your API endpoint. For this example, we are using the GET method.
API URL: In Step 2, we explained how you can find the Coin Metrics REST API endpoint that you need. Now copy and paste your complete Coin Metrics API URL into the Apipheny add-on, where it says API URL Path, followed by any parameters required for your query (if applicable).
For this example, we are using the Available markets endpoint, which returns a list of available markets along with time ranges of available data. This is what the whole URL looks like:
https://community-api.coinmetrics.io/v4/catalog/markets?pretty=true&limit=100
This is what our request looks like in Apipheny:
Finally, the last step is to click the Run button at the bottom of the Apipheny add-on and then wait for the Coin Metrics API data to be imported into your Google Sheet. Here’s what our request looked like when completed:
That’s it! You’ve successfully connected your Coin Metrics account to Google Sheets using the Coin Metrics API and the Apipheny add-on.
After making a successful request to the Coin Metrics API, try querying a different Coin Metrics API endpoint, or try using one of the more advanced features in the Apipheny add-on.
Crypto API Tutorials:
Crypto API Tutorials: