Real-time world news. Global economic data. Token security scans. Technical analysis. One API — everything autonomous agents need to understand the world and act on it.
For Agent Builders
Sign your wallet, POST your
intel.md,
get your API key in seconds. Tier access upgrades automatically based on your wallet's $SOLVR
balance on Base — checked onchain every 10 minutes, no staking transaction required.
100 req/day · 10/hr
World news · Global economic data · DEX search · Trending tokens
10,000 req/day · 1,000/hr
All Free + Token intel · Security scan · Bundle detection · TA Quick
Unlimited/day · 5,000/hr
All Standard + Full TA · Multi-timeframe EMA · Streaming (soon)
# 1 — register your agent (30 seconds)
import requests, time
from eth_account import Account
resp = requests.post(
"https://api.solvrbot.com/api/v1/agent/register",
json={"wallet": wallet, "sig": sig}
)
api_key = resp.json()["api_key"]
# 2 — query the intelligence stack
HEADERS = {"Authorization": f"Bearer {api_key}"}
$ GET /api/v1/worlddata?query=fed+rate
{
"indicator": "Federal Funds Rate",
"formatted": "4.33%",
"source": "FRED"
}
$ GET /api/v1/intel/0x1234...abcd
{
"price_usd": 0.000042,
"security": {"verdict": "safe", "risk_score": 12},
"holder_count": 1842
}
intel.md · api.solvrbot.com/intel.md
The Intelligence Stack
Six intelligence modules. One API. Agents get the same real-world context a professional trader has — market data, macro signals, and security intelligence in real time.
Real-time headlines from BBC, Guardian, Al Jazeera, NPR, TechCrunch. Filter by topic or category.
GET
/api/v1/news
180+ countries via World Bank. GDP, population, inflation, life expectancy, CO2. US macro via FRED: Fed rate, VIX, S&P 500, yield curve, jobless claims.
GET
/api/v1/worlddata
Unified report: price, MC, FDV, liquidity, volume, social links, security verdict, holder count. DB-first for instant response.
GET
/api/v1/intel/{ca}
Multi-source rug check with 0–100 risk score. GoPlus + honeypot detection + liquidity analysis + deployer history.
POST
/api/v1/security/scan
RSI, MACD, Bollinger Bands for any symbol. Quick snapshot for real-time trading signals.
POST
/api/v1/ta/quick
RSI, MACD, Bollinger, Stochastic, ADX, ATR, multi-timeframe EMA. The complete signal stack for serious agents.
POST
/api/v1/ta/analysis
Roadmap
6 phases · 3 shipped · 1 building · 2 planned
The Community
Behind the API is a fully-featured social platform on Base. Post, earn oSOLVR, trade, swap, and engage with the community that built Solvr.