Tables
- Projects
- Apps
- Markets
- Reserves
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
- Markets per chain
- Markets in one app
- Reserves of one market
- Where one token is listed
A project can run several apps and each app several markets on a chain, so the count is per app and chain together.