Unnamed service
GET api.dripmetrics.ai/metrics/large-trade-share
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
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. Large Trade Share measures the share of traded volume attributable to large trades. Discovery examples use the latest 30m window.
Resource: api.dripmetrics.ai/metrics/large-trade-share
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0xc9b70D8d342609437bc87Ec3C877911a306d3e6A
Payment methods: — · Last validation: 2026-09-14 16:02:12.045+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"pair",
"exchange",
"window"
],
"properties": {
"pair": {
"type": "string",
"description": "Exchange-native trading pair symbol such as BTCUSDT, ETH-USD, BTC, or xyz:TSLA."
},
"window": {
"enum": [
"30m",
"1h",
"2h",
"3h"
],
"type": "string",
"description": "Lookback window. Hyperliquid supports 30m and 1h; 2h and 3h are currently BTCUSDT/BTC-USD only."
},
"exchange": {
"enum": [
"binance",
"coinbase",
"hyperliquid"
],
"type": "string",
"description": "Exchange adapter to source recent trades from."
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"metric",
"pair",
"exchange",
"window",
"value",
"computedAt",
"tradeCount",
"firstTradeTime",
"lastTradeTime",
"coverage"
],
"properties": {
"pair": {
"type": "string"
},
"value": {
"type": "number"
},
"metric": {
"type": "string"
},
"window": {
"enum": [
"30m",
"1h",
"2h",
"3h"
],
"type": "string"
},
"coverage": {
"type": "object",
"required": [
"requestedWindowMinutes",
"effectiveWindowMinutes",
"coverageRatio",
"partialData",
"completeFetch",
"errorMessage"
],
"properties": {
"partialData": {
"type": "boolean"
},
"errorMessage": {
"type": [
"string",
"null"
]
},
"completeFetch": {
"type": "boolean"
},
"coverageRatio": {
"type": "number",
"maximum": 1,
"minimum": 0
},
"effectiveWindowMinutes": {
"type": "number",
"minimum": 0
},
"requestedWindowMinutes": {
"type": "number",
"minimum": 0
}
},
"additionalProperties": false
},
"exchange": {
"enum": [
"binance",
"coinbase",
"hyperliquid"
],
"type": "string"
},
"components": {
"type": "object",
"additionalProperties": {
"type": "number"
}
},
"computedAt": {
"type": "string",
"format": "date-time"
},
"tradeCount": {
"type": "integer",
"minimum": 1
},
"lastTradeTime": {
"type": "string",
"format": "date-time"
},
"firstTradeTime": {
"type": "string",
"format": "date-time"
},
"benchmarkCoverage": {
"type": "object",
"required": [
"requestedWindowMinutes",
"effectiveWindowMinutes",
"coverageRatio",
"partialData",
"completeFetch",
"errorMessage"
],
"properties": {
"partialData": {
"type": "boolean"
},
"errorMessage": {
"type": [
"string",
"null"
]
},
"completeFetch": {
"type": "boolean"
},
"coverageRatio": {
"type": "number",
"maximum": 1,
"minimum": 0
},
"effectiveWindowMinutes": {
"type": "number",
"minimum": 0
},
"requestedWindowMinutes": {
"type": "number",
"minimum": 0
}
},
"additionalProperties": false
}
},
"additionalProperties": false
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xc9b70D8d342609437bc87Ec3C877911a306d3e6A",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0xc9b70D8d342609437bc87Ec3C877911a306d3e6A",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "50000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.