API
BetaPrivate markets data API. Free access for all endpoints.
The private markets data API.
71 private companies, 500+ prediction markets, live order books, and trading endpoints. Free tier: 100 req/min, no key required.
Quick start
$ curl https://truffle.tech/v1/companies/anthropic
Response
{
"data": {
"id": "anthropic",
"name": "Anthropic",
"sector": "AI",
"stage": "Series E",
"valuation": "$183B",
"price": 148.50,
"tokenPrice": 148.72,
"change": 4.2,
"revenue": "$2.1B",
"revenueGrowth": 340,
"grossMargin": 52,
"investors": ["Google", "Spark Capital", "Menlo Ventures"],
"prediction": {
"question": "IPO before 2027?",
"probability": 0.35
}
}
}Companies
Private companies with live pricing, funding history, and order books.
Base URL: https://truffle.tech · All responses are JSON · UTC timestamps · API changelog · Questions? api@truffle.tech