← oblique.markets · all endpoints

GET /api/v1/paid/tweets-search — $0.005 per call

Use when an agent needs tweets search. Returns Search publicly indexed X.com posts with an x402.twit.sh-compatible query shape, returning bounded tweet-like results and source links. $0.005.

Price$0.005 per call (5000 atomic USDC, scheme exact)
Categorysocial-data
Railsx402 · USDC on Base (eip155:8453) and Solana · MPP pathUSD on Tempo
Canonical URLhttps://api.oblique.markets/api/v1/paid/tweets-search

Try it

curl -i https://api.oblique.markets/api/v1/paid/tweets-search
# → HTTP 402 with the exact payment requirements; pay, then retry with PAYMENT-SIGNATURE (x402) or Authorization: Payment (MPP)

Input schema

{
 "type": "object",
 "properties": {
  "words": {
   "type": "string"
  },
  "phrase": {
   "type": "string"
  },
  "hashtags": {
   "type": "string"
  },
  "from": {
   "type": "string"
  },
  "to": {
   "type": "string"
  },
  "since": {
   "type": "string"
  },
  "until": {
   "type": "string"
  }
 }
}

Example output

{
 "query": "words=x402",
 "count": 1,
 "tweets": [
  {
   "id": "example-guid",
   "text": "AI agents can pay APIs per request with x402.",
   "url": "https://news.google.com/rss/articles/example",
   "author": null,
   "created_at": "Mon, 17 Aug 2026 19:59:41 GMT",
   "source": "x.com (Google News index)"
  }
 ],
 "next_cursor": null,
 "source": "google-news-rss-x.com-index"
}

Clients

Worked TypeScript/Python clients and MCP configs: oblique-markets/oblique-examples · Agent Skills: oblique-markets/skills

Pay per call with x402 (USDC on Base or Solana) or MPP (pathUSD on Tempo). No accounts. Machine doors: /.well-known/x402.json · /openapi.json · /llms-full.txt · MCP · humans: remote.observer