API Documentation
⌘K
API Key
Get free key 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
2daysnumberDays of history (default 30, max 180)
symbolstringrequiredCrypto 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
}
]