APEX Runner: Signal Intelligence Signal
APEX Runner: Signal Intelligence Signal
7000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-09
updated
Provider
apexrunner.ai · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x8D0663BBb967ebF1c047405A888DDf865f3E8854",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "7000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"category": "signal-analytics",
"description": "Meta-signal at $5 — real agent behavior analytics across the full 47-signal catalog. Returns which signals agents are buying, co-occurrence patterns, zero-call candidates, price recommendations, and agent retention. Powered by live call logs from APEX's signal_usage database. Refreshed every Sunday 3am UTC.",
"example": {
"signal_intelligence": {
"active_signals_7d": 23,
"catalog_size": 47,
"key_insight": "fear_greed leads with 142 calls"
}
},
"info": {
"input": {
"method": "GET",
"type": "http"
},
"output": {
"example": {
"signal_intelligence": {
"catalog_size": 47,
"key_insight": "fear_greed leads with 142 calls generating $7.10"
}
},
"signal_intelligence": "object — catalog_size, active_signals_7d, top_performers, bundle_candidates, agent_retention, key_insight",
"type": "json"
}
},
"name": "APEX Signal Intelligence",
"outputSchema": {
"signal_intelligence": "object"
},
"schema": {
"properties": {
"input": {
"properties": {
"queryParams": {
"properties": {},
"type": "object"
}
},
"required": [
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"signal_intelligence": {
"properties": {
"active_signals_7d": {
"type": "integer"
},
"agent_retention": {
"properties": {
"returning_agents": {
"type": "integer"
},
"top_agent": {
"properties": {
"days_active": {
"type": "integer"
},
"first_seen": {
"type": "string"
},
"last_seen": {
"type": "string"
},
"total_calls": {
"type": "integer"
},
"total_spent": {
"type": "number"
},
"wallet": {
"type": "string"
}
},
"type": "object"
},
"total_agents": {
"type": "integer"
}
},
"type": "object"
},
"bundle_candidates": {
"items": {},
"type": "array"
},
"catalog_size": {
"type": "integer"
},
"key_insight": {
"type": "string"
},
"next_evolution": {
"type": "string"
},
"price_recommendations": {
"items": {
"type": "string"
},
"type": "array"
},
"quality_flags": {
"items": {},
"type": "array"
},
"tier_breakdown": {
"additionalProperties": {
"properties": {
"calls": {
"type": "integer"
},
"revenue": {
"type": "number"
}
},
"type": "object"
},
"type": "object"
},
"timestamp": {
"type": "string"
},
"top_performers": {
"items": {
"properties": {
"calls": {
"type": "integer"
},
"revenue_usd": {
"type": "integer"
},
"signal": {
"type": "string"
},
"unique_agents": {
"type": "integer"
}
},
"type": "object"
},
"type": "array"
},
"valid_for_seconds": {
"type": "integer"
},
"zero_call_signals": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"version": "1.0.0"
}
}Use it
curl
curl "https://apexrunner.ai/signals/signal-intelligence" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://apexrunner.ai/signals/signal-intelligence");
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://apexrunner.ai/signals/signal-intelligence")
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/12521.json, and this resource appears in /discovery/resources and /discovery/search.