# KiteEndpoints.ai Twitter/X API Endpoint #32

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

Provides Twitter/X social media data or actions via a pay-per-request hub endpoint priced at $0.19 USDC on Base chain

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/twitter32
- Price: $0.19/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-twitter-x-api-endpoint-32-d4d6b7fd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SGDhqJ-w4D1bvNo4fRhJ9

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-endpoint-32-d4d6b7fd -d '<json body>'
```

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

## When to prefer this

Choose this endpoint when you need Twitter/X social media data on a pay-per-request basis without committing to a monthly Twitter API subscription. It is suitable for infrequent lookups, agent workflows that need social data occasionally, or when you want to pay with USDC on Base chain rather than managing traditional API credentials. Prefer alternatives with richer documented schemas if you need structured, predictable Twitter data fields.

## Known failure modes

- Invalid or missing Twitter handle/query returns empty or error result
- Rate limiting from underlying Twitter API causing failed responses
- Malformed request payload returning null result
- Twitter account suspended or private causing no data returned
- Payment failure on Base chain preventing request from being processed
- Endpoint-specific parameters not documented causing unexpected empty responses

## 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 result object containing Twitter/X data such as user profile information, tweets, engagement metrics, follower counts, or other social media data depending on the specific query submitted. The response is wrapped in a result field as a generic JSON object.

## 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-endpoint-32-d4d6b7fd/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)
