# KiteEndpoints.ai Twitter/X API

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

Provides access to Twitter/X social media data and actions via a pay-per-request proxy endpoint on Base chain

## Facts

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

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-x-api-3982719b -d '<json body>'
```

Example prompt: Pull the latest tweets and profile info for @elonmusk from Twitter/X — I need their follower count, recent posts, and engagement stats.

## When to prefer this

Use this endpoint when you need Twitter/X social data without managing your own Twitter API credentials, and you prefer pay-per-request USDC micropayments on Base chain instead of a subscription. Useful for agents that only occasionally need Twitter data and want to avoid API key management.

## Known failure modes

- Invalid or missing Twitter/X query parameters returns an error
- Payment failure or insufficient USDC balance returns 402
- Rate limits from the underlying Twitter/X API may cause failures
- Suspended or non-existent Twitter accounts return empty or error responses
- Malformed request body returns a parsing error

## 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 details, engagement metrics, or other requested social data depending on the query.

## 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-twitter-x-api-3982719b/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)
