Tables
- Projects
- Apps
- Bridge tokens
One row per project in the catalog.
| Column | Type | Description |
|---|---|---|
project_id | STRING | The project, such as aave. |
name | STRING | Display name. |
symbol | STRING | Ticker of the projectβs token, where it has one. |
status_label | STRING | Whether the project is active or archived. |
market_sectors | ARRAY<STRING> | Every sector the project is tagged with. |
primary_market_sector | STRING | The first of those, for grouping. |
Sample queries
- Bridge apps
- Projects behind the bridges
- Tokens one bridge moves
- Chains a bridge connects
market_sectors is an array, so the section filter reads 'bridges' in unnest(market_sectors). An app tagged with several sectors returns one row.