Pre-IPO intelligence for AI financial & trading agents — any private company, with live pe
Pre-IPO intelligence for AI financial & trading agents — any private company, with live perp data (mark price, funding, open interest) where an active pre-IPO perp market exists, incl. the names in Coinbase 2026-06-16 launch (SpaceX, OpenAI, Anthropic). Synthesizes last private valuation, funding history, comp-implied range, perp-implied valuation vs private marks, mirror-token awareness, IPO timing, catalysts and risks into a decision-ready read. Executable perp trade is premium-only.
1000000 (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": "1000000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "985iFjbnGQ3dJcwXnfRCMSrH4Jnc3kW1N6msR64B5KX1",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "1000000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"company": "spacex"
},
"type": "http"
},
"output": {
"example": {
"company": "OpenAI",
"confidence": "medium",
"directional_bias": "bullish",
"last_known_valuation": {
"as_of": "secondary, recent",
"basis": "secondary market",
"value_usd_b": 400
},
"perp_implied_valuation": {
"premium_discount_vs_private_pct": 229.1,
"value_usd_b": 1316.3
},
"perp_positioning": {
"signal": "balanced"
},
"tier": "agent_analysis"
},
"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": {
"comp_ticker": {
"description": "optional public comparable ticker for the comp cross-check",
"type": "string"
},
"company": {
"description": "any private company, e.g. spacex | openai | anthropic | stripe | databricks",
"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/signal/pre-ipo" # -> 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/signal/pre-ipo");
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/signal/pre-ipo")
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/3408.json, and this resource appears in /discovery/resources and /discovery/search.