# x402 Data Hub – Twitter User Tweets

> x402 Data Hub – Twitter User Tweets is a paid API for AI agents from x402-data-hub.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Fetches recent tweets from a specified Twitter/X user account, paid per-call with USDC on Base via x402.

## Facts

- Endpoint: POST https://x402-data-hub.vercel.app/api/twitter/user-tweets
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-data-hub-twitter-user-tweets-87ad8e34
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CpeNUuDHHuPyxSJvyLne0

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 x402-data-hub-twitter-user-tweets-87ad8e34 -d '<json body>'
```

Example prompt: Can you pull the 20 most recent tweets from @elonmusk's Twitter account so I can see what he's been posting about lately?

## When to prefer this

Choose this endpoint when you need to programmatically fetch a Twitter user's recent tweets and can pay micro-fees in USDC on Base via the x402 protocol. Suitable for social media monitoring, sentiment analysis pipelines, or crypto-native agent workflows that require pay-per-call Twitter data access without a full Twitter API subscription.

## Known failure modes

- Invalid or non-existent Twitter username returns error
- Private or suspended account returns access denied
- Payment failure via x402/USDC results in 402 response
- Rate limiting on underlying Twitter API returns 429 or similar
- Missing required username parameter returns validation error

## How this service works

Social media intel (Twitter, Instagram, YouTube) + crypto data + exchange rates. Pay with USDC on Base.

## Output

A list of recent tweets from the specified Twitter user, including tweet text and associated metadata such as timestamps, engagement counts, and tweet IDs.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-data-hub-twitter-user-tweets-87ad8e34/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-data-hub.vercel.app](https://www.zero.xyz/host/x402-data-hub.vercel.app/llms.txt)
