# KiteEndpoints.ai Twitter v1 Timeline

> KiteEndpoints.ai Twitter v1 Timeline is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.14/call, status unknown (last checked 2026-09-15).

Fetches a Twitter/X user's timeline (tweets) via a proxied v1-style API endpoint, paid per request in USDC on Base chain.

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/twitter-v1-timeline
- Price: $0.14/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-twitter-v1-timeline-e33dbb09
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Gb2FGkPhi6ls90l7HOcLy

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

Example prompt: Can you pull the recent tweets from Elon Musk'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 public timeline tweets programmatically without managing your own Twitter API credentials, paying only per request in USDC rather than maintaining a subscription. Prefer this over direct Twitter API access when you need lightweight, on-demand tweet retrieval without API key management overhead.

## Known failure modes

- Invalid or suspended Twitter username returns empty or error result
- Rate limits on underlying Twitter v1 API causing failures
- User account is private and timeline is not accessible
- Malformed input parameters leading to no data returned
- Payment failure in USDC on Base chain preventing request execution

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a structured object containing the user's timeline tweets, including tweet text, timestamps, engagement metrics, and post metadata, wrapped in a result object.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

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