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

# Asset Investor Mentions

> Counts of tracked investor accounts mentioning an asset: distinct investors, mentions and the asset's share of all investor mentions. Each series is one asset, keyed by its asset id. Shows which assets investors are talking about.

|                  |                                                                                                                       |
| ---------------- | --------------------------------------------------------------------------------------------------------------------- |
| Access           | Social\_mindshare\_unified                                                                                            |
| Timeseries model | `asset-investor-mentions`: intervals `1d`, series key `asset-id` (Asset ID), series must be named (up to 20 per call) |

## Endpoints

<CardGroup cols={2}>
  <Card title="Batch Get Asset timeseries" icon="arrow-right" href="/api-reference/data-api/social-mindshare/timeseries-asset-investor-mentions">
    Up to 20 series in one request, named by Asset ID in `series`.
  </Card>

  <Card title="Get Asset timeseries" icon="arrow-right" href="/api-reference/data-api/social-mindshare/timeseries-asset-investor-mentions-by-id">
    One series over a time window, keyed by its Asset ID.
  </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                                                                   |
| ------------------------ | ---------------------- | ------- | ------- | ----------------------------------------------------------------------------- |
| `unique-investors-count` | Unique Investors Count | int32   |         | The number of unique investors mentioning this asset on a given interval.     |
| `mentions-count`         | Mentions Count         | int32   |         | The total number of mentions for this asset on a given interval.              |
| `mentions-percentage`    | Mentions Percentage    | float64 | percent | The percentage of total investor mentions for this asset on a given interval. |

## Example

```bash curl theme={null}
curl "https://api.blockworks.com/query/timeseries/asset-investor-mentions/1d/1e31218a-e44e-4285-820c-8282ee222035?timeframe=7d&selections=unique-investors-count,mentions-count" \
  -H "X-Blockworks-API-Key: $BLOCKWORKS_API_KEY"
```

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