# KiteEndpoints.ai Twitter API #135

> KiteEndpoints.ai Twitter API #135 is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-16).

Fetches Twitter/X data via a paid proxy endpoint on the KiteEndpoints mega-hub, paid per request in USDC on Base chain

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/twitter135
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-twitter-api-135-4c38fa10
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RzQSC-Yt7Wp95_69rOn53

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-api-135-4c38fa10 -d '<json body>'
```

Example prompt: Can you pull the latest tweets and profile info for the Twitter account @elonmusk using the KiteEndpoints Twitter API?

## When to prefer this

Choose this endpoint when you need pay-per-use access to Twitter/X data without managing your own Twitter API credentials or subscription, and you are already operating in a USDC-on-Base payment context. Useful for agents that need occasional Twitter data lookups without committing to a monthly Twitter API plan.

## Known failure modes

- Invalid or missing Twitter query parameters returns an error response
- Insufficient USDC balance causes a 402 Payment Required response
- Rate limiting by the upstream Twitter API may result in failures or empty data
- Malformed request body returns a 400-level error
- Twitter account not found or suspended returns empty or error result

## 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 with a 'result' field containing the Twitter/X API response data, which may include tweet content, user profile fields, engagement metrics, or other Twitter data depending on the query submitted.

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