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

# Sub-Sector Asset Mindshare

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

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

## Endpoints

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

  <Card title="Get Sub-Sector timeseries" icon="arrow-right" href="/api-reference/data-api/social-mindshare/timeseries-sub-sector-asset-mindshare-by-id">
    One series over a time window, keyed by its Sub-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 sub-sector.                        |
| `percentage` | Percentage | float64 | percent | Percentage of the sub-sector's asset mindshare among all sub-sectors. |
| `rank`       | Rank       | int32   |         | Rank of the sub-sector's asset mindshare among all sub-sectors.       |

## Example

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

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