On-demand metrics
Pull metrics by market, exchange, and time window as needed.
DripMetrics gives you machine-readable crypto market metrics on demand. Query by market, exchange, and window. Pay per request instead of buying a full data platform subscription.
What You Get
Pull metrics by market, exchange, and time window as needed.
Responses are structured for agents, dashboards, and automation.
Pay for the exact metric calls you use instead of a platform seat.
Use the catalog endpoint to inspect supported metrics and parameters.
Metrics
Volume-synchronized probability of informed trading.
Price impact per unit of signed order flow.
Asset beta versus the exchange benchmark BTC pair.
Concentration of signed order flow across short intervals.
Annualized realized volatility from log returns.
Cumulative signed trade volume.
Net buy versus sell volume as a normalized imbalance.
Net signed notional traded over the window.
Trade arrival rate over the observed window.
Mean trade size over the observed window.
Share of activity attributable to the largest trades in the window.
Non-annualized realized volatility from intrawindow returns.
Price move per unit of traded dollar volume.
Volume-weighted average price.
Distance between the latest trade price and VWAP.
Window return from first observed price to last observed price.
Signed opposite of the window return.
Maximum peak-to-trough loss observed within the window.
Volatility computed from only negative intrawindow returns.
Correlation of returns versus the exchange benchmark BTC pair.
Variability of short rolling volatility within the window.
Effective spread proxy inferred from lagged price-change covariance.
Coverage
Endpoints
GET /GET /healthGET /catalogGET /metrics/:metricNameExamples
curl "https://api.dripmetrics.ai/catalog"
curl "https://api.dripmetrics.ai/metrics/vwap?exchange=binance&pair=BTCUSDT&window=30m"
curl "https://api.dripmetrics.ai/metrics/historical-volatility?exchange=coinbase&pair=ETH-USD&window=1h"
Paid metric endpoints are intended for an x402-aware client
that can satisfy payment requirements and retry with the required
payment headers.