# KiteEndpoints.ai Twitter v24 API

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

Fetches or interacts with Twitter/X data via a versioned proxy endpoint, paying $0.07 USDC per request on Base chain

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/twitter-v24
- Price: $0.07/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-twitter-v24-api-88b0f1c5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wa05c_iXXUxLMhcAdqZ7L

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-v24-api-88b0f1c5 -d '<json body>'
```

Example prompt: Can you pull the latest tweets and engagement stats for the Twitter account @elonmusk using the KiteEndpoints Twitter v24 API?

## When to prefer this

Choose this endpoint when you need to access Twitter/X data without managing your own Twitter API credentials or developer account, and you prefer pay-per-request USDC micropayments on Base chain. Suitable for agents needing lightweight, on-demand Twitter lookups without a subscription.

## Known failure modes

- Invalid or malformed request payload returns generic error
- Insufficient USDC balance causes payment failure and 402 response
- Twitter API rate limits on the backend may cause 429-equivalent errors
- Unclear input schema may result in empty or unexpected result data
- Endpoint may return stale or cached data if Twitter backend is unavailable

## 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 text, user metadata, engagement metrics, or other social media data depending on the query sent.

## 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-v24-api-88b0f1c5/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)
