# ReadX — X/Twitter List Timeline

> ReadX — X/Twitter List Timeline is a paid API for AI agents from readx.1x402.sh, paid per call via x402, $0.03/call, status down (last checked 2026-09-16).

Fetches the tweet timeline for a specific X/Twitter list by list ID, returning JSON results paid per call via x402 micropayments.

## Facts

- Endpoint: GET https://readx.1x402.sh/api/lists/%7Bid%7D/timeline
- Price: $0.03/call
- Payment: x402
- Status: down
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/readx-x-twitter-list-timeline-9a375e56
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_INr-z7U1bE6i0eiD0oj4z

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-list-timeline-9a375e56
```

Example prompt: Pull the latest tweet timeline from X list ID 1234567890 — I want to see all the recent posts from that curated list.

## When to prefer this

Use this endpoint when you need to read the tweet timeline of a specific X/Twitter list without managing Twitter API keys, especially when micropayment-per-call billing (USDC on Base or Solana) is preferred over subscription-based API access. Ideal for agents that need occasional or burst access to list timelines without committing to a recurring API plan.

## Known failure modes

- Invalid or non-existent list ID returns empty data or error code
- Private or restricted list returns access error
- Payment failure via x402 micropayment prevents API access
- Rate limiting or downstream X/Twitter API errors cause failures
- Malformed list ID format results in bad request error

## 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 object containing the timeline of tweets from the specified X/Twitter list, including tweet content, metadata, and associated user information, returned as a structured JSON response with a status code and data payload.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "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-list-timeline-9a375e56/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from readx.1x402.sh](https://www.zero.xyz/host/readx.1x402.sh/llms.txt)
