# KiteEndpoints.ai - X/Twitter API

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

Proxy endpoint for accessing X (formerly Twitter) API data and actions, billed per-request in USDC on Base chain

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/x-twitter-api
- Price: $0.1/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-x-twitter-api-48e29f66
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6uOJ4v9glsi7LJKPpyzwY

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-x-twitter-api-48e29f66 -d '<json body>'
```

Example prompt: Can you pull the latest 10 tweets mentioning 'Bitcoin' from the X/Twitter API — I want the tweet text, author handles, and like counts?

## When to prefer this

Use this endpoint when you need pay-per-request access to X/Twitter data without managing your own Twitter API credentials or monthly subscriptions. Best for agents that occasionally need Twitter data and want USDC-based micropayments rather than long-term API key setup.

## Known failure modes

- Invalid or missing query parameters returns generic error
- Insufficient USDC balance causes 402 payment required
- Rate limiting from underlying Twitter API may return 429 or error
- Ambiguous or empty input schema may result in undefined behavior
- Twitter API deprecation or access restrictions may cause failures

## 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 X/Twitter API response data, which may include tweet objects, user profile information, timeline entries, search results, or other Twitter data depending on the query parameters passed.

## 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-x-twitter-api-48e29f66/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)
