# ReadX — X/Twitter JSON API (Per-Call, No Keys)

> ReadX — X/Twitter JSON API (Per-Call, No Keys) 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).

Fetches read-only X/Twitter data — profiles, timelines, tweets, search results, and lists — via a pay-per-call JSON API using x402 micropayments in USDC.

## Facts

- Endpoint: GET https://readx.1x402.sh/api/%7Bname%7D
- 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-json-api-per-call-no-keys-c49cc8a1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HRFTxlNnwsxSdJSVrEJse

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-json-api-per-call-no-keys-c49cc8a1
```

Example prompt: Pull the recent tweets and profile info for the X user @elonmusk — I want their bio, follower count, and latest 10 posts.

## When to prefer this

Choose ReadX when you need read-only X/Twitter data — profiles, timelines, or search — without setting up Twitter developer credentials. Ideal for agents needing occasional, pay-as-you-go Twitter lookups using x402 USDC micropayments on Base or Solana, where API key management is impractical.

## Known failure modes

- Invalid or non-existent username returns empty data or error code
- Insufficient USDC balance causes payment failure and 402 response
- Rate limits or X API restrictions may cause upstream errors
- Malformed endpoint name in URL path returns 404 or error
- Private/suspended accounts return no 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 with a code field (0 = success) and a data field containing the requested X/Twitter resource — profile metadata, tweet objects, timeline array, search results, or list data depending on the endpoint called.

## 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-json-api-per-call-no-keys-c49cc8a1/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)
