Calibrated superforecaster read of prediction markets across Polymarket, Manifold and Pred
Calibrated superforecaster read of prediction markets across Polymarket, Manifold and PredictIt: cross-venue divergence, order-book/whale flow, base-rate priors, and for sports the de-vigged sportsbook consensus plus proprietary team-strength and weather engines. Full analysis, probabilities, edge and commentary on every mispriced market — props included.
2000000 (raw units)
price
1
calls / 30d
1
unique payers
2026-08-20
updated
Provider
signalpulse.theaslangroupllc.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "2000000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "985iFjbnGQ3dJcwXnfRCMSrH4Jnc3kW1N6msR64B5KX1",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "2000000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"category": "crypto | economics | geopolitics | politics | sports | esports | ai-tech (required)",
"horizon": "mid"
},
"type": "http"
},
"output": {
"example": {
"category": "sports",
"intelligence_nodes_active": [
"Cross-venue divergence",
"Sportsbook de-vigged consensus",
"Proprietary team-strength engine"
],
"no_edge_markets": [
{
"market_yes_pct": 61,
"our_yes_estimate_pct": 58,
"question": "Will Team Y make the playoffs?",
"reason_no_edge": "Within 10 points of the de-vigged book consensus; efficiently priced."
}
],
"scan_summary": "Futures books are sharp; one Polymarket longshot is trading rich vs the de-vigged consensus.",
"tier": "agent_analysis",
"value_opportunities": [
{
"confidence": "medium",
"days_to_close": 21,
"direction": "NO",
"edge_pct": 7,
"key_data_points": [
"de-vigged book 15%",
"Polymarket 22%",
"$480k volume"
],
"market_yes_pct": 22,
"our_yes_estimate_pct": 15,
"question": "Will Team X win the title?",
"rationale": "De-vigged sportsbook consensus implies ~15%; favourite–longshot bias is inflating the Polymarket price; our xG/Elo engine agrees the side is overvalued...",
"risk_to_thesis": "A key injury could reprice both books.",
"volume_usd": 480000
}
]
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {
"category": {
"type": "string"
},
"horizon": {
"description": "short | mid | long (default: mid)",
"type": "string"
}
},
"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"
}
},
"builder-code": {
"info": {
"a": "bc_gxy6qn5p"
},
"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"
},
"type": "array"
},
"w": {
"description": "Wallet builder code",
"pattern": "^[a-z0-9_]{1,32}$",
"type": "string"
}
},
"type": "object"
}
}
}Use it
curl
curl "https://signalpulse.theaslangroupllc.com/api/scan/predmarket" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://signalpulse.theaslangroupllc.com/api/scan/predmarket");
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://signalpulse.theaslangroupllc.com/api/scan/predmarket")
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/3411.json, and this resource appears in /discovery/resources and /discovery/search.