> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blockworks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Projects & Entities

> Fundamentals for a project on its primary ecosystem network: protocol revenue, TVL, primary asset market cap, stablecoin supply, DEX volume and mindshare.

Each series is one project, keyed by its project id.

## Endpoints

| Model                                                          | Access                       | Timeseries                                                                                                                                                |
| -------------------------------------------------------------- | ---------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Projects](/api-reference/data-api/projects-entities/projects) | Projects\_protocols\_unified | [Batch](/api-reference/data-api/projects-entities/timeseries-projects), [One series](/api-reference/data-api/projects-entities/timeseries-projects-by-id) |

## Example

```bash curl theme={null}
curl "https://api.blockworks.com/query/timeseries/projects/1d?series=8434fad0-37fa-4332-bfcf-240e4aaf3af4&timeframe=7d&selections=mindshare-score,mindshare-score-rolling-7d" \
  -H "X-Blockworks-API-Key: $BLOCKWORKS_API_KEY"
```

See [Batch Get Project timeseries](/api-reference/data-api/projects-entities/timeseries-projects) for the response and the errors.

## Guides

<CardGroup cols={2}>
  <Card title="Finding an id" icon="key" href="/api-reference/data-api/discovery/finding-an-id">
    Every series key, the table it comes from and the identifiers that resolve to it.
  </Card>

  <Card title="Granularity" icon="clock" href="/getting-started/concepts/granularity">
    Choosing an interval and bounding a time window.
  </Card>

  <Card title="Tabular vs timeseries" icon="book" href="/getting-started/concepts/tabular-vs-timeseries">
    The two model kinds, their URL shapes, and when to reach for each.
  </Card>
</CardGroup>
