API Documentation

⌘K
Get free key
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/crypto-extended/open-interest/BTC' \
  -H 'Accept: application/json'
200 Response
[
  {
  "symbol": "BTCUSDT",
  "timestamp": 1705276800000,
  "open_interest": 52345.67
}
]