# KiteEndpoints.ai Twitter API #293

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

Calls a Twitter/X-related API endpoint (number 293 in the KiteEndpoints hub) via pay-per-request USDC micropayment on Base chain

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/twitter293
- Price: $0.12/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-api-293-511307a2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6rLZ2N_orUhn7A_TsOF11

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-293-511307a2 -d '<json body>'
```

Example prompt: Fetch Twitter/X data using KiteEndpoints hub endpoint #293 — pay per request with USDC on Base — and return the result object from the API response.

## When to prefer this

Use this endpoint when you need Twitter/X data and want to pay per-call in USDC without managing your own Twitter developer credentials. Suitable for infrequent, lightweight Twitter lookups where a crypto micropayment model is acceptable. Avoid if you need a well-documented, stable Twitter API surface or if the exact function of endpoint #293 is unclear for your use case.

## Known failure modes

- Insufficient USDC balance — payment fails on Base chain
- Opaque endpoint mapping — unclear what Twitter sub-function #293 actually calls
- Twitter API rate limit or auth error propagated through the hub
- Invalid or missing request payload causing 400 error
- Vercel cold start or hub downtime causing 5xx 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

A JSON object containing a 'result' field with the Twitter/X API response data. The exact shape depends on what Twitter endpoint #293 maps to internally, but the wrapper always returns {result: {data: ...}}.

## 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-api-293-511307a2/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)
