Skip to main content
GET
/
{entity}
/
public_treasury
/
{coin_id}
Crypto Treasury Holdings by Coin ID
curl --request GET \
  --url https://pro-api.coingecko.com/api/v3/{entity}/public_treasury/{coin_id} \
  --header 'x-cg-pro-api-key: <api-key>'
{
  "total_holdings": 123,
  "total_value_usd": 123,
  "market_cap_dominance": 123,
  "companies": [
    {
      "name": "<string>",
      "symbol": "<string>",
      "country": "<string>",
      "total_holdings": 123,
      "total_entry_value_usd": 123,
      "total_current_value_usd": 123,
      "percentage_of_total_supply": 123
    }
  ]
}

Authorizations

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

Path Parameters

entity
enum<string>
required

public company or government entity

Available options:
companies,
governments
coin_id
string
default:bitcoin
required

coin ID. example: bitcoin, ethereum, solana, binancecoin

Example:

"bitcoin"

Response

200 - application/json

Get public companies & governments crypto treasury holding data

total_holdings
number
required

total crypto holdings of companies

total_value_usd
number
required

total crypto holdings value in usd

market_cap_dominance
number
required

market cap dominance

companies
object[]
required