# KiteEndpoints.ai - Twitter Cheap API

> KiteEndpoints.ai - Twitter Cheap 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-15).

Fetches Twitter/X data at a low-cost price point via a pay-per-request USDC model on Base chain

## Facts

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

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-api-d7076c37 -d '<json body>'
```

Example prompt: Can you pull some Twitter data for me using the cheap KiteEndpoints Twitter API — I want to look up recent tweets or profile info and pay per request with USDC?

## When to prefer this

Choose this endpoint when you need affordable, pay-per-request access to Twitter/X data without committing to a monthly API subscription, and when you are already operating in a crypto-native (USDC on Base) payment environment. It is best for low-to-medium volume Twitter data needs where cost efficiency matters over guaranteed SLAs.

## Known failure modes

- Insufficient USDC balance causing payment failure and 402 response
- Invalid or malformed request payload returning an error
- Twitter/X rate limits or API changes causing upstream failures
- Ambiguous or missing query parameters resulting in empty or generic responses
- Endpoint downtime on the Vercel-hosted service

## 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 tweets, user profiles, or other social media information depending on the query submitted. The exact fields vary by request but are wrapped in a 'result.data' structure.

## 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-api-d7076c37/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)
