Composite smart-money signal (insiders + Congress + institutions + analysts) for
Composite smart-money signal (insiders + Congress + institutions + analysts) for a stock (?ticker=)
Answeringour last check, 2026-09-24
1 of 1checks answered this week
738 msmedian answer time
$0.1listed price per call
$0.1price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://smartmoney.lonestaroracle.xyz/smartmoney
| Category | Market data |
|---|---|
| Provider host | smartmoney.lonestaroracle.xyz |
| Networks | eip155:4663, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.1 | 738 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"symbol": "AAPL",
"ticker": "AAPL"
},
"type": "http"
}
Promised output schema (from the provider)
{
"category": "trading",
"description": "The whole smart-money picture on a stock in one agent-callable x402 call. SmartMoney aggregates four independent cohorts \u2014 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) \u2014 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?' \u2014 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 \u2014 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"
}