ToolAssay

DripMetricsAI (https://dripmetrics.ai/) BTC market summary

DripMetricsAI (https://dripmetrics.ai/) BTC market summary: one x402 call returns deterministic microstructure signals and metrics (including raw, baseline, and excess VPIN) computed from the live trade tape and Deribit chain, plus a concise AI-written explanation. Hedged historical tendencies only - no price targets or trade recommendations.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
4895 msmedian answer time
$0.25listed price per call
$0.25price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://api.dripmetrics.ai/market/summary

CategoryMarket data
Provider hostapi.dripmetrics.ai
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days20 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.25 4895 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "pair": "BTC-USD",
    "window": "30m"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "additionalProperties": false,
          "properties": {
            "pair": {
              "description": "BTC-only in this phase. Optional; defaults to BTC.",
              "enum": [
                "BTC",
                "BTCUSDT",
                "BTC-USD"
              ],
              "type": "string"
            },
            "window": {
              "description": "Lookback window for the trade-tape signals. Defaults to 30m.",
              "enum": [
                "30m",
                "1h",
                "2h",
                "3h"
              ],
              "type": "string"
            }
          },
          "required": [],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "additionalProperties": false,
          "properties": {
            "asOf": {
              "format": "date-time",
              "type": "string"
            },
            "confidence": {
              "maximum": 1,
              "minimum": 0,
              "type": "number"
            },
            "coverage": {
              "type": "object"
            },
            "disclaimer": {
              "description": "Fixed informational-use disclaimer; never LLM-generated.",
              "type": "string"
            },
            "lastPrice": {
              "type": [
                "number",
                "null"
              ]
            },
            "metrics": {
              "additionalProperties": {
                "type": [
                  "number",
                  "null"
                ]
              },
              "type": "object"
            },
            "pair": {
              "const": "BTC",
              "type": "string"
            },
            "sampleSize": {
              "type": "object"
            },
            "signals": {
              "additionalProperties": false,
              "properties": {
                "activity": {
                  "anyOf": [
                    {
                      "enum": [
                        "quiet",
                        "normal",
                        "busy"
                      ],
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "dealerGamma": {
                  "anyOf": [
                    {
                      "enum": [
                        "dampening",
                        "neutral",
                        "amplifying"
                      ],
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "flowToxicity": {
                  "anyOf": [
                    {
                      "enum": [
                        "low",
                        "moderate",
                        "elevated",
                        "high"
                      ],
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "largeTraderShare": {
                  "anyOf": [
                    {
                      "enum": [
                        "low",
                        "typical",
                        "high"
                      ],
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "liquidity": {
                  "anyOf": [
                    {
                      "enum": [
                        "deep",
                        "normal",
                        "thin"
                      ],
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "orderFlow": {
                  "anyOf": [
                    {
                      "enum": [
                        "strong-selling",
                        "sell-leaning",
                        "balanced",
                        "buy-leaning",
                        "strong-buying"
                      ],
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "priceTrend": {
                  "anyOf": [
                    {
                      "enum": [
                        "falling",
                        "drifting-lower",
                        "flat",
                        "drifting-higher",
                        "rising"
                      ],
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "volRiskPremium": {
                  "anyOf": [
                    {
                      "enum": [
                        "options-rich",
                        "fair",
                        "options-cheap"
                      ],
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ]
      

This page as JSON