API Documentation

GET/api/1/crypto-extended/funding-rates/{symbol}

Crypto Funding Rates API

Returns Binance perpetual futures funding rate time series for the given crypto pair. Funding rate is the #1 signal for crypto futures traders.

Parameters

2
daysnumber
query

Days of history (default 30, max 180)

symbolstringrequired
path

Crypto symbol (e.g. BTC, ETH, BTCUSDT)

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/crypto-extended/funding-rates/BTC' \
  -H 'Accept: application/json'
200 Response
[
  {
  "symbol": "BTCUSDT",
  "funding_time": 1705276800000,
  "funding_rate": 0.0001
}
]