# KiteEndpoints.ai - X.com (Twitter) Data API v2

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

Fetches X.com (Twitter) data or performs X.com-related operations via a paid proxy endpoint on the KiteEndpoints Mega API Hub

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/x-com2
- Price: $0.15/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-com-twitter-data-api-v2-3e3646fe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AlT2H_zFvjkD1aeiDkQ1n

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-com-twitter-data-api-v2-3e3646fe -d '<json body>'
```

Example prompt: Can you pull the latest tweets and follower count for the X.com account @elonmusk using the KiteEndpoints Twitter proxy?

## When to prefer this

Use this endpoint when you need X.com/Twitter data without managing your own Twitter API credentials or paying for a Twitter developer plan, and you are already set up to pay per-request in USDC on Base chain via x402 protocol. Prefer this over direct Twitter API integration when you want a lightweight, pay-as-you-go model.

## Known failure modes

- Insufficient USDC balance — payment of $0.15 not processed, returns 402
- Invalid or missing request body — returns 400 bad request
- X.com API rate limit exceeded upstream — returns 429 or error in result
- X.com account or tweet not found — returns empty or error result
- Upstream X.com API downtime — returns 503 or error payload
- Malformed result object in response — schema only guarantees 'result' wrapper

## 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' property containing the X.com API response data — which may include tweet content, user profile info, engagement metrics, or other Twitter data depending on the query parameters passed.

## Request schema (JSON Schema)

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

## 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-com-twitter-data-api-v2-3e3646fe/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)
