HYPERNATT MM Trap State 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 the current market-maker trap state for BTC, including sweep zone boundaries, cluster price, chart verdicts, and trap direction
Pay $0.001 USDC to access: BTC trading signal — live market-maker trap/sweep/reclaim detection: trap direction, sweep zones, reclaim verdicts. Read-only, not trade advice.
Returns a JSON object with: ok status, trap state string (e.g. MM_TRAP_ACTIVE), symbol, product identifier, sweep zone low and high prices, cluster price, chart verdicts for both hunt and reclaim math outcomes, and trap direction indicating whether the market is hunting longs or shorts (e.g. DOWN_HUNT_LONGS).
GEThttps://hypernatt.com/api/m2m/mm-trap-stateUse this endpoint when you need a real-time, pre-computed market-maker trap signal for BTC including sweep zone math and directional bias, rather than calculating it yourself from raw order book or price data. Ideal for agents that need a quick structured signal to inform a trading decision or alert without performing their own technical analysis.
{
"properties": "btc"
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"ok": true,
"as_of": "2026-06-17T21:45:04.727337+00:00",
"state": "MM_TRAP_ACTIVE",
"symbol": "BTC",
"product": "hypernatt_mm_trap_state_v1",
"available": true,
"issued_at": "2026-06-17T21:45:49.978Z",
"disclaimer": "MM manipulation weather (trap/sweep/reclaim zones). Read-only observation, not financial advice.",
"sweep_zone": {
"low": 57130,
"high": 58869.99999999999
},
"cluster_price": 58000,
"chart_verdicts": {
"hunt": "SWEEP_MATH_FAIL",
"local": "SWEEP_MATH_FAIL",
"reclaim": "RECLAIM_MATH_OK"
},
"trap_direction": "DOWN_HUNT_LONGS",
"cycles_since_trap": 5,
"had_sweep_this_trap": false,
"local_cluster_price": 61200
}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"