BigQuery Data Sharing
Glassnode offers secure access to historical metrics data through Analytics Hub private listings, allowing you to query our data directly in your own Google Cloud environment.
Data Shares allow you to access the full history range of our metrics without needing to ingest the data through the API, saving you time building a client, managing ETLs, and maintaining data ingestion pipeline infrastructure.
What are Analytics Hub Listings?
We provide access to our metrics data through Analytics Hub listings. When you subscribe to a listing in Google Cloud Marketplace, BigQuery creates a linked dataset in your Google Cloud project. This linked dataset is read-only and points to the shared Glassnode dataset.
Getting Started
To access Glassnode's data through Analytics Hub listings, you'll need to provide Glassnode the service account email that should receive access.
Step 1: Request Access
Share your service account email with your account representative or email us at sales@glassnode.com.
The user subscribing to the listing should have the required BigQuery permissions in the destination project, including permission to create the linked dataset.
Step 2: Access Your Data
Once approved, you'll be able to find the Glassnode datasets in the Google Cloud Marketplace, subscribe to the listing, and create a linked dataset in your BigQuery project.
Glassnode BigQuery data shares are currently available only in the europe-west1 region.
For a complete overview of available metrics, see our Metric Catalog.
Beta Feature: During the beta phase, data sharing covers 99% of our metrics. Support for additional metrics will be added as we expand this feature.
How to Access Glassnode Data
Once you've been approved for access, follow these steps:
Find the Glassnode dataset in the Google Cloud Marketplace and open the listing. You need to be logged in to the Google Cloud account that has access to the listing.
Click Subscribe on the listing page.

Google Marketplace entry Choose the destination project and linked dataset name. The linked dataset must be created in the
europe-west1region. BigQuery will create a read-only linked dataset in your project.Start querying your data. Once the linked dataset is created, you can query the shared tables and views from BigQuery like any other dataset.
If you cannot see the listing, confirm that you are using the service account shared with Glassnode and that your project has the required BigQuery permissions.
How to Consume Metrics
Once you have access to the Glassnode linked dataset in your BigQuery project, you can explore and query the available metrics:
Browse the linked dataset: You'll see a set of views in your dataset, with one view per metric and time resolution.
Query a metric: Use standard SQL and reference the linked dataset in your query:
Metrics Schema
Table names follow the pattern: {CATEGORY}__{METRIC_NAME}_{RESOLUTION}
Example: ADDRESSES__ACTIVE_COUNT_1MONTH
Each metric table follows a consistent schema structure with three types of fields:
Field Types
Timestamp Field
Always named
TIMESTAMPRepresents the time of the data point
Type:
TIMESTAMP
Filter Fields
Used to segment and filter data
Follow the same naming convention as query parameters in our API
Common filter fields include:
A- Asset (e.g., BTC, ETH)NETWORK- NetworkAdditional filters vary by metric
Value Fields
Contain the actual metric measurements
Always prefixed with
V_for metrics with multiple valuesSingle-value metrics use just
V(without underscore)Type: Typically
NUMERICorFLOAT64
Example
The metric /addresses/active_count with 1-month resolution is stored in table ADDRESSES__ACTIVE_COUNT_1MONTH:
TIMESTAMP
TIMESTAMP
Time of the data point
A
STRING
Asset (filter field)
V
NUMERIC
Number of active addresses (value field)
Latency
BigQuery data shares have the same latency as our API.
Ready to get started? Contact our team to learn more about accessing our Analytics Hub listings.
Last updated