# ReadX — X/Twitter User Profile API

> ReadX — X/Twitter User Profile API is a paid API for AI agents from readx.sh, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Fetches a Twitter/X user profile by user ID, returning JSON profile data via x402 micropayment in USDC

## Facts

- Endpoint: GET https://readx.sh/api/user/%7Bid%7D
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/readx-x-twitter-user-profile-api-08ba6dd9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_P3_-F0GmWk9m-HfoW5emK

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-user-profile-api-08ba6dd9
```

Example prompt: Look up the X/Twitter profile for user ID 44196397 — I want their display name, bio, and follower count.

## When to prefer this

Use this endpoint when you need to fetch Twitter/X user profile data without registering for X API keys, want pay-per-call pricing in USDC (no subscription), or are building autonomous agents that need on-demand social profile lookups on Base or Solana.

## Known failure modes

- User ID not found — returns error code in JSON response
- Invalid user ID format — malformed request
- Payment failure — x402 micropayment not accepted or insufficient USDC balance
- Rate limiting or network timeout from underlying X/Twitter data source
- Suspended or deactivated account — user data unavailable

## 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 status code and a data payload containing the X/Twitter user's profile fields, including display name, bio, follower count, following count, tweet count, profile image URL, and other account metadata.

## 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-user-profile-api-08ba6dd9/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)
