# KiteEndpoints.ai Twitter Cheap Endpoint

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

Fetches Twitter/X data via a low-cost API endpoint, returning social media information for a given query or user

## Facts

- Endpoint: POST https://kite-solana.vercel.app/api/twitter-cheap
- 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-twitter-cheap-endpoint-ca74fa9e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rcRgApWCFVoPB5uutyz8M

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-cheap-endpoint-ca74fa9e -d '<json body>'
```

Example prompt: Can you pull the latest Twitter profile data and recent tweets for the account @elonmusk using the cheap Twitter endpoint?

## When to prefer this

Choose this endpoint when you need cost-effective Twitter/X data retrieval at $0.10 USDC per call, particularly for one-off lookups of profiles or tweets where using the full Twitter API directly is too expensive or complex to set up. Prefer this over direct Twitter API access when you want a simple pay-per-request model without managing OAuth credentials.

## Known failure modes

- Invalid or suspended Twitter handle returns an error or empty result
- Rate limiting from the underlying Twitter API may cause failures
- Vague or missing query parameters result in generic or no response
- Twitter account set to private may return limited or no data
- Endpoint may return stale cached data if Twitter's API is throttled

## 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 Twitter/X data such as user profile information, recent tweets, follower counts, engagement metrics, and other available Twitter API fields wrapped in a result 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-cheap-endpoint-ca74fa9e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-solana.vercel.app](https://www.zero.xyz/host/kite-solana.vercel.app/llms.txt)
