# ReadX — X/Twitter Profile About Endpoint

> ReadX — X/Twitter Profile About Endpoint 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 the 'about' profile metadata for a named X/Twitter user via a pay-per-call JSON API using x402 micropayments.

## Facts

- Endpoint: GET https://readx.1x402.sh/api/%7Bname%7D/about
- 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-profile-about-endpoint-cd9a03ff
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Kz3BPHbkZ2U_2PL0-VXKK

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-cd9a03ff
```

Example prompt: Can you pull up the profile about info for the X/Twitter account 'elonmusk' — I want to see their bio and account metadata?

## When to prefer this

Use this endpoint when you need to fetch public profile 'about' data for a specific X/Twitter username without setting up API keys, especially in agentic workflows where pay-per-call micropayments (USDC on Base or Solana) are preferable to subscription API access. Ideal for one-off or low-frequency lookups of Twitter user metadata.

## Known failure modes

- Username not found — returns error code with empty data
- Invalid or missing name parameter — malformed request
- Payment failure via x402 — micropayment not processed, request blocked
- Rate limiting or upstream X/Twitter API unavailability — service temporarily unavailable
- Private or suspended account — no public data accessible

## 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

Returns a JSON object with code 0 and a data field containing the profile 'about' information for the specified X/Twitter username, including bio, metadata, and other public profile details.

## 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-profile-about-endpoint-cd9a03ff/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)
