# ReadX — X/Twitter User Timeline with Replies

> ReadX — X/Twitter User Timeline with Replies is a paid API for AI agents from readx.sh, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-08).

Fetches a Twitter/X user's timeline including their replies, returning JSON data, paid per call via x402 micropayments in USDC

## Facts

- Endpoint: GET https://readx.sh/api/%7Bname%7D/with_replies
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-08
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/readx-x-twitter-user-timeline-with-replies-7c9a64e3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vqPwxrGj4NL-t5Vss4Tww

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability readx-x-twitter-user-timeline-with-replies-7c9a64e3
```

Example prompt: Can you pull the recent tweets and replies from @elonmusk's Twitter timeline so I can see what he's been posting and responding to?

## When to prefer this

Use this endpoint when you need a Twitter/X user's timeline that includes their replies to others, not just their original posts. Prefer this over a standard timeline endpoint when conversational context and reply threads matter. Ideal for agents that need to analyze how a user engages with others on X, without managing Twitter API keys — paying only per call via USDC micropayments.

## Known failure modes

- Username not found — account may be private, suspended, or misspelled
- Payment failure — x402 micropayment in USDC not accepted or insufficient balance
- Rate limiting or throttling on the underlying X data source
- Empty timeline returned if account has no public tweets or replies
- Malformed username input causing lookup failure
- Account protected/private resulting in empty or restricted data

## How this service works

ReadX is a read-only X/Twitter JSON API. Profiles, timelines, tweets, search, lists, followers &amp; following — pay per call with x402 micropayments in USDC on Base or Solana. No API keys.

## Output

A JSON response containing the user's timeline posts plus their replies, structured with a code field and a data object containing tweet/reply content, timestamps, and metadata for the specified X/Twitter username.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "code": 0,
  "data": {}
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/readx-x-twitter-user-timeline-with-replies-7c9a64e3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from readx.sh](https://www.zero.xyz/host/readx.sh/llms.txt)
