API Documentation

⌘K
Get free key
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
}
]