Rank aggregate agent-demand gaps with bounded, privacy-safe evidence
Rank aggregate agent-demand gaps with bounded, privacy-safe evidence.
3000 (raw units)
price
3
calls / 30d
3
unique payers
2026-09-14
updated
Provider
query-gap-radar-mainnet-production.up.railway.app · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xBf11E11aB3607Ae7f1c51b79fd0e585C0ccA4B82",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "3000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"events": [
{
"category": "weather",
"intentKey": "historical_precipitation",
"observedAt": "2026-08-20T00:00:00.000Z",
"outcome": "no_match",
"source": "request"
}
],
"limit": 10,
"now": "2026-08-20T12:00:00.000Z",
"windowDays": 30
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"gaps": [
{
"evidenceCount": 18,
"gapKey": "weather:historical_precipitation",
"gapScore": 0.74,
"recommendation": "improve_discoverability_or_add_coverage"
}
],
"schema": "signal-magnet/query-gap/v1"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"events": {
"description": "Privacy-safe aggregate demand events; raw prompts and identities are not accepted.",
"maxItems": 500,
"minItems": 1,
"type": "array"
},
"limit": {
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"minEvidence": {
"maximum": 500,
"minimum": 1,
"type": "integer"
},
"now": {
"type": "string"
},
"windowDays": {
"maximum": 365,
"minimum": 1,
"type": "integer"
}
},
"required": [
"events"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"gaps": {
"type": "array"
},
"schema": {
"type": "string"
}
},
"required": [
"schema",
"gaps"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
},
"builder-code": {
"info": {
"s": [
"cdp_sdk_server"
]
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"a": {
"description": "App builder code",
"pattern": "^[a-z0-9_]{1,32}$",
"type": "string"
},
"s": {
"description": "Service builder codes",
"items": {
"pattern": "^[a-z0-9_]{1,32}$",
"type": "string"
},
"maxItems": 11,
"type": "array"
},
"w": {
"description": "Wallet builder code",
"pattern": "^[a-z0-9_]{1,32}$",
"type": "string"
}
},
"type": "object"
}
},
"eip2612GasSponsoring": {},
"erc20ApprovalGasSponsoring": {}
}Use it
curl
curl "https://query-gap-radar-mainnet-production.up.railway.app/v1/gaps" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://query-gap-radar-mainnet-production.up.railway.app/v1/gaps");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://query-gap-radar-mainnet-production.up.railway.app/v1/gaps")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/14151.json, and this resource appears in /discovery/resources and /discovery/search.