Swaphunt tools
SwapHunt provides real-time crypto market context for traders, bots, and ML models. **Core features:** - **AI-Scored News** — Every article scored 1-10 for crypto trading impact by LLM. Filter noise instantly. - **Hyperliquid Derivatives** — Live liquidations with cascade detection, funding rates, open interest with divergence signals. Updated every 60 seconds. - **Market Indicators** — Fear &…
Swaphunt tools endpoints
| Method | Endpoint | Description |
|---|---|---|
| Price | ||
| GET |
get_supported_assets_v1_tools_price_supported_get /v1/tools/price/supported |
Get list of supported asset symbols. Returns a list of all cryptocurrency symbols that can be queried. |
| GET |
get_price_v1_tools_price_get /v1/tools/price |
Get current price for an asset. Returns price, 24h change, high/low, and volume. - **asset**: Cryptocurrency symbol (BTC, ETH, SOL, etc.) - **currency**: Target currency for… |
| GET |
get_prices_v1_tools_price_multi_get /v1/tools/price/multi |
Get prices for multiple assets at once. - **assets**: Comma-separated list of asset symbols (max 20) - **currency**: Target currency for prices |
| Market | ||
| GET |
get_alt_season_v1_market_alt_season_get /v1/market/alt-season |
Detect if we're in alt season. Compares top 10 altcoin performance vs BTC over the specified period. **Alt season criteria:** - >75% of alts outperforming BTC = **strong** alt… |
| GET |
get_momentum_rank_v1_market_momentum_rank_get /v1/market/momentum-rank |
Get top momentum coins ranked by performance. Tracks 20 major coins and ranks by return over the period. **Use cases:** - "What's hot right now?" - "Which coins have strongest… |
| GET |
get_fear_greed_v1_market_fear_greed_get /v1/market/fear-greed |
Get current Crypto Fear & Greed Index. The index ranges from 0-100: - **0-25**: Extreme Fear (buying opportunity?) - **26-45**: Fear - **46-55**: Neutral - **56-75**: Greed -… |
| GET |
get_fear_greed_compare_v1_market_fear_greed_compare_get /v1/market/fear-greed/compare |
Get current Fear & Greed Index with historical comparisons. Returns current value plus comparisons to: - **Yesterday** (1 day ago) - **Week ago** (7 days ago) - **Month ago** (30… |
| GET |
get_correlation_v1_market_correlation_get /v1/market/correlation |
Calculate correlation between a coin and BTC. Pearson correlation coefficient (-1 to +1): - **+1**: Perfect positive correlation (moves identical) - **0**: No correlation… |
| GET |
get_fear_greed_history_v1_market_fear_greed_history_get /v1/market/fear-greed/history |
Get historical Fear & Greed Index values. Returns daily values for the specified date range. Data available from February 2018. **Max 365 days per request** - use multiple… |
| GET |
get_coin_strength_v1_market_coin_strength_get /v1/market/coin-strength |
Get relative strength of a coin vs BTC. Shows if a coin is outperforming or underperforming Bitcoin. **Strength levels:** - `very_strong`: >10% ahead of BTC - `strong`: 3-10%… |
| Sentiment | ||
| GET |
get_news_v1_sentiment_news_get /v1/sentiment/news |
Get news articles scored for crypto trading impact. Articles are fetched from Finnhub and scored 1-10 by qwen3:8b LLM: - **1-3**: Irrelevant (memes, social, unrelated) - **4-6**:… |
| GET |
get_sentiment_summary_v1_sentiment_summary_get /v1/sentiment/summary |
Get aggregated market sentiment from scored news. Calculates average crypto trading impact across recent news. Defaults to crypto news only for most relevant signal. **Sentiment… |
| Derivatives | ||
| GET |
get_top_funding_v1_derivatives_funding_rates_top_get /v1/derivatives/funding-rates/top |
Get top funding rates across all tracked futures pairs. Useful for finding: - **Highest rates**: Overheated pairs (correction risk, short opportunities) - **Lowest rates**:… |
| GET |
get_funding_rates_v1_derivatives_funding_rates_get /v1/derivatives/funding-rates |
Get current funding rates for specified symbols. Funding rates are paid every 8 hours on Binance futures. A positive rate means longs pay shorts; negative means shorts pay longs.… |
| Derivatives - Hyperliquid | ||
| GET |
get_liquidations_v1_derivatives_hyperliquid_liquidations_get /v1/derivatives/hyperliquid/liquidations |
Get aggregated liquidation data for a coin within a time window. Shows long/short liquidation counts, volumes, bias, cascade detection, and individual liquidation events from… |
| GET |
get_funding_v1_derivatives_hyperliquid_funding_get /v1/derivatives/hyperliquid/funding |
Get current Hyperliquid funding rate for a coin. Includes hourly rate, annualized percentage, premium index, direction (longs_pay/shorts_pay/neutral), and extreme flag. |
| GET |
get_history_v1_derivatives_hyperliquid_history_get /v1/derivatives/hyperliquid/history |
Get historical data for a coin from the database. Supports different metrics (snapshots, liquidations, metrics) with configurable intervals and pagination for ML training data. |
| GET |
get_oi_v1_derivatives_hyperliquid_oi_get /v1/derivatives/hyperliquid/oi |
Get open interest data for a coin on Hyperliquid. Includes OI in contracts and USD, oracle/mark prices, percentage changes across timeframes, and OI-price divergence signals. |
| GET |
get_snapshot_v1_derivatives_hyperliquid_snapshot_get /v1/derivatives/hyperliquid/snapshot |
Get combined ML feature snapshot for a coin. Returns all liquidation, funding, OI, and price features in a single payload suitable for ML model ingestion. |
| Other endpoints | ||
| GET |
get_news_v1_sentiment_news_get /v1/sentiment/news |
Get news articles scored for crypto trading impact. Articles are fetched from Finnhub and scored 1-10 by qwen3:8b LLM: - **1-3**: Irrelevant (memes, social, unrelated) - **4-6**:… |
| GET |
get_history_v1_derivatives_hyperliquid_history_get /v1/derivatives/hyperliquid/history |
Get historical data for a coin from the database. Supports different metrics (snapshots, liquidations, metrics) with configurable intervals and pagination for ML training data. |
| GET |
get_oi_v1_derivatives_hyperliquid_oi_get /v1/derivatives/hyperliquid/oi |
Get open interest data for a coin on Hyperliquid. Includes OI in contracts and USD, oracle/mark prices, percentage changes across timeframes, and OI-price divergence signals. |
| GET |
get_snapshot_v1_derivatives_hyperliquid_snapshot_get /v1/derivatives/hyperliquid/snapshot |
Get combined ML feature snapshot for a coin. Returns all liquidation, funding, OI, and price features in a single payload suitable for ML model ingestion. |
| GET |
get_liquidations_v1_derivatives_hyperliquid_liquidations_get /v1/derivatives/hyperliquid/liquidations |
Get aggregated liquidation data for a coin within a time window. Shows long/short liquidation counts, volumes, bias, cascade detection, and individual liquidation events from… |
| GET |
get_funding_v1_derivatives_hyperliquid_funding_get /v1/derivatives/hyperliquid/funding |
Get current Hyperliquid funding rate for a coin. Includes hourly rate, annualized percentage, premium index, direction (longs_pay/shorts_pay/neutral), and extreme flag. |
| GET |
get_sentiment_summary_v1_sentiment_summary_get /v1/sentiment/summary |
Get aggregated market sentiment from scored news. Calculates average crypto trading impact across recent news. Defaults to crypto news only for most relevant signal. **Sentiment… |
| GET |
get_top_funding_v1_derivatives_funding_rates_top_get /v1/derivatives/funding-rates/top |
Get top funding rates across all tracked futures pairs. Useful for finding: - **Highest rates**: Overheated pairs (correction risk, short opportunities) - **Lowest rates**:… |
| GET |
get_funding_rates_v1_derivatives_funding_rates_get /v1/derivatives/funding-rates |
Get current funding rates for specified symbols. Funding rates are paid every 8 hours on Binance futures. A positive rate means longs pay shorts; negative means shorts pay longs.… |
| GET |
get_correlation_v1_market_correlation_get /v1/market/correlation |
Calculate correlation between a coin and BTC. Pearson correlation coefficient (-1 to +1): - **+1**: Perfect positive correlation (moves identical) - **0**: No correlation… |
| GET |
get_alt_season_v1_market_alt_season_get /v1/market/alt-season |
Detect if we're in alt season. Compares top 10 altcoin performance vs BTC over the specified period. **Alt season criteria:** - >75% of alts outperforming BTC = **strong** alt… |
| GET |
get_coin_strength_v1_market_coin_strength_get /v1/market/coin-strength |
Get relative strength of a coin vs BTC. Shows if a coin is outperforming or underperforming Bitcoin. **Strength levels:** - `very_strong`: >10% ahead of BTC - `strong`: 3-10%… |
| GET |
get_fear_greed_history_v1_market_fear_greed_history_get /v1/market/fear-greed/history |
Get historical Fear & Greed Index values. Returns daily values for the specified date range. Data available from February 2018. **Max 365 days per request** - use multiple… |
| GET |
get_fear_greed_v1_market_fear_greed_get /v1/market/fear-greed |
Get current Crypto Fear & Greed Index. The index ranges from 0-100: - **0-25**: Extreme Fear (buying opportunity?) - **26-45**: Fear - **46-55**: Neutral - **56-75**: Greed -… |
| GET |
get_fear_greed_compare_v1_market_fear_greed_compare_get /v1/market/fear-greed/compare |
Get current Fear & Greed Index with historical comparisons. Returns current value plus comparisons to: - **Yesterday** (1 day ago) - **Week ago** (7 days ago) - **Month ago** (30… |
| GET |
get_momentum_rank_v1_market_momentum_rank_get /v1/market/momentum-rank |
Get top momentum coins ranked by performance. Tracks 20 major coins and ranks by return over the period. **Use cases:** - "What's hot right now?" - "Which coins have strongest… |
Swaphunt tools pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $29 / month | 60 / minute |
|
| ULTRA | $79 / month | 120 / minute |
|
| MEGA | $149 / month | 300 / minute |
|