# KiteEndpoints.ai - Twitter v1 Timeline

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

Fetches a Twitter/X user's timeline (recent tweets) via the Twitter v1 API, returning tweet data for a given account.

## Facts

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

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-c5d3692f -d '<json body>'
```

Example prompt: Pull the last 20 tweets from @elonmusk's Twitter timeline so I can see what he's been posting about recently.

## When to prefer this

Use this endpoint when you need to retrieve the recent tweet history of a specific Twitter/X user account and want to pay per request in USDC without managing your own Twitter API credentials or rate limits. Prefer this over direct Twitter API access when you need a lightweight, no-setup solution for occasional timeline lookups.

## Known failure modes

- Invalid or suspended Twitter username returns an error or empty result
- Rate limiting from underlying Twitter API may cause failures or delayed responses
- Private/protected accounts will not return timeline data
- Incorrect authentication or API key misconfiguration results in 401/403 errors
- Twitter API v1 deprecation or access tier changes may break the endpoint

## 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 JSON object containing the user's recent tweets from their Twitter v1 timeline, including tweet text, IDs, timestamps, retweet counts, like counts, and other tweet-level metadata available through the Twitter v1 API.

## 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-c5d3692f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-solana.vercel.app](https://www.zero.xyz/host/kite-solana.vercel.app/llms.txt)
