---
title: "Digital Asset Holdings"
method: GET
path: "/btc/fund-data/digital-asset-holdings"
tags: ["BTC Fund Data"]
---

# Digital Asset Holdings

`GET /btc/fund-data/digital-asset-holdings`

This endpoint returns digital asset holdings status of each fund. For example, Grayscale BTC Holdings along with GBTC represents how much BTC Grayscale is holding for its investment. This metric indicates stock market's sentiment where higher the value means bullish sentiment of investors in stock market.

**📖 Data Guide:** [GBTC Digital Asset Holdings](/data-guide/fund-premium/grayscale-bitcoin-trust-gbtc/gbtc-digital-asset-holdings) — definition, interpretation, and chart examples.

## Query parameters

- `symbol` string, required
- `window` string
- `from` string
- `to` string
- `limit` integer
- `format` string

## Response `200`

Digital Asset Holdings Data

- object
  - `status` object, required — The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.
    - `code` integer, required — HTTP status code
    - `message` string, required — Text description of the error or success.
  - `result` object, required
    - `window` string, required — The size of window. This metric supports only day resolution.
    - `data` object[], required
      - `date` string — The date in YYYY-DD-MM. This optional field only appears when window=day is used.
      - `digital_asset_holdings` number, required — Digital Asset Holdings of the window.

---

[API](https://skmtc.net/cryptoquant/apis/cryptoquant-data-api.md) · [All operations](https://skmtc.net/cryptoquant/apis/cryptoquant-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cryptoquant/cryptoquant-data-api/revisions/81ee223d4908/schema)
