# ReadX — X/Twitter Followers Lookup API

> ReadX — X/Twitter Followers Lookup 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-15).

Returns a paginated list of followers for a given X/Twitter username, paid per call via USDC micropayment

## Facts

- Endpoint: GET https://readx.1x402.sh/api/%7Bname%7D/followers
- Price: $0.03/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/readx-x-twitter-followers-lookup-api-9f1fbc37
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_n9CjxKx13y79H6fBfyGRg

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-followers-lookup-api-9f1fbc37
```

Example prompt: Pull the first page of followers for the X account @elonmusk using ReadX — no API key, just pay per call in USDC.

## When to prefer this

Use this endpoint when you need to retrieve the followers of a specific X/Twitter account without managing Twitter API keys or OAuth credentials — ideal for agents that want pay-as-you-go access via USDC micropayments on Base or Solana. Best for social graph analysis, audience research, or influencer vetting tasks.

## Known failure modes

- Unknown or suspended username returns an error code in the JSON response
- Payment not received or insufficient USDC results in HTTP 402 Payment Required
- Rate limiting or downstream X API errors may return a non-zero error code
- Invalid cursor value causes pagination failure
- Private/protected accounts may return empty or restricted follower 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 paginated list of ~200 follower profiles per page, a pagination cursor for fetching the next page, 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-followers-lookup-api-9f1fbc37/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)
