DripMetrics Order Flow HHI is a paid API for AI agents from api.dripmetrics.ai, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).
Computes the Herfindahl-Hirschman Index (HHI) of signed order flow concentration for a crypto trading pair over a specified lookback window
DripMetricsAI (api description at https://dripmetrics.ai/) provides on-demand market microstructure and risk metrics for agents and developers. Agents can pay per request via x402 and receive structured JSON metrics without subscriptions or API keys. Order Flow HHI measures concentration of signed order flow across the specified window. Discovery examples use the latest 30m window.
Returns a JSON object with the HHI value (0–1 scale), the trading pair, exchange, window, trade count, computation timestamp, and component breakdown including maxShare, number of intervals, nonZeroIntervals, effectiveIntervals, and totalAbsoluteSignedFlow.
GEThttps://api.dripmetrics.ai/metrics/order-flow-hhiUse this endpoint when you need to quantify how concentrated or dispersed signed order flow is across time intervals for a crypto pair — useful for detecting periods of dominant directional pressure, assessing market microstructure health, or building risk models. Prefer this over raw trade data endpoints when you need a pre-computed concentration index rather than raw order book or tick data.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"pair": "BTCUSDT",
"window": "1h",
"exchange": "binance"
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"pair": "BTCUSDT",
"value": 0.03964023,
"metric": "order-flow-hhi",
"window": "1h",
"exchange": "binance",
"components": {
"maxShare": 0.128393,
"intervals": 60,
"nonZeroIntervals": 60,
"effectiveIntervals": 25.2269,
"totalAbsoluteSignedFlow": 85.51969
},
"computedAt": "2026-05-25T04:31:57.960Z",
"tradeCount": 16486,
"lastTradeTime": "2026-05-25T04:31:56.936Z",
"firstTradeTime": "2026-05-25T03:31:57.973Z"
}{
"type": "json",
"example": {
"pair": "BTC-USD",
"value": 0.274118,
"metric": "order-flow-hhi",
"window": "30m",
"coverage": {
"partialData": false,
"errorMessage": null,
"completeFetch": true,
"coverageRatio": 1,
"effectiveWindowMinutes": 30,
"requestedWindowMinutes": 30
},
"exchange": "coinbase",
"components": {},
"computedAt": "2026-05-23T14:00:00.000Z",
"tradeCount": 428,
"lastTradeTime": "2026-05-23T13:59:58.000Z",
"firstTradeTime": "2026-05-23T13:00:02.000Z"
}
}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"