API Documentation
⌘K
API Key
Get free key GET
/api/1/crypto-extended/analysis/{symbol}Crypto Analysis Summary API
Returns a comprehensive analysis for a crypto pair: technical indicators (RSI, MACD, SMA, EMA, Bollinger Bands), BTC correlation, and derivatives data (funding rate, open interest, long/short ratios)
Parameters
1symbolstringrequiredCrypto symbol (e.g. BTC, ETH). Automatically resolved to USDT pair.
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/crypto-extended/analysis/BTC' \
-H 'Accept: application/json'200 Response
{
"symbol": "BTCUSDT",
"technical": {},
"correlation": {},
"derivatives": {}
}