Composite smart-money signal (insiders + Congress + institutions + analysts) for a stock (
Composite smart-money signal (insiders + Congress + institutions + analysts) for a stock (?ticker=)
100000 (raw units)
price
4
calls / 30d
1
unique payers
2026-09-16
updated
Provider
smartmoney.lonestaroracle.xyz · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x52Ab53912D37759B2ad364f22dD06B16714b6C06",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "100000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "3nmeVj5m9Uq2hSTfsVsn3tJMHRJQNMKR1AjzyUJbrSgw",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "100000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:4663",
"payTo": "0xeF2a4B6756895aAf1374640dcFCD4947959442ab",
"asset": "0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168",
"amount": "100000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"symbol": "AAPL",
"ticker": "AAPL"
},
"type": "http"
},
"output": {
"example": {
"analysts": {
"consensus": "Buy",
"signal": "bullish",
"upside_pct": 12.4
},
"cohorts_active": 4,
"cohorts_bearish": 0,
"cohorts_bullish": 3,
"congress": {
"disclosed_trades": 0,
"signal": "neutral"
},
"conviction": "3 of 4 cohorts bullish, 0 bearish",
"insiders": {
"buy_count": 4,
"sell_count": 1,
"signal": "bullish"
},
"institutions": {
"flow_signal": "ACCUMULATION",
"signal": "bullish"
},
"smart_money_signal": "ACCUMULATION",
"summary": "Accumulation on NVDA — 3 of 4 cohorts bullish, 0 bearish (bullish: insiders, institutions, analysts)",
"ticker": "NVDA"
},
"format": "json",
"type": "object"
}
},
"schema": {
"category": "trading",
"description": "The whole smart-money picture on a stock in one agent-callable x402 call. SmartMoney aggregates four independent cohorts — corporate insiders (SEC Form 4 open-market buys via InsiderFlow), the US Congress (STOCK Act disclosures via CapitolFlow), institutions (13F quarterly flow via FundFlow), and Wall Street analysts (consensus rating + price target via AnalystEdge) — reduces each to bullish / neutral / bearish, then returns a composite smart_money_signal (STRONG_ACCUMULATION -> DISTRIBUTION) with a conviction count (N of 4 cohorts bullish) and every cohort's detail. The honest, agent-native answer to 'what is all the smart money doing on this ticker?' — one call instead of four, each cohort's data lag stated plainly. $0.10 in USDC on Base via x402. Informational only, not investment advice.",
"name": "SmartMoney",
"properties": {
"input": {
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {
"symbol": {
"title": "Symbol",
"type": "string"
},
"ticker": {
"title": "Ticker",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"analysts": {
"consensus": "Buy",
"signal": "bullish",
"upside_pct": 12.4
},
"cohorts_active": 4,
"cohorts_bearish": 0,
"cohorts_bullish": 3,
"congress": {
"disclosed_trades": 0,
"signal": "neutral"
},
"conviction": "3 of 4 cohorts bullish, 0 bearish",
"insiders": {
"buy_count": 4,
"sell_count": 1,
"signal": "bullish"
},
"institutions": {
"flow_signal": "ACCUMULATION",
"signal": "bullish"
},
"smart_money_signal": "ACCUMULATION",
"summary": "Accumulation on NVDA — 3 of 4 cohorts bullish, 0 bearish (bullish: insiders, institutions, analysts)",
"ticker": "NVDA"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"tags": [
"smart-money",
"insiders",
"congress",
"institutions",
"analysts"
],
"type": "object",
"version": "1.0.0"
}
}
}Use it
curl
curl "https://smartmoney.lonestaroracle.xyz/smartmoney" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://smartmoney.lonestaroracle.xyz/smartmoney");
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://smartmoney.lonestaroracle.xyz/smartmoney")
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/7932.json, and this resource appears in /discovery/resources and /discovery/search.