# ReadX — X/Twitter Profile About Endpoint

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

Fetches the 'about' profile metadata for a given X/Twitter username via a pay-per-call JSON API using x402 micropayments

## Facts

- Endpoint: GET https://readx.sh/api/%7Bname%7D/about
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/readx-x-twitter-profile-about-endpoint-1b23ca97
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HwSDHbDKydQ-uawJRvGvy

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-profile-about-endpoint-1b23ca97
```

Example prompt: Can you pull up the about/profile info for the X account @elonmusk using ReadX — I want their bio, description, and account details without needing Twitter API keys?

## When to prefer this

Choose this endpoint when you need public X/Twitter profile 'about' information for a specific user without managing Twitter API credentials, and you are comfortable paying $0.05 USDC per call via x402 micropayments on Base or Solana. Ideal for lightweight, occasional lookups where setting up Twitter developer API keys is impractical.

## Known failure modes

- Username not found — returns error code with empty data
- Insufficient USDC balance for x402 micropayment — payment fails and request is rejected
- Invalid or malformed username parameter — returns error response
- Rate limiting or upstream X/Twitter access issues — service temporarily unavailable
- Payment network (Base or Solana) congestion causing transaction delay

## 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 code 0 and a data field containing the X/Twitter user's about/profile metadata such as bio, display name, follower counts, and account details for the requested username

## 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-x-twitter-profile-about-endpoint-1b23ca97/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)
