Market list + detail
GET /api/v1/public/cryptoGET /api/v1/public/crypto/{symbol}
{
"symbol": "BTC",
"price": "80234.12",
"change_24h": "2.1",
"sentiment": {"bullish_pct": 61.2}
}
Crypto, DeFi, news, and meta endpoints. Interactive docs below — request a free key for authenticated tiers.
Site domain only — relayed to AI OS key service.
GET /api/v1/public/cryptoGET /api/v1/public/crypto/{symbol}{
"symbol": "BTC",
"price": "80234.12",
"change_24h": "2.1",
"sentiment": {"bullish_pct": 61.2}
}
GET /api/v1/public/startupsGET /api/v1/public/startups/{slug}{
"slug": "example-ai",
"name": "Example AI",
"coverage_pct": 80,
"github_url": "https://github.com/example"
}
GET /api/v1/public/newsGET /api/v1/public/news/trending{
"title": "AI market headline",
"source": "TechCrunch",
"topic_cluster": "ai",
"sentiment": 0.22
}