API Documentation

GET/api/1/crypto-extended/derivatives/{symbol}

Crypto Derivatives API

Returns 30-day time series of futures derivatives data: funding rates, open interest, long/short ratios, taker buy/sell volumes, and top trader positions

Parameters

1
symbolstringrequired
path

Crypto symbol (e.g. BTC, ETH)

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/crypto-extended/derivatives/BTC' \
  -H 'Accept: application/json'
200 Response
{
  "symbol": "BTCUSDT",
  "funding": [],
  "openInterest": [],
  "longShort": [],
  "takerBuySell": [],
  "topTrader": []
}