API Documentation

GET/api/1/crypto-extended/public-treasury

Public 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

1
coinstring
query

Filter 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
}
]