# ReadX List Timeline API

> ReadX List Timeline API is a paid API for AI agents from readx.sh, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-08).

Fetches the tweet timeline for a specific X/Twitter list by list ID, returning JSON results via pay-per-call micropayment

## Facts

- Endpoint: GET https://readx.sh/api/lists/%7Bid%7D/timeline
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-08
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/readx-list-timeline-api-866eaab4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_G8EswBnsIFNIS9PCU0rE-

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-list-timeline-api-866eaab4
```

Example prompt: Pull the latest tweets from the X/Twitter list with ID 1234567890 using ReadX — I don't have an API key so use the pay-per-call option.

## When to prefer this

Choose this endpoint when you need to read tweets from a specific curated X/Twitter list without setting up Twitter API credentials. Ideal for AI agents needing occasional, on-demand access to list timelines using USDC micropayments on Base or Solana rather than managing OAuth tokens or monthly API subscriptions.

## Known failure modes

- Invalid or non-existent list ID returns an error code in the response body
- List is private or inaccessible, resulting in an authorization error
- Payment failure via x402 micropayment protocol causes a 402 Payment Required response
- Rate limiting or quota exceeded on the ReadX platform
- Malformed list ID format causes a 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 tweet timeline for the specified list, including tweet content, metadata, and author details, returned as structured JSON with a code and data field.

## 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-list-timeline-api-866eaab4/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)
