Tables
- Projects
- Apps
- Pools
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
- Pools per chain
- A pool's tokens
- Pools for one pair
- Registry against traded pools
The pool registry names the app under the older
protocol_id. Alias it to app_id so the result reads like the rest of the catalog.