HYPERNATT Liquidity Radar (liq-radar) is a paid API for AI agents from hypernatt.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).
Returns real-time crypto liquidity cluster analysis including magnet bias, long/short ratio, liquidation density, and recent liquidation events for a given symbol.
Forced-order map. If cluster_grammar is present, read it before liq_radar. class=noise (<3%) is high-leverage bait - ignore. class=true (~7%+) is the low-leverage stack. Terrain, not a signal. Whitelist BTC ETH SOL BNB XRP HYPE ZEC (omit = BTC).
Returns a JSON object with: magnet bias label (e.g. BEARISH_MAGNET) and numeric score, long/short percentage split, liquidity density asymmetry score, arrays of liquidation clusters above and below current price (each with price level, size in base currency, and distance %), and recent liquidation counts with dominant side over the past 1-hour window.
GEThttps://hypernatt.com/api/m2m/liq-radarUse this endpoint when you need real-time crypto liquidation cluster intelligence — specifically magnet bias direction, long/short ratio, and mapped liquidation density zones — for trading decisions or automated signals. Prefer over generic order book endpoints when you specifically want liquidation heatmap and magnet scoring rather than raw order book depth.
{
"properties": "BTC"
}| Field | Type | Description |
|---|---|---|
| properties | string |
{
"ok": true,
"symbol": "BTC",
"product": "hypernatt_liq_radar_v1",
"issued_at": "2026-06-17T21:46:25.279Z",
"liq_radar": {
"oi": {
"current": 99470,
"building": false,
"delta_48h": -3945,
"delta_48h_pct": -3.81,
"new_positions_btc": 2876
},
"taker": {
"ratio": 0.9789,
"buy_vol_24h": 94893,
"sell_vol_24h": 96942,
"buyers_aggressive": false,
"sellers_aggressive": false
},
"hl_btc": {
"oi_btc": 30676,
"mark_price": 64281,
"funding_rate": -0.0001
},
"magnet": {
"bias": "BEARISH_MAGNET",
"score": -45,
"signals": [
"longs_dominant_63pct",
"longs_paying_funding",
"liq_asym_long_heavy_+0.288"
]
},
"ls_ratio": {
"ratio": 1.703,
"long_pct": 63,
"short_pct": 37,
"trend_24h": 4.2,
"longs_dominant": true,
"shorts_dominant": false
},
"available": true,
"liq_density": {
"asymmetry": 0.2879,
"clusters_above": [
{
"rank": 1,
"price": 70300,
"size_btc": 59.4,
"distance_pct": 9.49
},
{
"rank": 2,
"price": 69600,
"size_btc": 29.7,
"distance_pct": 8.4
},
{
"rank": 3,
"price": 67100,
"size_btc": 29.6,
"distance_pct": 4.51
},
{
"rank": 4,
"price": 65200,
"size_btc": 21.4,
"distance_pct": 1.55
},
{
"rank": 5,
"price": 66500,
"size_btc": 19.7,
"distance_pct": 3.57
}
],
"clusters_below": [
{
"rank": 1,
"price": 58000,
"size_btc": 101.2,
"distance_pct": 9.67
},
{
"rank": 2,
"price": 58600,
"size_btc": 50.6,
"distance_pct": 8.73
},
{
"rank": 3,
"price": 61200,
"size_btc": 50.5,
"distance_pct": 4.68
},
{
"rank": 4,
"price": 61800,
"size_btc": 50.5,
"distance_pct": 3.75
},
{
"rank": 5,
"price": 63100,
"size_btc": 36.4,
"distance_pct": 1.72
}
],
"long_liq_below_btc": 289.1,
"short_liq_above_btc": 159.9,
"nearest_long_cluster": {
"rank": 1,
"price": 58000,
"size_btc": 101.2,
"distance_pct": 9.67
},
"nearest_short_cluster": {
"rank": 1,
"price": 70300,
"size_btc": 59.4,
"distance_pct": 9.49
}
},
"top_traders": {
"ratio": 1.175,
"long_pct": 54,
"short_pct": 46
},
"funding_history": {
"periods": 30,
"cumulative_pct": -0.0022,
"negative_count": 12,
"positive_count": 18,
"latest_rate_pct": -0.0026,
"shorts_paying_dominant": false
},
"price_at_compute": 64206.01,
"real_liquidations": {
"age_sec": 68,
"enabled": true,
"available": true,
"connected": true,
"window_1h": {
"count": 3,
"net_btc": 0.038,
"dominant": "long",
"long_liq_btc": 0.038,
"long_liq_usd": 2427,
"short_liq_btc": 0,
"short_liq_usd": 0
},
"window_24h": {
"count": 1703,
"net_btc": 185.308,
"dominant": "long",
"long_liq_btc": 242.505,
"long_liq_usd": 15626220,
"short_liq_btc": 57.197,
"short_liq_usd": 3785208
},
"largest_24h": {
"usd": 2260267,
"side": "long",
"price": 64179.3,
"qty_btc": 35.218
},
"last_event_ts": 1781732715.8,
"recent_clusters_1h": [
{
"side": "long",
"count": 3,
"price": 63800,
"size_btc": 0.038
}
]
}
}
}{
"type": "json",
"example": {
"ok": true,
"symbol": "BTC",
"product": "hypernatt_liq_radar_v1",
"liq_radar": {
"magnet": {
"bias": "BEARISH_MAGNET",
"score": -60
},
"ls_ratio": {
"long_pct": 67,
"short_pct": 33
},
"liq_density": {
"asymmetry": 0.32,
"clusters_above": [
{
"price": 64100,
"size_btc": 60.8,
"distance_pct": 3.45
}
],
"clusters_below": [
{
"price": 59100,
"size_btc": 123.5,
"distance_pct": 4.62
}
]
},
"real_liquidations": {
"window_1h": {
"count": 43,
"dominant": "short"
}
}
},
"default_symbol": "BTC",
"payload_schema": "hypernatt_liq_radar_v2",
"supported_symbols": [
"BTC",
"ETH",
"SOL",
"BNB",
"XRP",
"HYPE",
"ZEC"
]
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"