Skip to main content
The identity table behind every project figure. Every fact and metric joins to it, and Coverage introduces the grain.

Columns

ColumnTypeDescription
project_idSTRINGIdentifier of the project. Every table that mentions a project joins on this.
nameSTRINGDisplay name.
symbolSTRINGTicker of the project’s token, where one exists.
market_sectorsARRAY<STRING>Every market sector tag on the project.
primary_market_sectorSTRINGThe first element of market_sectors. One value per row.

Sample queries

project_id is the key every project table joins on, and market_sectors holds every tag on the project.