---
title: "Crypto Treasury Holdings by Entity ID"
method: GET
path: "/public_treasury/{entity_id}"
tags: ["Public Treasury"]
---

# Crypto Treasury Holdings by Entity ID

`GET /public_treasury/{entity_id}`

This endpoint allows you **query public companies & governments' cryptocurrency holdings** by Entity ID

## Path parameters

- `entity_id` string, required

## Response `200`

Get public companies & governments crypto treasury holding data

- PublicTreasuryEntity
  - `name` string — entity name
  - `id` string — entity ID
  - `type` string — entity type: company or government
  - `symbol` string — stock market symbol for public company
  - `country` string — country code of company or government location
  - `website_url` string — official website URL of the entity
  - `twitter_screen_name` string — official Twitter handle of the entity
  - `holdings` object[] — list of cryptocurrency assets held by the entity
    - `coin_id` string — coin ID
    - `amount` integer — amount of the cryptocurrency held
    - `percentage_of_total_supply` number — percentage of total crypto supply

## Changes

- **2025-09-22** `91c83447321b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/coingecko/apis/coingecko-api/changes/public_treasury/:entity_id/get.md)

---

[API](https://skmtc.dev/coingecko/apis/coingecko-api.md) · [All operations](https://skmtc.dev/coingecko/apis/coingecko-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coingecko/coingecko-api/revisions/a23494dedfc2/schema)
