retraced entity intelligence: research any AI/crypto entity in one call
retraced entity intelligence: research any AI/crypto entity in one call. Resolves company/person names across story-shaped records and returns aggregated signals with sentiment trend (30d/90d), related entities, source-tier breakdown, and story-lifecycle stage.
250000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-08
updated
Provider
pay.retraced.site · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xcf216a76abd93674026f1a62b39aa57e2499e57a",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "250000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"pathParams": {
"name": "openai"
},
"type": "http"
},
"output": {
"example": {
"match_count": 36,
"query": "openai",
"related_entities": [
{
"mentions": 4,
"name": "broadcom"
}
],
"resolved": "OpenAI Codex 5M Weekly Active Users Desktop App Growth",
"sentiment_trend": {
"distribution": {
"negative": 3,
"neutral": 9,
"positive": 10,
"unknown": 3
},
"first_seen": "2026-06-01",
"last_seen": "2026-09-04",
"signals_last_30d": 14,
"signals_last_90d": 25
},
"signals": [
{
"sentiment": "POSITIVE",
"sentiment_norm": "positive",
"type": "FUNDRAISE"
}
],
"source_tier_breakdown": {
"PRIMARY_SOURCE": 1,
"premium": 6,
"public": 18
},
"story_lifecycle": [
{
"last_signal_at": "2026-09-02",
"status": "ACTIVE",
"story_id": "openai-model-cycles",
"thread": "MODEL_RELEASE"
}
],
"total_signals": 25
},
"type": "json"
}
},
"routeTemplate": "/intel/entity/:name",
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"pathParams": {
"properties": {
"name": {
"description": "entity name, e.g. openai or vitalik",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://pay.retraced.site/intel/entity/:name" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://pay.retraced.site/intel/entity/:name");
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://pay.retraced.site/intel/entity/:name")
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/9106.json, and this resource appears in /discovery/resources and /discovery/search.