All Collections
Tutorials
Beginner Tutorial
Beginner Tutorial

Get started using Cryptosheets in 30 seconds

C
Written by Chris Ware
Updated over a week ago

Cryptosheets makes it easy for anybody to pull a wide variety of crypto data into their Excel or Google Sheets. This tutorial will show you two different ways to do this.

⚠️ Before you do, make sure you have:

There are 2 primary ways to get data:

πŸ‘‰ Method 1 - Custom Functions

Overview

Custom functions are a type of formula you can use in either Excel or Googlesheets. All Cryptosheets custom functions begin with "CS" and can be accessed once you have logged into the side panel.

To get data with a custom function follow these steps...

  1. In any cell type the following:
    Excel: =CS.PRICE("BTC","USD")
    Googlesheets: =CSPRICE("BTC","USD")Β 

  2. Press enter

  3. That's it!



πŸ‘‰ Method 2 - API Console in the Side Panel

Overview

The side panel API console & function builder allows you to quickly query data for any provider or endpoint and will send the data directly to your sheet as a refreshable formula, dynamic template or flat data. The below example uses an endpoint from CryptoCompare to pull in historical trading data for Bitcoin (BTC)

To get data using the API console in the side panel follow these steps...

  1. Search for Cryptocompare under the providers tab in the browse section

  2. Find the endpoint called V2 Histoday

  3. Select the endpoint

  4. Press the green button called "make request"

  5. That's it!

πŸ‘€ The side panel API console & function builder looks like this and there is one for every single endpoint.

πŸ‘‰ To navigate to the API console from the home/landing screen follow these steps

  1. Click on the Browse Data button

  2. Select the endpoints tab

  3. Click on any endpoint

  4. That's it! ➑️ you've arrived at the API console!

The console is broken out into 6 major parts:

Did this answer your question?