# KiteEndpoints.ai - X/Twitter API

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

Provides access to X (formerly Twitter) social media data and actions via a pay-per-request proxy endpoint using USDC on Base chain

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/x-twitter-api
- Price: $0.1/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-x-twitter-api-33da85a8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4GanxXHUkltAVctnwCLDg

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

Example prompt: Can you search X/Twitter for the latest tweets mentioning 'Base blockchain' from the past 24 hours and give me the top 5 results with engagement stats?

## When to prefer this

Choose this endpoint when you need on-demand, pay-per-request access to X/Twitter data without maintaining your own Twitter API credentials or subscription. It is especially useful for agents that only occasionally need Twitter data and want to avoid managing OAuth tokens or monthly API billing. Prefer this over direct Twitter API access when operating in a crypto-native, x402-payment environment on Base chain.

## Known failure modes

- Invalid or malformed request payload returns an error response
- Insufficient USDC balance or failed x402 payment prevents the call from executing
- X/Twitter API rate limits or downtime may cause upstream failures
- Requesting data for a suspended or nonexistent account returns an empty or error result
- Overly broad search queries may return truncated or paginated results

## 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 X/Twitter API response data, which may include tweet objects (text, timestamps, engagement counts), user profile details, timeline entries, or search result sets 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-x-twitter-api-33da85a8/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)
