API Documentation

⌘K
Get free key
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/crypto-extended/candles/BTC?interval=1d&limit=10' \
  -H 'Accept: application/json'
200 Response
[
  {
  "open_time": 1705276800000,
  "open": 42150.5,
  "high": 42500,
  "low": 41900,
  "close": 42300,
  "volume": 15234.5
}
]