API Documentation

⌘K
Get free key
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/crypto-extended/intraday/BTC' \
  -H 'Accept: application/json'
200 Response
[
  {
  "timestamp": 1705276800000,
  "price": 42300,
  "volume": 0,
  "market_cap": 0,
  "dominance": 0
}
]