# ReadX — X/Twitter Following List API

> ReadX — X/Twitter Following List API 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).

Returns a paginated list of accounts that a given X/Twitter user follows, ~200 per page, paid per call via x402 micropayments in USDC

## Facts

- Endpoint: GET https://readx.1x402.sh/api/%7Bname%7D/following
- 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-following-list-api-a3e2cae4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gVxPpwHCGqbPLqeWXjT03

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-following-list-api-a3e2cae4
```

Example prompt: Can you pull the full list of accounts that @elonmusk is following on X — start from the beginning and get the first page of results?

## When to prefer this

Choose this endpoint when you need to programmatically retrieve the following list of any X/Twitter account without managing Twitter API keys or OAuth credentials. Ideal for social graph analysis, audience research, bot detection, or building follower/following relationship data pipelines. Use when you want pay-per-call pricing via USDC micropayments rather than monthly API subscriptions.

## Known failure modes

- Invalid or non-existent username returns an error code in the JSON response
- Payment not fulfilled via x402 returns HTTP 402 before data is returned
- Rate limiting or X/Twitter upstream errors may return a non-zero error code
- Cursor value is invalid or expired, requiring pagination to restart from the beginning
- Private/protected accounts may return 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 object containing a list of ~200 X/Twitter user profiles that the specified account follows, along with a pagination cursor and a has_more boolean indicating whether additional pages exist.

## 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-following-list-api-a3e2cae4/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)
