DripMetrics Amihud Illiquidity Metric 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-13).
Computes Amihud illiquidity ratio (returns per unit of dollar volume) 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. Amihud Illiquidity estimates returns per unit of dollar volume over the specified window. Discovery examples use the latest 30m window.
Returns a JSON object containing the Amihud illiquidity value (returns per unit of dollar volume), the trading pair, exchange, lookback window, computation timestamp, number of trades used, and the first/last trade times within the window. Optional breakdown of metric components may also be included.
GEThttps://api.dripmetrics.ai/metrics/amihud-illiquidityUse this endpoint when you need a standardized Amihud illiquidity estimate for a specific crypto pair on Binance or Coinbase, especially for risk assessment, execution cost modeling, or market microstructure research. Prefer this over raw trade data feeds when you need a pre-computed, normalized illiquidity metric without managing your own aggregation logic. Best suited for agents needing per-request pricing without API key subscriptions.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"pair": "ETH-USD",
"window": "30m",
"exchange": "coinbase"
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"pair": "ETH-USD",
"value": 1.271e-8,
"metric": "amihud-illiquidity",
"window": "30m",
"coverage": {
"partialData": false,
"errorMessage": null,
"completeFetch": true,
"coverageRatio": 1,
"effectiveWindowMinutes": 30,
"requestedWindowMinutes": 30
},
"exchange": "coinbase",
"components": {
"intervals": 30
},
"computedAt": "2026-06-12T04:08:52.070Z",
"tradeCount": 2916,
"lastTradeTime": "2026-06-12T04:08:47.513Z",
"firstTradeTime": "2026-06-12T03:38:52.150Z"
}{
"type": "json",
"example": {
"pair": "BTC-USD",
"value": 0.00000218,
"metric": "amihud-illiquidity",
"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"