Data for agents.
Pay per call.
Search, translate, finance, news, and Reddit data — accessible through a simple API. No auth. No subscriptions. Just MPP on Tempo chain.
What you can query
Every endpoint returns structured JSON. POST with body, get data back.
/api/search$0.05Google Web Search
Full-text web search via Google. Returns titles, URLs, and snippets.
/api/translate$0.05Google Translate
Translate text between any language pair. Auto-detect available.
/api/quote$0.05Stock Quote
Real-time stock price, volume, market cap, and more.
/api/news$0.05Top News Headlines
Latest breaking news from around the world. Real-time.
/api/reddit$0.03Reddit Top Posts
Trending posts from Reddit frontpage. Popular content.
/api/autocomplete$0.03Search Autocomplete
Search suggestions as you type. Build search interfaces.
Four steps to data
Request
POST to any endpoint with your query parameters.
402 Challenge
Server responds with MPP payment details on Tempo chain.
Sign
Your wallet signs the payment. One signature, instant settlement.
Receive
Get structured JSON data back. Clean, ready to use.
Questions & Answers
What is TempoChan?+
TempoChan is a multi-source data API for AI agents. It provides search, translation, finance, news, and Reddit data through a pay-per-request model using MPP on Tempo chain.
How do I pay?+
Payments happen through the MPP protocol on Tempo chain. When you call an endpoint, you receive a 402 response with payment details. Your wallet signs the payment, and the data is delivered.
Do I need an API key?+
No. TempoChan uses MPP (Micro Payment Protocol) for authentication. You just need a wallet with USDC on Tempo chain.
What data sources do you use?+
We use Google (search, translate, autocomplete), Google News, Yahoo Finance (stocks), and Reddit — all via RapidAPI.
Can I use this for production?+
Yes. All endpoints return structured JSON and are designed for programmatic use by AI agents and applications.