cURL
curl --request GET \ --url https://api.coingecko.com/api/v3/{entity}/public_treasury/{coin_id} \ --header 'x-cg-demo-api-key: <api-key>'
{ "total_holdings": 1016926.31280703, "total_value_usd": 119397213064.28789, "market_cap_dominance": 4.84, "companies": [ { "name": "Strategy", "symbol": "MSTR.US", "country": "US", "total_holdings": 638985, "total_entry_value_usd": 47229000000, "total_current_value_usd": 75023162670.74625, "percentage_of_total_supply": 3.043 }, { "name": "MARA Holdings", "symbol": "MARA.US", "country": "US", "total_holdings": 52477, "total_entry_value_usd": 0, "total_current_value_usd": 6161319134.991824, "percentage_of_total_supply": 0.25 }, { "name": "XXI", "symbol": "CEP.US", "country": "US", "total_holdings": 43514, "total_entry_value_usd": 0, "total_current_value_usd": 5108974233.283805, "percentage_of_total_supply": 0.207 }, { "name": "Bitcoin Standard Treasury Company", "symbol": "CEPO.US", "country": "US", "total_holdings": 30021, "total_entry_value_usd": 0, "total_current_value_usd": 3524762500.7448893, "percentage_of_total_supply": 0.143 } ] }
This endpoint allows you query public companies & governments’ cryptocurrency holdings by Coin ID
public company or government entity
companies
governments
coin ID. example: bitcoin, ethereum, solana, binancecoin
"bitcoin"
Get public companies & governments crypto treasury holding data
total crypto holdings of companies or government
total crypto holdings value in usd
market cap dominance
Show child attributes
company or government name
company symbol
company incorporated or government country
total crypto holdings of company
total entry value in usd
total current value of crypto holdings in usd
percentage of total crypto supply
Was this page helpful?