D

Dripmetrics · Metrics BUY Sell Volume Imbalance

by Dripmetrics

GETBase

$0.05

per call · USD Coin on Base

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. Buy-Sell Volume Imbalance measures net buy versus sell volume as a normalized ratio. Discovery examples use the latest 30m window.

Endpoint

GET https://api.dripmetrics.ai/metrics/buy-sell-volume-imbalance

9

Calls / 30d

4

Unique payers / 30d

Aug 30

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.dripmetrics.ai/metrics/buy-sell-volume-imbalance", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.dripmetrics.ai/metrics/buy-sell-volume-imbalance?exchange=coinbase&pair=BTC-USD&window=30m" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "components": {},
  "computedAt": "2026-05-23T14:00:00.000Z",
  "coverage": {
    "completeFetch": true,
    "coverageRatio": 1,
    "effectiveWindowMinutes": 30,
    "errorMessage": null,
    "partialData": false,
    "requestedWindowMinutes": 30
  },
  "exchange": "coinbase",
  "firstTradeTime": "2026-05-23T13:00:02.000Z",
  "lastTradeTime": "2026-05-23T13:59:58.000Z",
  "metric": "buy-sell-volume-imbalance",
  "pair": "BTC-USD",
  "tradeCount": 428,
  "value": 0.143218,
  "window": "30m"
}

Payment details

Pay to0xc9b70d8d342609437bc87ec3c877911a306d3e6a
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Dripmetrics & similar services