> ## 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.

# Sector Asset Mindshare

> Social mindshare aggregated over the assets in a sector: total score, share of mindshare across sectors and rank. Each series is one sector, keyed by its name.

|                  |                                                                                                                         |
| ---------------- | ----------------------------------------------------------------------------------------------------------------------- |
| Access           | Social\_mindshare\_unified                                                                                              |
| Timeseries model | `sector-asset-mindshare`: intervals `1h`, `6h`, `1d`, series key `sector` (Sectors), every series available in one call |

## Endpoints

<CardGroup cols={2}>
  <Card title="Batch Get Sector timeseries" icon="arrow-right" href="/api-reference/data-api/social-mindshare/timeseries-sector-asset-mindshare">
    Every series in one request, or the named ones.
  </Card>

  <Card title="Get Sector timeseries" icon="arrow-right" href="/api-reference/data-api/social-mindshare/timeseries-sector-asset-mindshare-by-id">
    One series over a time window, keyed by its Sectors.
  </Card>
</CardGroup>

## Metrics

3 metrics. Use the `Field` value in `selections`; every point starts with the timestamp and continues in this order.

| Field        | Name       | Type    | Unit    | Description                                                   |
| ------------ | ---------- | ------- | ------- | ------------------------------------------------------------- |
| `score`      | Score      | float64 |         | Total asset mindshare score of the sector.                    |
| `percentage` | Percentage | float64 | percent | Percentage of the sector's asset mindshare among all sectors. |
| `rank`       | Rank       | int32   |         | Rank of the sector's asset mindshare among all sectors.       |

## Example

```bash curl theme={null}
curl "https://api.blockworks.com/query/timeseries/sector-asset-mindshare/1d/AI?timeframe=7d&selections=score,percentage" \
  -H "X-Blockworks-API-Key: $BLOCKWORKS_API_KEY"
```

See [Get Sector timeseries](/api-reference/data-api/social-mindshare/timeseries-sector-asset-mindshare-by-id) for the response and the errors.
