Three layers of real-time crypto trading signal in a single call — cross-exchange derivatives positioning, on-chain whale movement, and a forward-looking liquidation-risk score. The synthesis a trading bot needs before sizing a position, without stitching together three exchange APIs and building a risk model yourself.
Pass an asset; receive a complete real-time read on positioning, smart-money flow, and forward risk.
Binance and Bybit funding rates and open interest, fused with CoinGecko spot price, into one read — whether the market is overheated long (squeeze risk) or short, plus cross-exchange funding dislocation that opens arbitrage windows.
positioning_signalfunding_divergenceopen_interestLarge BTC transactions pulled from the latest block via mempool.space — real-time smart-money movement, straight from the chain, no paid feed and no blacklist risk.
onchain_whalesA forward-looking quant signal — a sigmoid model over funding extremity, open interest, and 24-hour price move — that outputs long and short liquidation risk plus the current market regime. A derived signal, not raw data, available nowhere else at per-call pricing.
liquidation_risklrs_longlrs_shortregimeBuilt on live market and on-chain inputs, fused and scored in-house — the same signal surface a professional trading desk monitors, delivered in a single call.
{
"asset": "BTC",
"positioning": { "signal": "overheated_long", "funding_divergence": "binance_above_bybit" },
"onchain_whales": [ { "value_usd": 1050000, "direction": "to_exchange" } ],
"liquidation_risk": { "lrs_long": 0.81, "lrs_short": 0.22, "regime": "elevated_long_liquidation_risk" }
}dod.hshintelligence.com/mcp or the /x402/catalog.USDC on Base. Fixed deterministic price.# call the crypto intel tool curl -H "X-Payment: <x402-usdc-base-payload>" \ "https://dod.hshintelligence.com/mcp" \ -d '{"tool":"hsh-crypto-intel","input":{"asset":"BTC"}}'
BTC, ETH).