Real-time geopolitical risk signal — base score + live news sentiment for any co
Real-time geopolitical risk signal — base score + live news sentiment for any country or region
Answeringour last check, 2026-09-24
1 of 1checks answered this week
736 msmedian answer time
$0.07listed price per call
$0.07price 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://geo.lonestaroracle.xyz/risk
| Category | Search and research |
|---|---|
| Provider host | geo.lonestaroracle.xyz |
| Networks | 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.07 | 736 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"country": "Japan",
"hours": 24,
"location": "Japan",
"q": "nvidia"
},
"type": "http"
}
Promised output schema (from the provider)
{
"category": "trading",
"description": "Real-time geopolitical risk scoring for any country or region. Combines base risk scores with live news sentiment via Exa AI search. Returns risk score 0-10, signal direction (improving/stable/deteriorating/escalating), key risks, and AI summary.",
"name": "GeoPulse \u2014 Geopolitical Risk Signal",
"properties": {
"input": {
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {
"country": {
"description": "Alias for location",
"title": "Country",
"type": "string"
},
"hours": {
"default": 24,
"description": "News lookback hours (1-72)",
"title": "Hours",
"type": "integer"
},
"location": {
"description": "Country or region",
"title": "Location",
"type": "string"
},
"q": {
"description": "Alias for location",
"title": "Q",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"tags": [
"geopolitical",
"risk",
"country",
"news",
"macro",
"prediction-markets"
],
"type": "object",
"version": "1.0.0"
}