Powered by x402 micropayments

The X/Twitter API, paid per call.

A clean JSON mirror of X — profiles, timelines, tweets, search, lists, followers and following. No API keys, no signup, no rate-limit dashboards. Just $0.01 per request in USDC on Base or Solana, settled over x402.

● live at readx.sh● USDC on Base or Solana● no keys · no accounts
For agents

Built for agents, three ways

Skill file, MCP server, or A2A — pick whichever fits your stack. All three are backed by the same paid-per-call API.

ReadX ships an agent-readable skill file. Point any x402-capable agent at the URL below and it learns every endpoint, the payment flow, and how to read X data — paying per call from its own wallet.

Or fetch it directly: curl https://readx.sh/skill.md

Reference

API reference

Every endpoint is a paid GET under /api, settled per call via x402. Most responses are JSON wrapped as {"code":0,"data":…} on success. Expand an endpoint for parameters, an example response, and a live "Try it" link.

Base URL https://readx.sh/api

Profiles

18 endpoints

Everything about an account: timeline, bio, stats, followers, following and metadata.

Tweets

3 endpoints

Single tweets, their full conversation threads, and edit history.

Hashtags

1 endpoint

Look up tweets for a hashtag by tag name.

Lists

1 endpoint

The members of a curated X list.

Spaces

1 endpoint

Live and recorded Spaces metadata.

Broadcasts

1 endpoint

Live broadcasts and replays.

Articles

1 endpoint

Long-form X articles.

Tools

4 endpoints

Utility lookups for resolving between @handles and numeric user ids.

How it works

Pay per request with x402

x402 turns the dormant HTTP 402 status into a real payment rail. No accounts, no invoices — your client pays for exactly what it calls.

1

Request

Call any endpoint. Costly ones reply 402 with an x402 payment challenge in the PAYMENT-REQUIRED header.

2

Pay

Your client signs a $0.01 USDC payment on Base or Solana and retries via the X-PAYMENT header.

3

Receive

The facilitator settles on-chain and the API returns your JSON — no keys, no accounts.