GET
/
public_treasury
/
{entity_id}
Crypto Treasury Holdings by Entity ID
curl --request GET \
  --url https://api.coingecko.com/api/v3/public_treasury/{entity_id} \
  --header 'x-cg-demo-api-key: <api-key>'
{
  "name": "Strategy",
  "id": "strategy",
  "type": "company",
  "symbol": "MSTR.US",
  "country": "US",
  "website_url": "https://www.strategy.com/",
  "twitter_screen_name": "Strategy",
  "holdings": [
    {
      "coin_id": "bitcoin",
      "amount": 638985,
      "percentage_of_total_supply": 3.043
    }
  ]
}

Note

Authorizations

x-cg-demo-api-key
string
header
required

Path Parameters

entity_id
string
default:strategy
required

public company or government entity ID *refers to /entities/list.

Example:

"strategy"

Response

200 - application/json

Get public companies & governments crypto treasury holding data

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