D

Dripmetrics · Orderbook Snapshot

by Dripmetrics

GETBase

$0.25

per call · USD Coin on Base

DripMetricsAI (https://dripmetrics.ai/) provides on-demand order-book microstructure metrics computed fresh per request from Binance's public depth snapshot. Agents can pay per request via x402 and receive structured JSON metrics without subscriptions or API keys. Snapshot bundles spread, micro-price, imbalance, depth-at-distance, concentration, and execution-impact from one shared book fetch, in a single call.

Endpoint

GET https://api.dripmetrics.ai/orderbook/snapshot

1

Calls / 30d

1

Unique payers / 30d

Aug 19

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/orderbook/snapshot", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.dripmetrics.ai/orderbook/snapshot" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "components": {
    "concentration": {
      "combinedHHI": 0.142
    },
    "depthAtDistance": {
      "askVolume": 5.9,
      "bidVolume": 6.5,
      "bpsDistance": 50
    },
    "executionImpact": {
      "requestedUsd": 10000,
      "side": "buy",
      "slippageBps": 1.1
    },
    "imbalance": {
      "askVolume": 2.9,
      "bidVolume": 4.21,
      "depthLevels": 10
    },
    "microPrice": {
      "microPrice": 108004.12
    },
    "spread": {
      "spreadBps": 0.62
    }
  },
  "computedAt": "2026-07-23T14:00:00.000Z",
  "metric": "snapshot",
  "pair": "BTCUSDT",
  "sampleSize": {
    "askLevels": 100,
    "bidLevels": 100
  },
  "source": {
    "depth": "https://data-api.binance.vision/api/v3/depth?symbol=BTCUSDT"
  },
  "value": null
}

Payment details

Pay to0xc9b70d8d342609437bc87ec3c877911a306d3e6a
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

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

Get featured →

More from Dripmetrics & similar services