Support & Resistance Levels
get_levels[DRILL-DOWN] Support/resistance levels for a coin (e.g. 'BTC', 'ETH', 'SOL'). Reads from levels_engine + Hyperliquid mids. Levels are detected on THREE timeframes — 15m (3 days back), 4h (90 days) and 1d (2 years) — and every level carries its timeframe, distance_pct and zone band. nearest_resistance/nearest_support are the immediate intraday levels (within ~5% of spot) and are often fractions of a percent away; for swing structure read structure.resistance / structure.support, which are the 4h/1d levels out to 35% from spot, strongest first. A level merged across tiers lists the confirming timeframes in confirmed_by. Same data as REST /levels/{coin}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | Yes | ||
| structure | No | ||
| timeframes | No | ||
| all_support | No | ||
| trend_state | No | ||
| current_price | Yes | ||
| all_resistance | No | ||
| nearest_support | No | ||
| nearest_resistance | No |