---
title: "Crypto Treasury Holdings by Coin ID"
method: GET
path: "/{entity}/public_treasury/{coin_id}"
---

# Crypto Treasury Holdings by Coin ID

`GET /{entity}/public_treasury/{coin_id}`

To query public companies' and governments' cryptocurrency holdings by coin ID

## Path parameters

- `entity` 'companies' | 'governments', required
- `coin_id` string, required

## Query parameters

- `per_page` integer
- `page` integer
- `order` 'total_holdings_usd_desc' | 'total_holdings_usd_asc'

## Response `200`

Public companies or governments crypto treasury holdings data

- union
  - object
    - `total_holdings` number, required — Total crypto holdings
    - `total_value_usd` number, required — Total crypto holdings value in USD
    - `market_cap_dominance` number, required — Market cap dominance percentage
    - `companies` object[], required — List of companies holding crypto
      - `name` string, required — Company name
      - `symbol` string, nullable, required — Company ticker symbol
      - `country` string, required — Country code
      - `total_holdings` number, required — Total crypto holdings
      - `total_entry_value_usd` number, required — Total entry value in USD
      - `total_current_value_usd` number, required — Total current value of crypto holdings in USD
      - `percentage_of_total_supply` number, required — Percentage of total crypto supply
  - object
    - `total_holdings` number, required — Total crypto holdings
    - `total_value_usd` number, required — Total crypto holdings value in USD
    - `market_cap_dominance` number, required — Market cap dominance percentage
    - `governments` object[], required — List of governments holding crypto
      - `name` string, required — Government name
      - `symbol` string, nullable, required — Government ticker symbol
      - `country` string, required — Country code
      - `total_holdings` number, required — Total crypto holdings
      - `total_entry_value_usd` number, required — Total entry value in USD
      - `total_current_value_usd` number, required — Total current value of crypto holdings in USD
      - `percentage_of_total_supply` number, required — Percentage of total crypto supply

---

[API](https://skmtc.net/coingecko/apis/coingecko-api.md) · [All operations](https://skmtc.net/coingecko/apis/coingecko-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coingecko/coingecko-api/versions/006c13c1a566/schema)
