# ReadX Pinned Tweet Lookup

> ReadX Pinned Tweet Lookup is a paid API for AI agents from readx.sh, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-08).

Fetches the pinned tweet 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/pinned
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-08
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/readx-pinned-tweet-lookup-be65c59d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VQ45Mb8BsdLuteS9AAjgi

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-pinned-tweet-lookup-be65c59d
```

Example prompt: What tweet does @sama have pinned on their X profile right now? Use ReadX to fetch it without needing Twitter API credentials.

## When to prefer this

Use this endpoint when you need to retrieve a specific X/Twitter user's pinned tweet without managing Twitter API keys or OAuth credentials. Ideal for lightweight, pay-as-you-go access via x402 micropayments in USDC on Base or Solana — no subscription or API key setup required.

## Known failure modes

- User does not exist — returns error code in JSON
- User has no pinned tweet — data object may be empty or null
- Payment not received — 402 response before content is served
- Invalid or malformed username — API returns error
- Rate limiting or service unavailability — non-200 HTTP response

## 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 for success) and a data object containing the pinned tweet details for the specified X/Twitter username, including tweet text, metadata, and engagement data.

## 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-pinned-tweet-lookup-be65c59d/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)
