# Blockbuster.ai Twitter V1 Timeline

> Blockbuster.ai Twitter V1 Timeline is a paid API for AI agents from blockbuster-ai.vercel.app, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Fetches a Twitter/X user's timeline tweets via a V1-era API proxy, returning tweet data for a given query or username.

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/twitter-v1-timeline
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockbuster-ai-twitter-v1-timeline-ec56bc61
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0AMvvbHRB1ovQiHn4Y-Rf

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 blockbuster-ai-twitter-v1-timeline-ec56bc61 -d '<json body>'
```

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

## When to prefer this

Use this endpoint when you need to retrieve a Twitter/X user's timeline tweets programmatically without managing Twitter API credentials directly — particularly useful when paying per-call via x402 micropayments on Base chain rather than maintaining a full Twitter developer account.

## Known failure modes

- Invalid or nonexistent Twitter username returns empty or error data
- Twitter API rate limiting causes failed or delayed response
- Private/suspended accounts return no timeline data
- Malformed query string results in unsuccessful API call
- Payment failure via x402 micropayment prevents endpoint access

## How this service works

115+ premium paid endpoints: Social Media, AI/ML, E-commerce, Finance, Data Intelligence, Media, Tools. x402 micropayments on Base chain.

## Output

Returns a data object containing the user's timeline tweets, including tweet content, metadata, and engagement signals, along with a success boolean indicating whether the request was fulfilled.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Input parameter for the API call"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blockbuster-ai-twitter-v1-timeline-ec56bc61/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blockbuster-ai.vercel.app](https://www.zero.xyz/host/blockbuster-ai.vercel.app/llms.txt)
