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)
Related endpoints
- GETTop Cryptocurrencies API
- GETCrypto Market Overview API
- GETCrypto Derivatives API
- GETCrypto FAQ Content
- GETOn-Chain Metrics API
- GETCrypto Exchanges Directory
- GETDeFi Protocol Stats API
- GETDeFi Protocols List API
- GETDeFi Yields API
- GETDEX Volumes API
- GETExchange Listings for a Coin
- GETExchange Trading Pairs
- GETStablecoin Market Caps API
- GETCrypto Fear & Greed History API
- GETCrypto Liquidation Events
- GETCrypto OHLCV Candles API
- GETChain TVL API
- GETDeFi Fees & Revenue API
- GETStablecoin Supply History API
- GETBridge Volumes API
- GETCrypto Funding Rates API
- GETCrypto Open Interest API
- GETCrypto Intraday Quotes API
- GETBinance Symbol Map API
- GETCrypto Categories API
- GETPublic Treasury Holdings API
- GETGlobal Crypto Market Data API
- GETTrending Cryptocurrencies API
- GETCrypto Top Movers API
- GETNewly Listed Cryptocurrencies API
- GETDerivatives Exchanges API
- GETExchange Volume History API
- GETCoin Tickers API
- GETBTC Exchange Rates API
- GETAsset Platforms (Blockchains) API
- GETDerivatives Tickers API
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": {}
}