API Documentation
⌘K
API Key
Get free key GET
/api/1/crypto-extended/public-treasuryPublic Treasury Holdings API
Returns public companies and governments holding BTC or ETH, including total holdings, entry value, current value, and percentage of total supply
Parameters
1coinstringFilter by coin: bitcoin, ethereum (default: all)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/crypto-extended/public-treasury' \
-H 'Accept: application/json'200 Response
[
{
"coin": "bitcoin",
"company_name": "MicroStrategy",
"symbol": "MSTR",
"country": "US",
"total_holdings": 190000,
"total_entry_value_usd": 0,
"total_current_value_usd": 0,
"pct_of_total_supply": 0
}
]